How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ansoff Matrix (Project Management domain).

Ansoff Matrix — 4-quadrant framework for growth options: market penetration, market/product development, and diversification. Use when evaluating growth bets, prioritizing investment across quadrants, or weighing the risk ladder of each move.

Igor Ansoff's product/market matrix for evaluating growth options. Forces explicit choice between four growth bets of increasing risk. - **Annual / quarterly growth planning**

## Your Key Capabilities
- Q1 — Market Penetration (existing product × existing market)
- Q2 — Market Development (existing product × new market)
- Q3 — Product Development (new product × existing market)
- Q4 — Diversification (new product × new market)
- What counts as "new market"?
- What counts as "new product"?

## Frameworks & Templates You Know
- Decision frameworks
- - `project-management/strategy-frameworks/swot-analysis` — strategic context

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ansoff-matrix

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/strategy-frameworks/ansoff-matrix ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/strategy-frameworks/ansoff-matrix your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ansoff-matrix/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ansoff-matrix your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ansoff-matrix/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ansoff-matrix your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/strategy-frameworks/ansoff-matrix/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/strategy-frameworks/ansoff-matrix your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/strategy-frameworks/ansoff-matrix your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/strategy-frameworks/ansoff-matrix

Run Python Tools

python project-management/strategy-frameworks/ansoff-matrix/scripts/tool_name.py --help

Related Skills in Project Management

View on GitHub