skills/strategy-and-competitive-analysis/SKILL.md
Develops business strategies grounded in rigorous competitive and market analysis using proven frameworks (Good Strategy kernel, Porter's 5 Forces, SWOT, Blue Ocean, Playing to Win, Value Chain Analysis, BCG Matrix). Use when developing strategy (market entry, product launch, expansion, M&A, turnaround), conducting competitive analysis, making strategic decisions (build vs buy, pricing, positioning), planning strategic initiatives, or when user mentions strategy, competitive analysis, Porter's 5 Forces, SWOT, market positioning, or strategic frameworks.
npx skillsauth add lyndonkl/claude strategy-and-competitive-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Core approach -- Good Strategy Kernel (Rumelt): Diagnosis (what's the challenge) → Guiding Policy (overall approach) → Coherent Actions (specific coordinated steps).
Example: SaaS startup entering crowded market → Diagnosis: commoditized features, price competition, high CAC. Guiding Policy: vertical specialization (healthcare) + product-led growth. Coherent Actions: build HIPAA compliance, create compliance templates, offer free tier, invest in SEO for "healthcare SaaS".
Copy this checklist and track your progress:
Strategy & Competitive Analysis Progress:
- [ ] Step 1: Frame strategic question and gather context
- [ ] Step 2: Choose framework(s) based on question type
- [ ] Step 3: Conduct analysis using chosen framework(s)
- [ ] Step 4: Synthesize insights and formulate strategy
- [ ] Step 5: Validate and create action plan
Step 1: Frame strategic question
Clarify the strategic question, business context (industry, stage, constraints), competitive landscape, and success criteria. See Common Patterns for typical question types.
Step 2: Choose framework(s)
For industry/competitive structure → Use Porter's 5 Forces. For positioning → Use Blue Ocean Strategy Canvas or Value Chain Analysis. For overall strategy → Use Good Strategy kernel. For multiple options → Use SWOT per option. See Strategic Frameworks Overview and resources/methodology.md for framework selection guidance.
Step 3: Conduct analysis
For straightforward competitive analysis → Use resources/template.md. For complex multi-framework strategy → Study resources/methodology.md for integrated approach. Gather data (competitor research, market analysis, customer insights), apply framework systematically, document findings with evidence.
Step 4: Synthesize insights
Apply Good Strategy kernel: Diagnosis (core challenge from analysis), Guiding Policy (overall approach to address challenge), Coherent Actions (3-5 specific coordinated steps). Ensure coherence (actions reinforce each other, support guiding policy, address diagnosis).
Step 5: Validate and create action plan
Self-assess using resources/evaluators/rubric_strategy_and_competitive_analysis.json. Check: diagnosis grounded in evidence, guiding policy addresses root challenge, actions coherent and specific, competitive positioning clear, assumptions explicit, risks identified. Create strategy-and-competitive-analysis.md with strategy summary, supporting analysis, action plan with owners/timelines.
| Framework | Use When | Key Output | |-----------|----------|------------| | Good Strategy Kernel | Overall strategy formulation | Diagnosis + Guiding Policy + Coherent Actions | | Porter's 5 Forces | Assess industry attractiveness, competitive intensity | Industry structure analysis, profit potential | | SWOT Analysis | Evaluate internal/external factors, compare options | Strengths, Weaknesses, Opportunities, Threats | | Blue Ocean Strategy | Find uncontested market space, redefine competition | Strategy canvas, value innovation | | Playing to Win | Define strategic choices explicitly | Where to play (markets/segments), How to win (advantage) | | Value Chain Analysis | Identify cost advantages, differentiation opportunities | Value activities, cost drivers, linkages | | BCG Matrix | Manage product portfolio | Stars, Cash Cows, Dogs, Question Marks | | Competitive Profiling | Understand specific competitors deeply | Competitor SWOT, positioning, strategy inference |
Framework Selection:
See resources/methodology.md for detailed framework application guidance.
Competitor Profiling:
Porter's 5 Forces:
Output: Industry attractiveness (high/medium/low profit potential), key competitive dynamics, strategic implications.
Competitive Moats (sustainable advantages):
Pattern 1: Market Entry Strategy
Pattern 2: Competitive Response
Pattern 3: Strategic Planning (Annual)
Pattern 4: Differentiation Strategy
Evidence-Based:
Coherence:
Realism:
Specificity:
Differentiation:
Inputs Required:
Frameworks to Use:
Outputs Produced:
strategy-and-competitive-analysis.md with:
Resources:
Minimum Quality Standard:
testing
--- name: advisory-edit description: A strict advisory-only editing discipline for a writer who dictates ("speaks out") essays and wants help WITHOUT having their voice changed. The editor directs structure, flags grammar, and suggests strategic language — but never modifies the writer's text unless the writer explicitly says "apply" / "make that change" / "rewrite this." Produces a line-referenced, suggestion-only critique where every item is marked the writer's call. Four passes: structural, l
testing
Provides the house style for analyst-grade strategist writing — third-person register with sparing first-person, no em dashes, no "not X, not Y, not Z" negation cascades, numbered footnote citations rather than inline source parentheticals, specific opinion-signaling phrases, and topic-forward paragraph structure modeled on voice patterns observed in Damodaran's Musings on Markets and Thompson's Stratechery. Use when consolidating working notes into a finished long-form strategist or analyst report that must read as written by a senior human analyst rather than an AI assistant.
testing
Renders a markdown report to a PDF using pandoc with xelatex (11pt serif body, 1-inch margins, numbered footnotes, formal heading hierarchy). Requires a one-time install of pandoc and a LaTeX engine on the user's machine — basictex on macOS or texlive-xetex on Linux. Does not attempt automatic install. Fails loudly with the exact install commands if pandoc or xelatex is missing on the user's PATH. Use when producing a finished strategist or analyst report PDF from a polished markdown source.
testing
Produces step-by-step computational walkthroughs of vector and matrix operations as a sequence of numbered "frames", showing the explicit state at each step. The text-equivalent of a 3Blue1Brown animation — each frame shows what changed and why, so the learner can re-trace the operation by hand. Use when the learner needs to *see* a computation unfold (eigenvalue computation, attention with 3 tokens, gradient descent step, SVD on a 2×2, layer norm on a 3-vector, softmax of a small input), when an explanation has been given but the learner needs to ground it in a worked example, or when introducing an operation that's intimidating in symbol form but trivial in pencil-and-paper form.