$npx -y skills add shiquda/roadmap-skill --skill roadmap-planning-viewsCreates and organizes focused planning views from a subset of roadmap tasks. Use when the user wants to build a task graph, analyze dependencies, identify ready or blocked work, or group near-term and future work into a focused planning workspace.
| 1 | # Roadmap Planning Views |
| 2 | |
| 3 | Use this skill when roadmap work shifts from backlog management to graph-based planning. |
| 4 | |
| 5 | ## Scope |
| 6 | |
| 7 | This skill handles: |
| 8 | |
| 9 | - creating a planning view for a selected subset of tasks |
| 10 | - adding or removing tasks from that view |
| 11 | - arranging node layout and notes for a focused workspace |
| 12 | - creating, updating, or removing dependency edges |
| 13 | - analyzing graph structure to find ready, blocked, root, leaf, or isolated work |
| 14 | |
| 15 | Keep the unit of work as a chosen subset of tasks inside a named graph workspace. |
| 16 | |
| 17 | ## Recommended workflow |
| 18 | |
| 19 | 1. Determine which project the graph belongs to. |
| 20 | 2. Identify the subset of tasks that belong in this planning view. |
| 21 | 3. Create or reuse a planning view with a clear purpose, such as near-term focus, release slice, or future work exploration. |
| 22 | 4. Add the chosen tasks, then create or refine edges only where relationships matter. |
| 23 | 5. Run analysis when the user needs execution order or blocking insight. |
| 24 | 6. Update node notes or layout only to improve clarity of the planning workspace. |
| 25 | 7. Use more than one planning view when the user wants separate slices such as near-term work versus future work. |
| 26 | |
| 27 | ## Important framing |
| 28 | |
| 29 | Treat a planning view as a focused workspace built from a task subset. It supports dependency reasoning, but it is broader than a dependency analyzer. |
| 30 | |
| 31 | Use multiple planning views when the user wants separate graphs for different horizons, themes, or execution slices. |
| 32 | |
| 33 | ## References |
| 34 | |
| 35 | - Planning view semantics: [references/planning-views.md](references/planning-views.md) |
| 36 | - MCP mapping: [references/mcp-mapping.md](references/mcp-mapping.md) |