strategic-planning
Use wipnote analytics to make smart work prioritization decisions. Activate when recommending work, finding bottlenecks, assessing risks, or analyzing project impact.
What this skill does
# 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 "blocked" - Planning sprint priorities --- ### `wipnote analytics summary` Get scored recommendations considering all factors. ```bash 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). ```bash # All todo features wipnote find features --status todo # All in-progress 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. ```bash wipnote snapshot --summary ``` **Use when:** - Before major releases - Sprint planning - Health checks --- ## Decision Patterns ### Pattern 1: Start of Session ```bash # Get project status overview wipnote status wipnote snapshot --summary wipnote analytics summary ``` --- ### Pattern 2: Something Is Blocked ```bash # Find what's causing the block wipnote analytics summary wipnote find features --status blocked ``` --- ### Pattern 3: Planning Parallel Work ```bash # Check what's ready (no dependencies) wipnote analytics summary wipnote find features --status todo ``` --- ### Pattern 4: Review All Work ```bash # See everything by status 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: ```bash # Get full picture before planning wipnote analytics summary wipnote snapshot --summary # Use wipnote plan generate to create formal plans wipnote plan generate <track-id> ``` --- ## Best Practices ### DO 1. **Check bottlenecks first** - High-leverage work 2. **Use recommendations** - Considers all factors 3. **Assess risks before big changes** - Avoid surprises 4. **Analyze impact** - Understand consequences 5. **Check parallel capacity** - Optimize throughput ### DON'T 1. **Ignore blocked tasks** - They signal bottlenecks 2. **Skip risk assessment** - Before major releases 3. **Parallelize without analysis** - May cause conflicts 4. **Work on low-impact tasks** - When bottlenecks exist --- ## Quick Reference ```bash # What's blocking us? wipnote analytics summary # What should I do? wipnote analytics summary # Project snapshot wipnote snapshot --summary # Check status wipnote status # Find in-progress work wipnote find features --status in-progress # Find todo work (parallelizable candidates) wipnote find features --status todo ``` --- ## Recommend Workflow Run `wipnote recommend [--top N]` (default N=5) for scored recommendations: ```bash wipnote recommend --top 5 ``` After presenting output, analyze whether the top recommendations can run in parallel: 1. Check dependencies — do any recommended items block each other? 2. Check file overlap — do they modify the same files or modules? 3. If independent → propose `/wipnote:execute` for parallel dispatch 4. 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)
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.