strategic-planninglisted
Install: claude install-skill shakestzd/wipnote
# Strategic Planning Skill
## When to Activate This Skill
**Trigger keywords:**
- "what should I work on", "recommend", "prioritize"
- "bottleneck", "blocking", "stuck"
- "risk", "impact", "dependencies"
- "strategic", "roadmap", "plan"
**Trigger situations:**
- Starting a new session (what to work on?)
- Multiple tasks available (which is most important?)
- Progress seems slow (what's blocking us?)
- Planning major changes (what's the impact?)
**CLI reference:** Run `wipnote help` for available commands. Key commands:
- `wipnote status` — project overview
- `wipnote find features --status in-progress` — active work
- `wipnote recommend` — AI-recommended next work
---
## Core Principle: Data-Driven Decisions
wipnote provides analytics that consider:
- **Dependencies** - What blocks/enables other work
- **Priority** - Business importance
- **Impact** - How many tasks are unlocked
- **Risk** - Circular deps, complexity
- **Parallelism** - What can run concurrently
---
## Quick Decision Framework
```bash
# 1. What should I work on? (recommendations)
wipnote analytics summary
# 2. What's blocking progress?
wipnote analytics summary
# 3. Project snapshot (status + WIP)
wipnote snapshot --summary
# 4. Find in-progress work
wipnote find features --status in-progress
```
---
## CLI Reference
### `wipnote analytics summary`
Find tasks that block the most downstream work.
```bash
wipnote analytics summary
```
**Use when:**
- Progress feels slow
- Many tasks are "bloc