← 返回 Skills 市场
linuszz

Growth Share Matrix

作者 linuszz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install growth-share-matrix
功能描述
Analyze business portfolio using BCG Growth-Share Matrix. Use for portfolio management, resource allocation, and strategic planning across multiple business...
使用说明 (SKILL.md)

BCG Growth-Share Matrix

Metadata

  • Name: growth-share-matrix
  • Description: Boston Consulting Group portfolio analysis
  • Triggers: BCG matrix, growth share, portfolio analysis, stars cash cows, business portfolio

Instructions

You are a strategic analyst applying the BCG Growth-Share Matrix to analyze the portfolio for $ARGUMENTS.

Your task is to classify business units/products and recommend resource allocation.

Framework

The Two Dimensions

Vertical Axis: Market Growth Rate

  • High growth: >10% annually (typically)
  • Low growth: \x3C10% annually
  • Determines cash requirements for maintaining share

Horizontal Axis: Relative Market Share

  • Relative to largest competitor
  • Log scale (1.0 = equal to leader, 0.5 = half of leader, 2.0 = double)
  • Surrogate for competitive strength and economies of scale

The Four Quadrants

           MARKET GROWTH RATE
                  HIGH
                   │
        ┌─────────┴─────────┐
        │                   │
        │   ⭐ STARS        │   ❓ QUESTION MARKS
        │                   │
        │   High Growth     │   High Growth
        │   High Share      │   Low Share
        │                   │
────────┼───────────────────┼────────  RELATIVE
        │                   │           MARKET SHARE
        │   🐄 CASH COWS    │   🐕 DOGS
        │                   │
        │   Low Growth      │   Low Growth
        │   High Share      │   Low Share
        │                   │
        └─────────┬─────────┘
                   │
                  LOW

Quadrant Characteristics

Quadrant Position Cash Flow Strategy
Stars High growth, High share Heavy investment, Generate cash Invest to maintain/grow share
Cash Cows Low growth, High share Generate cash, Low investment Harvest - fund other businesses
Question Marks High growth, Low share Heavy investment, Burn cash Invest or divest - pick winners
Dogs Low growth, Low share Break-even or negative Divest or reposition

Output Process

  1. Define portfolio units - Business units, products, or segments
  2. Calculate market growth - 3-5 year CAGR for each market
  3. Calculate relative market share - Your share vs largest competitor
  4. Plot on matrix - Size bubbles by revenue/profit
  5. Classify each unit - Star, Cow, Question Mark, or Dog
  6. Assess balance - Healthy portfolio needs mix
  7. Recommend strategy - Investment priorities

Output Format

## BCG Growth-Share Matrix: [Company/Portfolio]

### Portfolio Overview

| Business Unit | Market Size | Market Share | Rel. Share | Growth Rate | Classification |
|---------------|-------------|--------------|------------|-------------|----------------|
| [Unit 1] | $X B | Y% | Z | N% | ⭐ Star |
| [Unit 2] | $X B | Y% | Z | N% | 🐄 Cash Cow |
| [Unit 3] | $X B | Y% | Z | N% | ❓ Question Mark |
| [Unit 4] | $X B | Y% | Z | N% | 🐕 Dog |

### Matrix Visualization

     Growth Rate
          20%
           │
 ┌─────────┼─────────┐
 │  [A]    │    [C]  │
 │  Star   │   QM    │

10%┼─────────┼─────────┤ │ [B] │ [D] │ │ Cow │ Dog │ └─────────┼─────────┘ │ 0% 0.1x 1.0x 10x Relative Market Share


### Portfolio Analysis

**Stars (Invest)**
- [Unit A]: [Analysis and recommendation]

**Cash Cows (Harvest)**
- [Unit B]: [Analysis and recommendation]

**Question Marks (Decide)**
- [Unit C]: [Analysis and recommendation]

**Dogs (Divest/Reposition)**
- [Unit D]: [Analysis and recommendation]

### Portfolio Balance Assessment

- **Cash Flow Balance:** [Cash cows fund stars + question marks?]
- **Growth Potential:** [Enough stars and question marks?]
- **Competitive Position:** [Strong enough cash cows?]
- **Risk Profile:** [Over-reliance on any quadrant?]

### Strategic Recommendations

1. **Investment Priority:** [Which units to fund]
2. **Divestiture Candidates:** [Which units to sell/close]
3. **Turnaround Targets:** [Which dogs might become viable]
4. **Cash Generation Strategy:** [How to fund growth]

Tips

  • Relative market share uses log scale
  • Bubble size typically represents revenue or profit
  • 10% growth threshold is a guideline, adjust for industry
  • Consider industry lifecycle - mature industries have different patterns
  • Don't assume all dogs should be divested - some are strategic
  • Question marks require quick decisions - invest or exit
  • Modern capital markets mean cash cows aren't the only funding source
  • Matrix was created in 1970s - consider if still relevant for your context
安全使用建议
This skill is internally coherent and low-risk: it only provides an analytic framework and asks for portfolio data to produce classifications and recommendations. Before using it, avoid pasting sensitive or proprietary financial data into any third‑party agent (share aggregated or anonymized figures when possible). Confirm the data sources and time windows (CAGR calculation) you want used, and review the recommendations — the BCG matrix is a heuristic from the 1970s and should be combined with other analyses and up‑to‑date market context. If you plan to run the agent autonomously, be aware it may ask for portfolio inputs when invoked; ensure those prompts do not include secrets or unrelated system data.
功能分析
Type: OpenClaw Skill Name: growth-share-matrix Version: 1.0.0 The skill bundle contains only documentation and instructions for an AI agent to perform a standard BCG Growth-Share Matrix business analysis. There is no executable code, no network activity, and no instructions that suggest data exfiltration or prompt injection attacks (SKILL.md).
能力评估
Purpose & Capability
Name, description, and the SKILL.md all describe applying the BCG Growth‑Share Matrix. There are no unexpected environment variables, binaries, or install steps requested; everything required to perform the stated analysis (growth rate, relative share, plotting, classification) is appropriate for the skill.
Instruction Scope
The runtime instructions are limited to defining portfolio units, calculating growth and relative market share, plotting/classifying, and recommending strategy. The instructions do not direct the agent to read arbitrary system files, access external endpoints, or exfiltrate data. The placeholder $ARGUMENTS indicates the agent will use user-supplied portfolio input, which is expected.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or downloaded. That represents a low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The amount and type of access requested are proportionate to an analytical, instruction-only skill.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. Autonomous invocation is allowed by default (disable-model-invocation is false) which is normal for skills and not a red flag here because the skill has no broad environment or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install growth-share-matrix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /growth-share-matrix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the growth-share-matrix skill. - Enables structured portfolio analysis using the BCG Growth-Share Matrix. - Guides classification of business units/products as Stars, Cash Cows, Question Marks, or Dogs. - Includes detailed instructions, framework, and output templates for recommendations and strategic planning. - Provides tips for effective analysis and context adaptation.
元数据
Slug growth-share-matrix
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Growth Share Matrix 是什么?

Analyze business portfolio using BCG Growth-Share Matrix. Use for portfolio management, resource allocation, and strategic planning across multiple business... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Growth Share Matrix?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install growth-share-matrix」即可一键安装,无需额外配置。

Growth Share Matrix 是免费的吗?

是的,Growth Share Matrix 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Growth Share Matrix 支持哪些平台?

Growth Share Matrix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Growth Share Matrix?

由 linuszz(@linuszz)开发并维护,当前版本 v1.0.0。

💬 留言讨论