Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计通过

capability-mapping能力映射

Agent Skill

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

总安装

475

周安装

20

GitHub Stars

61

下载量

166
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

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

简介

capability-mapping 提供业务能力分层建模方法,连接战略与架构设计。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中检索 BABOK v3 标准实践。
  • 支持 L1-L4 层级划分,定义业务“做什么”而非“如何做”。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Business Capability Mapping

Create hierarchical business capability models that bridge strategy and architecture. Based on BABOK v3 Business Capability Analysis (10.6).

What is a Business Capability?

A business capability defines "what" a business does at its core, independent of:

  • How it's done (processes)
  • Who does it (organizational structure)
  • Where it's done (locations)

Capabilities are stable over time, even as processes, technology, and org structure change.

Capability Hierarchy

LevelScopeExampleDescription
L1DomainCustomer ManagementStrategic capability areas (typically 8-15)
L2Sub-DomainCustomer OnboardingDecomposition of L1 (3-7 per L1)
L3ActivityIdentity VerificationDetailed activities (3-10 per L2)
L4+OptionalKYC Document ProcessingGranular (map to SOA services)

Capability Types

TypeDescriptionInvestment Priority
StrategicDrive competitive advantageHigh - differentiate
CoreEssential to value deliveryMedium - optimize
SupportingEnable other capabilitiesLow - commoditize/outsource

Workflow

Phase 1: Discovery

Before creating a capability map, understand the business domain:

  1. Analyze existing documentation

- Review business processes, org charts, strategy docs - Identify actors, work objects, activities

  1. Conduct stakeholder interviews

- Invoke stakeholder-analysis skill to identify key stakeholders - Interview domain experts for capability insights

  1. Use discovered patterns as L1 capability candidates

Phase 2: Capability Identification

Step 1: Define L1 Capabilities

Start with industry frameworks, then customize:

## L1 Capabilities (Example: Retail)

| # | Capability | Type | Description |
|---|------------|------|-------------|
| 1 | Product Management | Core | Manage product lifecycle |
| 2 | Customer Management | Core | Manage customer relationships |
| 3 | Order Fulfillment | Core | Process and deliver orders |
| 4 | Supply Chain | Core | Manage suppliers and inventory |
| 5 | Finance & Accounting | Supporting | Financial operations |
| 6 | Human Resources | Supporting | People management |
| 7 | IT Services | Supporting | Technology operations |
| 8 | Marketing | Strategic | Brand and customer acquisition |

Step 2: Decompose to L2

For each L1, identify sub-capabilities:

## L2 Decomposition: Customer Management

| L2 Capability | Owner | Maturity | Systems |
|---------------|-------|----------|---------|
| Customer Onboarding | Customer Success | 3 | CRM, KYC |
| Customer Support | Support Team | 4 | Ticketing, Chat |
| Customer Retention | Marketing | 2 | CRM, Analytics |
| Customer Analytics | Data Team | 2 | BI Platform |

Step 3: Decompose to L3 (as needed)

Only decompose where detail is needed for planning:

## L3 Decomposition: Customer Onboarding

| L3 Capability | Description | Status |
|---------------|-------------|--------|
| Identity Verification | Verify customer identity | Automated |
| Account Creation | Create customer account | Automated |
| KYC Processing | Know Your Customer compliance | Semi-manual |
| Welcome Communication | Onboarding emails/guides | Automated |

Phase 3: Cross-Mapping

Map capabilities to other domains for strategic analysis:

Cross-Map DomainPurposeExample Questions
PeopleOwnershipWho owns this capability?
ProcessExecutionWhat processes implement this?
TechnologyEnablementWhat systems support this?
StrategyAlignmentHow does this support strategy?
InvestmentPrioritizationWhere should we invest?
RiskExposureWhat are the risks?

Phase 4: Assessment

Score each capability on maturity and strategic importance:

Maturity Scale (1-5):

  1. Initial - Ad hoc, reactive
  2. Developing - Some structure
  3. Defined - Standardized processes
  4. Managed - Measured and controlled
  5. Optimizing - Continuous improvement

Heat Map Visualization:

## Capability Heat Map

| Capability | Maturity | Importance | Gap | Action |
|------------|----------|------------|-----|--------|
| Customer Onboarding | 3 | High | Low | Maintain |
| Customer Analytics | 2 | High | High | Invest |
| IT Services | 4 | Medium | Low | Maintain |
| HR Admin | 3 | Low | Low | Outsource? |

Output Format

Narrative Summary

Provide human-readable analysis:

## Capability Map Summary

**Organization:** [Name]
**Scope:** [Enterprise / Business Unit / Domain]
**Date:** [ISO date]

### Key Findings

1. **Strategic Capabilities:** [List with assessment]
2. **Investment Priorities:** [Capabilities needing attention]
3. **Optimization Opportunities:** [Capabilities to streamline]

### Recommendations

1. [Specific, actionable recommendation]
2. [...]

Structured Data (YAML)

capability_model:
  version: "1.0"
  organization: "Acme Corp"
  scope: enterprise
  generated: "{ISO-8601-date}"
  generated_by: capability-analyst

  capabilities:
    - id: CAP-001
      name: "Customer Management"
      level: 1
      type: core
      description: "Manage customer lifecycle and relationships"
      owner: "Chief Customer Officer"
      children:
        - id: CAP-001-01
          name: "Customer Onboarding"
          level: 2
          owner: "Customer Success Director"
          maturity: 3
          importance: high
          systems:
            - CRM
            - KYC Platform
          processes:
            - "Customer Registration"
            - "Identity Verification"
          children:
            - id: CAP-001-01-01
              name: "Identity Verification"
              level: 3
              maturity: 4
              automation: high

Mermaid Diagram

mindmap
  root((Enterprise))
    Customer Management
      Customer Onboarding
        Identity Verification
        Account Creation
        KYC Processing
      Customer Support
        Ticket Management
        Live Chat
      Customer Retention
    Product Management
      Product Catalog
      Pricing
      Promotions
    Order Fulfillment
      Order Processing
      Shipping
      Returns

Integration Points

Upstream (Discovery)

  • stakeholder-analysis - Identify capability owners and domain experts
  • process-modeling - Understand AS-IS processes
  • value-stream-mapping - Understand value flow

Downstream (Consumers)

  • Requirements - Capability → Requirements traceability
  • Systems design - Capability → System mapping
  • Investment planning - Capability → Budget allocation

When to Use

ScenarioUse Capability Mapping?
Strategic planningYes - align investments
M&A integrationYes - identify overlaps
Digital transformationYes - prioritize initiatives
Application rationalizationYes - map apps to capabilities
Process improvementPartial - use with process modeling
Specific feature designNo - too high-level

References

  • Load references/capability-hierarchy.md for detailed hierarchy guidance
  • See BABOK v3 Section 10.6 for formal technique definition

Related Skills

  • stakeholder-analysis - Identify capability owners
  • value-stream-mapping - Map value flow across capabilities
  • benchmarking - Compare capability maturity against industry standards
  • prioritization - Prioritize capability investments
  • swot-pestle-analysis - Strategic context for capabilities
  • decision-analysis - Evaluate capability investment options

User-Facing Interface

When invoked directly by the user, this skill operates as follows.

Arguments

  • <business-description>: Description of the business, organization, or domain to analyze
  • --mode: Analysis mode (default: guided)

- full: Multi-persona discovery with strategic alignment (~12K tokens) - quick: Single analysis pass (~4K tokens) - guided: Interactive capability discovery (variable)

  • --output: Output format (default: both)

- yaml: Structured YAML for downstream processing - mermaid: Mermaid diagram visualization - both: Both formats

  • --dir: Output directory (default: docs/analysis/)

Execution Workflow

  1. Parse Arguments - Extract business description, mode, and output format. If no description provided, ask the user what business to map.
  2. Execute Based on Mode:

- Full: Spawn the capability-analyst agent for comprehensive L1-L3 hierarchy with maturity assessment and gap analysis. - Quick: Single-pass rapid identification of L1-L2 capabilities with industry template overlays. - Guided: Interactive discovery using AskUserQuestion for scope/depth selection, then walk through L1 discovery, L2 decomposition, classification, and gap identification.

  1. Generate Output - Produce YAML structure, Mermaid mindmap diagram, and summary report based on format flag.
  2. Save Results - Save to docs/analysis/capability-model.yaml and/or docs/analysis/capability-model.md (or custom --dir).
  3. Suggest Follow-Ups - Recommend stakeholder-analysis for owners, value-stream-mapping for value flow, and prioritization for investment decisions.

Version History

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

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Antigravity

29.07%
按下载量换算48

trae

24.37%
按下载量换算40

windsurf

17.49%
按下载量换算29

Claude Code

13.33%
按下载量换算22

Codex

6.61%
按下载量换算11

Gemini CLI

3.65%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/melodic-software/claude-code-plugins --skill capability-mapping;npx skills add melodic-software/claude-code-plugins --skill "capability-mapping" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills