Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

zachman-analysis扎克曼分析

Agent Skill

zachman-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

275

周安装

11

GitHub Stars

61

下载量

89
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:zachman-analysis(扎克曼分析)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/zachman-analysis
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill zachman-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill zachman-analysis

简介

企业架构分层建模与分析框架。zachman-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 覆盖业务、数据、应用、技术等维度。
  • 识别各层关键组件与交互关系。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 适用于复杂系统的解耦与演进规划。
  • 模型需随业务发展持续迭代更新。

SKILL.md

Zachman Analysis

When to Use This Skill

Use this skill when you need to:

  • Analyze architecture from a specific stakeholder perspective
  • Ensure complete coverage across different viewpoints
  • Check which architectural aspects are documented
  • Understand what questions each perspective asks

Keywords: zachman, viewpoint, perspective, interrogative, what, how, where, who, when, why, planner, owner, designer, builder

Zachman Framework 3.0 Overview

The Zachman Framework is a 6x6 ontology for classifying enterprise architecture artifacts. It's a classification schema (taxonomy), not a methodology.

Key insight: TOGAF tells you *how* to create architecture. Zachman tells you *how to organize* what you create.

The Matrix

Columns (Interrogatives)

Each column answers a fundamental question:

ColumnInterrogativeFocusArtifacts
1What (Data)Things of interestData models, entity lists
2How (Function)Processes and transformationsProcess flows, use cases
3Where (Network)Locations and distributionNetwork diagrams, site maps
4Who (People)Roles and responsibilitiesOrg charts, RACI matrices
5When (Time)Events and schedulesTimelines, event models
6Why (Motivation)Goals and constraintsBusiness drivers, rules

Rows (Perspectives)

Each row represents a stakeholder level with increasing detail:

RowPerspectiveAudienceLevel
1Planner/ExecutiveBoard, C-suiteScope/Context
2Owner/BusinessBusiness managersBusiness model
3Designer/ArchitectSolution architectsLogical design
4Builder/EngineerDevelopers, engineersPhysical design
5Subcontractor/TechnicianImplementersDetailed specs
6User/OperationsEnd users, operatorsRunning system

Critical Limitation: Code Extraction Capabilities

IMPORTANT: Not all Zachman perspectives can be extracted from code analysis.

RowPerspectiveCode ExtractionNotes
1PlannerCannot extractRequires strategic context, executive input
2OwnerCannot extractRequires business documentation, stakeholder interviews
3DesignerPartialCan infer structure; design rationale missing
4BuilderStrongTechnologies, specs visible in code
5SubcontractorStrongConfigurations, implementations in code
6UserLimitedRequires runtime data, deployment configs

What This Means

  • Rows 4-5: This plugin can analyze code and extract useful information
  • Rows 1-3: This plugin can guide structured interviews and documentation review, but cannot generate content from code alone
  • Row 6: Requires access to running systems and operational data

Using the Matrix

For Coverage Checking

Use the matrix as a checklist to ensure documentation completeness:

         What  How   Where  Who   When  Why
Planner   [ ]   [ ]   [ ]   [ ]   [ ]   [ ]
Owner     [ ]   [ ]   [ ]   [ ]   [ ]   [ ]
Designer  [ ]   [ ]   [ ]   [ ]   [ ]   [ ]
Builder   [x]   [x]   [x]   [ ]   [ ]   [ ]
Subcontr  [x]   [x]   [x]   [ ]   [ ]   [ ]
User      [ ]   [ ]   [ ]   [ ]   [ ]   [ ]

For Specific Analysis

To analyze a specific cell:

  1. Identify the row (stakeholder perspective)
  2. Identify the column (interrogative)
  3. Determine if code extraction is possible
  4. If rows 1-3: Guide human input gathering
  5. If rows 4-6: Analyze codebase for relevant information

Cell Examples

Row 4 (Builder) Examples

ColumnQuestionCode Analysis Can Find
WhatWhat data structures?Models, schemas, types
HowHow is it built?Algorithms, patterns
WhereWhere does it run?Deployment configs
WhoWho maintains it?Git history, CODEOWNERS
WhenWhen does it execute?Schedulers, triggers
WhyWhy this approach?ADRs, comments

Row 1 (Planner) Examples - Require Human Input

ColumnQuestionRequires
WhatWhat are business entities?Business glossary
HowWhat are core processes?Process documentation
WhereWhere do we operate?Business geography
WhoWhat is the org structure?Org chart
WhenWhat are business cycles?Business calendar
WhyWhat are strategic goals?Strategy documents

Wizard Mode

If you're unsure which row/column to use:

Step 1: Who's the audience?

  • Executives → Row 1 (Planner)
  • Business managers → Row 2 (Owner)
  • Architects → Row 3 (Designer)
  • Developers → Row 4 (Builder)
  • Implementers → Row 5 (Subcontractor)
  • Operations → Row 6 (User)

Step 2: What question?

  • About data/things → Column 1 (What)
  • About processes → Column 2 (How)
  • About locations → Column 3 (Where)
  • About people/roles → Column 4 (Who)
  • About timing/events → Column 5 (When)
  • About goals/rules → Column 6 (Why)

Practical Application

Minimum Viable Coverage

For most projects, ensure at least:

  • Row 3, Column 1-2 (Designer: What & How) - Architecture diagrams
  • Row 4, Column 1-2 (Builder: What & How) - Technical specs
  • Row 4, Column 6 (Builder: Why) - ADRs

Comprehensive Coverage

For enterprise-scale work:

  • All cells for rows 3-5
  • Key cells for rows 1-2 (with stakeholder input)

Memory References

For detailed limitations, see references/zachman-limitations.md. For the complete matrix, see references/zachman-overview.md.

Version History

  • v1.0.0 (2025-12-05): Initial release

- Zachman Framework 3.0 matrix documentation - Critical limitation: code extraction capabilities by row - Wizard mode for row/column selection - Practical application and minimum viable coverage


Last Updated

Date: 2025-12-05 Model: claude-opus-4-5-20251101

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.79%
按下载量换算34

Claude

28.25%
按下载量换算25

Cursor

19.92%
按下载量换算18

Gemini CLI

9.61%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills