| name | strategic-planning |
| description | Use wipnote analytics to make smart work prioritization decisions. Activate when recommending work, finding bottlenecks, assessing risks, or analyzing project impact. |
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
wipnote analytics summary
wipnote analytics summary
wipnote snapshot --summary
wipnote find features --status in-progress
CLI Reference
wipnote analytics summary
Find tasks that block the most downstream work.
wipnote analytics summary
Use when:
- Progress feels slow
- Many tasks are "blocked"
- Planning sprint priorities
wipnote analytics summary
Get scored recommendations considering all factors.
wipnote analytics summary
Scoring factors:
- Priority weight (critical=100, high=75, medium=50, low=25)
- Blocks count (×10 per blocked task)
- No dependencies bonus (+20)
- Bottleneck bonus (+30)
wipnote find features --status todo
Find tasks that can run concurrently (no dependencies).
wipnote find features --status todo
wipnote find features --status in-progress
Use when:
- Multiple agents available
- Want to speed up delivery
- Planning parallel sprints
wipnote snapshot --summary
Project health and status overview.
wipnote snapshot --summary
Use when:
- Before major releases
- Sprint planning
- Health checks
Decision Patterns
Pattern 1: Start of Session
wipnote status
wipnote snapshot --summary
wipnote analytics summary
Pattern 2: Something Is Blocked
wipnote analytics summary
wipnote find features --status blocked
Pattern 3: Planning Parallel Work
wipnote analytics summary
wipnote find features --status todo
Pattern 4: Review All Work
wipnote find features --status in-progress
wipnote find features --status todo
wipnote find bugs --status open
Integration with Planning
Use CLI analytics to inform planning decisions:
wipnote analytics summary
wipnote snapshot --summary
wipnote plan generate <track-id>
Best Practices
DO
- Check bottlenecks first - High-leverage work
- Use recommendations - Considers all factors
- Assess risks before big changes - Avoid surprises
- Analyze impact - Understand consequences
- Check parallel capacity - Optimize throughput
DON'T
- Ignore blocked tasks - They signal bottlenecks
- Skip risk assessment - Before major releases
- Parallelize without analysis - May cause conflicts
- Work on low-impact tasks - When bottlenecks exist
Quick Reference
wipnote analytics summary
wipnote analytics summary
wipnote snapshot --summary
wipnote status
wipnote find features --status in-progress
wipnote find features --status todo
Recommend Workflow
Run wipnote recommend [--top N] (default N=5) for scored recommendations:
wipnote recommend --top 5
After presenting output, analyze whether the top recommendations can run in parallel:
- Check dependencies — do any recommended items block each other?
- Check file overlap — do they modify the same files or modules?
- If independent → propose
/wipnote:execute for parallel dispatch
- If dependent → identify critical path, propose sequential order
Propose next action:
- 2+ independent items →
/wipnote:execute (parallel)
- Blocked items → start with the blocker using
/wipnote:plan <id>
- Single item → delegate to appropriate agent tier (haiku/sonnet/opus)