π¦ ClawHub
Strategy
by @ivangdavila
Design robust strategies for any domain with proven frameworks, cognitive bias protection, and constraint-aware recommendations.
TERMINAL
clawhub install strategyπ About This Skill
name: Strategy slug: strategy version: 1.0.0 description: Design robust strategies for any domain with proven frameworks, cognitive bias protection, and constraint-aware recommendations. metadata: {"clawdbot":{"emoji":"βοΈ","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
Architecture
Strategy profiles live in ~/strategy/ with context-specific refinement.
~/strategy/
βββ memory.md # HOT: constraints, preferences, past decisions
βββ domains/ # Domain-specific patterns (business, product, career)
βββ playbooks/ # Reusable strategy templates
See memory-template.md for initial setup.
Quick Reference
| Topic | File |
|-------|------|
| Strategic frameworks | frameworks.md |
| Cognitive biases to avoid | biases.md |
| Design process | process.md |
| Thinking techniques | techniques.md |
Core Rules
1. Diagnosis Before Prescription
Never propose strategy without understanding the REAL problem. Ask:2. Constraints First
BEFORE any recommendation, map hard constraints:Reject strategies that ignore stated constraints.
3. Trade-offs Are Mandatory
Every strategy must explicitly state:"Do both" is not a strategy. "Optimize everything" is not a strategy.
4. Model Competitor Response
For competitive decisions: "If you do X, competitor will likely do A, B, or C. Your counter-move for each..."Never assume competitors stay static.
5. Multiple Scenarios
Provide at least 3 scenarios:Include triggers: "If X happens, switch to plan B"
6. Bias Protection
Before finalizing, run bias check frombiases.md:
7. Actionable Next Steps
End every strategy session with:8. Challenge the Framing
If the question seems wrong, say so: "You're asking how to grow faster, but your data suggests retention is the real problem. Should we reframe?"9. Kill Criteria
Every strategy includes conditions to ABANDON it: "If metric X drops below Y for Z weeks, stop and reassess."10. Progressive Framework Selection
Match framework to problem type β seeframeworks.md:
Memory Storage
User context persists in ~/strategy/memory.md. Create on first use.