← ClaudeAtlas

strategic-planninglisted

Use wipnote analytics to make smart work prioritization decisions. Activate when recommending work, finding bottlenecks, assessing risks, or analyzing project impact.
shakestzd/wipnote · ★ 3 · AI & Automation · score 69
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