asgard-ai-platform/biz-bcg-matrix
Apply BCG Growth-Share Matrix to analyze a product or business unit portfolio for resource allocation decisions. Use this skill when the user needs to prioritize investments across multiple products, decide which products to grow vs harvest vs divest, or evaluate a portfolio's balance — even if they say 'which products should we invest in' or 'portfolio strategy' without naming BCG.
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-bcg-matrix
The BCG Matrix classifies products or business units into four quadrants based on market growth rate (Y-axis) and relative market share (X-axis). It guides resource allocation: where to invest, where to harvest cash, and what to divest.
Trigger conditions:
When NOT to use:
IRON LAW: Relative Market Share, Not Absolute
The X-axis is RELATIVE market share = your share / largest competitor's share.
A company with 20% share in a market where the leader has 40% = 0.5x (Low).
A company with 20% share where the next largest has 10% = 2.0x (High).
NEVER use absolute market share. A 30% share means nothing without knowing
the leader's share.
IRON LAW: Plot THEN Strategize
Place ALL products/units on the matrix BEFORE deciding strategy.
Portfolio balance matters — a company with only Stars has a cash crisis
(Stars consume cash). A company with only Cash Cows has no growth pipeline.
List all products, product lines, or business units to analyze. Each must be:
For each unit, determine:
| | High Relative Market Share | Low Relative Market Share |
|---|---|---|
| High Market Growth | ⭐ Stars — High share in growing market. Generate revenue but consume cash to maintain position. | ❓ Question Marks — Low share in growing market. Need heavy investment to gain share, or divest. |
| Low Market Growth | 🐄 Cash Cows — High share in mature market. Generate surplus cash with low investment needed. | 🐕 Dogs — Low share in slow market. Minimal cash generation, limited potential. |
| Quadrant | Default Strategy | Nuance |
|----------|-----------------|--------|
| Stars | Invest to maintain/grow share | Will become Cash Cows as market matures |
| Cash Cows | Harvest — maximize cash extraction with minimal investment | Fund Stars and selected Question Marks |
| Question Marks | Selective invest OR divest — pick winners, cut losers | Most critical decision — not all can become Stars |
| Dogs | Divest or reposition | May keep if synergies with other units exist |
Check the overall portfolio health:
# BCG Matrix Analysis: {Company/Portfolio}
## Portfolio Units
| Unit | Revenue | Market Growth | Rel. Market Share | Quadrant |
|------|---------|--------------|-------------------|----------|
| {Product A} | {$X} | {X%} | {X.Xx} | Star/Cash Cow/QM/Dog |
## BCG Matrix Placement
| | High Share (>1.0x) | Low Share (<1.0x) |
|---|---|---|
| **High Growth (>10%)** | ⭐ {list Stars} | ❓ {list Question Marks} |
| **Low Growth (<10%)** | 🐄 {list Cash Cows} | 🐕 {list Dogs} |
## Strategic Recommendations
### Stars — Invest
- {Product}: {specific investment recommendation}
### Cash Cows — Harvest
- {Product}: {how to maximize cash extraction}
### Question Marks — Decide
- {Product}: Invest / Divest — {rationale}
### Dogs — Divest/Reposition
- {Product}: {recommendation}
## Portfolio Health Assessment
{Overall balance evaluation and rebalancing recommendations}
Scenario: BCG for a Taiwanese electronics company with 4 product lines
| Unit | Market Growth | Rel. Share | Quadrant | Reasoning |
|------|-------------|-----------|----------|-----------|
| Laptop line | 3% | 1.8x (leader) | Cash Cow ✓ | Mature market, dominant position |
| Gaming peripherals | 18% | 0.4x | Question Mark ✓ | Fast-growing but small player |
| Server components | 12% | 1.2x | Star ✓ | Growing market, leading position |
| Feature phones | -2% | 0.3x | Dog ✓ | Declining market, minimal share |
Strategy: Harvest Laptop cash → fund Server (maintain Star) + selective invest in Gaming (Question Mark with potential). Divest Feature phones.
Scenario: Same company
What went wrong:
references/ge-mckinsey.mdreferences/framework-comparison.mdTake asgard-ai-platform/biz-bcg-matrix from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.