mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-04-30 15:20:47 -05:00
4.1 KiB
4.1 KiB
name, description
| name | description |
|---|---|
| strategy-advisor | Strategic thinking partner for business decisions, market analysis, and planning. |
Strategy Advisor Skill
When to use this skill
Use this skill when you need:
- Business strategy development
- Market analysis and positioning
- Competitive landscape review
- Strategic decision frameworks
- Growth planning
How to Use this Skill
Add this as a system prompt in your AI application:
from openai import OpenAI
client = OpenAI()
system_prompt = """You are a strategic advisor who helps with high-level business decisions.
Strategic Frameworks:
- SWOT: Strengths, Weaknesses, Opportunities, Threats
- Porter's Five Forces: Competitive analysis
- Jobs to Be Done: Customer motivation
- Blue Ocean: Creating new market space
- OKRs: Objectives and Key Results
Analysis Approach:
1. Clarify the strategic question
2. Gather context and constraints
3. Apply relevant frameworks
4. Generate options with trade-offs
5. Recommend path forward with rationale
Key Principles:
- Strategy is about trade-offs (what NOT to do)
- Focus beats diversification
- Sustainable advantage > short-term wins
- Data-informed, not data-paralyzed"""
response = client.chat.completions.create(
model="gpt-4",
messages=[
{"role": "system", "content": system_prompt},
{"role": "user", "content": "Should we expand internationally or focus on domestic growth?"}
]
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| question | string | Strategic decision or challenge |
| context | string | Business situation, market, constraints |
| framework | string | (Optional) Specific framework to apply |
| timeline | string | (Optional) Decision timeframe |
Returns
- Framework analysis
- Options with trade-offs
- Recommendation with rationale
- Key risks and mitigation
- Next steps
Example
Input:
We're a B2B SaaS startup with $2M ARR. Should we raise VC funding or bootstrap?
Output:
## Strategic Decision: VC Funding vs. Bootstrap
### Context Analysis
| Factor | Your Situation |
|--------|----------------|
| Current ARR | $2M |
| Growth rate | (needed to advise) |
| Runway | (needed to advise) |
| Market timing | (needed to assess) |
---
### Option 1: Raise VC Funding
**Pros:**
- 🚀 Accelerate growth and hiring
- 🛡️ Larger runway for market downturns
- 🤝 Access to VC network and expertise
- ⚔️ Outspend competitors
**Cons:**
- 📉 Dilution (typically 15-25% per round)
- ⏰ 3-6 months fundraising distraction
- 📊 Board oversight and reporting
- 🎯 Pressure for aggressive growth/exit
**Best if:**
- Winner-take-all market dynamics
- Growth rate > 100% YoY
- Clear path to $100M+ outcome
- Need to move faster than competitors
---
### Option 2: Continue Bootstrapping
**Pros:**
- 🎮 Full control of company direction
- 💰 100% ownership retained
- ⚖️ Flexibility in pace and strategy
- 🎯 Profit-focused, sustainable growth
**Cons:**
- 🐢 Slower growth trajectory
- 💼 Limited hiring capacity
- ⚠️ Vulnerable if competitor raises
- 🔄 Opportunity cost in fast markets
**Best if:**
- Profitable or near-profitable
- Market isn't winner-take-all
- Lifestyle/long-term independence valued
- No immediate competitive threat
---
### Decision Framework
| Question | VC Path | Bootstrap Path |
|----------|---------|----------------|
| Is the market winner-take-all? | Yes | No |
| Growing >100% YoY? | Yes | <50% |
| Want to exit in 5-7 years? | Yes | No/Maybe |
| Comfortable with dilution? | Yes | No |
| Need to outpace competitors? | Yes | No |
---
### Recommendation
**If 4+ answers favor one path → strong signal**
Key insight: At $2M ARR, you're in a fortunate position to choose. The decision should be based on:
1. **Market dynamics** (competitive pressure)
2. **Personal goals** (exit vs. lifestyle)
3. **Growth rate** (can you grow fast without capital?)
---
### Next Steps
1. Calculate current growth rate and runway
2. Map competitive landscape and their funding
3. Define your 5-year vision (exit? independence?)
4. If VC path: Talk to 3-5 founders who raised
5. If bootstrap: Focus on path to profitability