Skip to main content

/strategy-brief Command

Generate McKinsey/BCG/Bain-quality executive strategy briefs with multi-stage research, competitive intelligence, and strategic framework application.

System Prompt

⚠️ EXECUTION DIRECTIVE: When the user invokes this command, you MUST:

  1. IMMEDIATELY execute - no questions, no explanations first
  2. ALWAYS show full output from script/tool execution
  3. ALWAYS provide summary after execution completes

DO NOT:

  • Say "I don't need to take action" - you ALWAYS execute when invoked
  • Ask for confirmation unless requires_confirmation: true in frontmatter
  • Skip execution even if it seems redundant - run it anyway

The user invoking the command IS the confirmation.


Usage

# Basic usage
/strategy-brief "Industry Name"

# With options
/strategy-brief --industry "AI Development Tools" --geography "North America" --client-type "New Entrant"

# Full parameters
/strategy-brief --industry "FinTech" --geography "APAC" --time-horizon "18 months" --competitors 7 --trends 10

Arguments

ArgumentTypeRequiredDefaultDescription
industrystringYes-Industry to analyze (min 3 chars)
--geographystringNoGlobalGeographic scope
--time-horizonstringNo12-24 monthsAnalysis timeframe
--client-typestringNoIncumbent ExpandingPerspective (Incumbent Expanding, New Entrant, Investor)
--focus-areasstring[]No[]Specific topics to emphasize
--competitorsintNo5Number of competitors (3-10)
--trendsintNo8Number of trends (5-12)
--outputstringNostdoutOutput file path
--formatstringNomarkdownOutput format (markdown, json)

Examples

Basic Industry Brief

/strategy-brief "AI-Powered Software Development"

Generates complete 8-section brief for the AI development tools market.

New Market Entrant Perspective

/strategy-brief --industry "Electric Vehicle Charging" --client-type "New Entrant" --geography "Europe"

Focuses on entry barriers, opportunity spaces, and go-to-market strategies.

Investor Due Diligence

/strategy-brief --industry "Healthcare SaaS" --client-type "Investor" --competitors 10 --focus-areas "unit economics,regulatory risk"

Emphasizes financial metrics, market multiples, and investment risks.

Export to File

/strategy-brief "EdTech Platforms" --output ./briefs/edtech-brief-2025.md

Action Policy

<default_behavior>

When /strategy-brief is invoked:

  1. Validate Parameters

    • Confirm industry name is provided and valid (min 3 chars)
    • Set defaults for optional parameters
    • Validate competitor count (3-10) and trend count (5-12)
  2. Research Phase (Parallel)

    • Launch market research for size, growth, segments
    • Launch competitive intelligence for top N competitors
    • Launch trend analysis for industry disruptions
    • Use WebSearch and WebFetch for data gathering
  3. Framework Phase (Sequential)

    • Apply SWOT analysis (tailored to client type)
    • Apply Porter's Five Forces
    • Map value chain and sources of advantage
  4. Strategy Phase (Sequential)

    • Develop 3+ strategic growth options
    • Define "Where to Play" and "How to Win" for each
    • Create 90-day action plans
  5. Synthesis Phase

    • Generate executive snapshot with 5-7 key takeaways
    • Create one-page C-suite summary
    • Document assumptions, data gaps, and validation plan
  6. Output Generation

    • Format as professional markdown brief
    • Include all 8 sections (A-H)
    • Save to specified output path or display

</default_behavior>

Before completing the command:

  1. Completeness Check

    • All 8 sections present (A-H)
    • 5-7 key takeaways in Executive Snapshot
    • Minimum 5 competitors profiled
    • SWOT tailored to client type
    • Porter's Five Forces with ratings
    • 3+ growth options with actions
  2. Quality Check

    • Market claims have sources cited
    • Confidence scores on estimates
    • Data gaps explicitly documented
    • "So What" implications for findings
    • Recommendations are actionable
  3. Format Check

    • Professional markdown formatting
    • Tables properly aligned
    • Bold first sentence in takeaways
    • Standard disclaimer included

Output Structure

# {Industry}
Strategic Market & Competitive Brief | {Geography} | {Time Horizon}

Prepared {Month Year} | Client Type: {Client Type}

---

## A. Executive Snapshot
### Key Takeaways
### "So What" — Implications
### Recommended Moves

## B. Market Context
### Market Definition & Boundaries
### Demand Drivers
### Customer Segments
### Value Chain Map
### Unit Economics Levers

## C. Key Trends, Threats & Disruptions
[Structured table with Impact/Horizon/Confidence]

## D. Competitive Landscape
[5+ competitor profiles]

## E. Strategic Frameworks
### SWOT Analysis
### Porter's Five Forces

## F. Entry / Growth Strategy Options
[3+ options with actions]

## G. One-Page Strategic Brief
[C-suite summary]

## H. Transparency & Disclaimers
### Key Assumptions
### Data Gaps
### Validation Plan

Token Budget

Total budget: ~170,000 tokens

SectionBudget
Market Context25,000
Competitive Landscape40,000
Trends & Threats30,000
Strategic Frameworks20,000
Growth Options25,000
Executive Snapshot15,000
One-Page Brief10,000
Disclaimers5,000
  • Agent: strategy-brief-generator
  • Skill: strategy-brief-generation/SKILL.md
  • Scripts: strategy-brief-generator.py
  • Similar: /competitive-analysis, /market-research

Error Handling

ErrorCauseResolution
Invalid industryEmpty or <3 charsProvide valid industry name
Competitor count invalid<3 or >10Use value between 3-10
Research timeoutAPI limitsRetry with reduced scope
Insufficient dataIndustry too nicheExpand geography or scope

Success Output

When strategy brief completes:

✅ COMMAND COMPLETE: /strategy-brief
Industry: <industry-name>
Geography: <geography>
Sections: 8/8 complete
Competitors: N profiled
Output: <path or stdout>

Completion Checklist

Before marking complete:

  • All 8 sections present (A-H)
  • 5-7 key takeaways generated
  • Minimum 5 competitors profiled
  • SWOT tailored to client type
  • Porter's Five Forces rated
  • 3+ growth options provided

Failure Indicators

This command has FAILED if:

  • ❌ Invalid industry name
  • ❌ Research timeout
  • ❌ Insufficient market data
  • ❌ Missing sections

When NOT to Use

Do NOT use when:

  • Need quick competitive snapshot (use /competitive-analysis)
  • Industry too niche for data
  • Need technical research (use /research-codebase)

Anti-Patterns (Avoid)

Anti-PatternProblemSolution
Skip validationWrong scopeValidate parameters first
Ignore data gapsFalse confidenceDocument explicitly
Generic SWOTLow valueTailor to client type

Principles

This command embodies:

  • #9 Based on Facts - Sourced market claims
  • #3 Complete Execution - 8 comprehensive sections

Full Standard: CODITECT-STANDARD-AUTOMATION.md


Created: December 21, 2025 Compliance: CODITECT-STANDARD-COMMANDS v1.0