nw-roadmap

Solid

Creates a phased roadmap.json for a feature goal with acceptance criteria and TDD steps. Use when planning implementation steps before execution.

AI & Automation 526 stars 55 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
91
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# NW-ROADMAP: Goal Planning **Wave**: CROSS_WAVE **Agent**: Architect (nw-solution-architect) or domain-appropriate agent ## Overview Dispatches expert agent to fill a pre-scaffolded YAML roadmap skeleton. CLI tools handle structure; agent handles content. Output: `docs/feature/{feature-id}/deliver/roadmap.json` ## Usage ```bash /nw-roadmap @nw-solution-architect "Migrate monolith to microservices" /nw-roadmap @nw-software-crafter "Replace legacy authentication system" /nw-roadmap @nw-product-owner "Implement multi-tenant support" ``` ## Execution Steps You MUST execute these steps in order. Do NOT skip any. 1. **Parse Parameters** — Extract agent name (after @, validated against agent registry), goal description (quoted string), and derive feature-id from goal in kebab-case (e.g., "Migrate to OAuth2" -> "migrate-to-oauth2"). Gate: agent name, goal, and feature-id all resolved. 2. **Scaffold Skeleton** — Run `des.cli.roadmap init` via Bash BEFORE invoking agent. Gate: CLI exits 0; stop and report error on non-zero exit. ```bash PYTHONPATH=~/.claude/lib/python $(command -v python3 || command -v python) -m des.cli.roadmap init \ --project-id {feature-id} \ --goal "{goal-description}" \ --output docs/feature/{feature-id}/deliver/roadmap.json ``` For complex projects add: `--phases 3 --steps "01:3,02:2,03:1"` Do NOT write the file manually. 3. **Invoke Agent** — Invoke the named agent via Task tool to fill skeleton TODO placeholders. Gate: agent completes witho...

Details

Author
nWave-ai
Repository
nWave-ai/nWave
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

roadmap

Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committing at milestones, deploying, testing, and continuing until done or stuck. Modes: plan (generate roadmap), start (begin executing), resume (continue from where you left off), status (show progress). Triggers: 'roadmap', 'plan the build', 'start building', 'resume the build', 'keep going', 'build the whole thing', 'execute the roadmap', 'what phase are we on'.

813 Updated 2 weeks ago
jezweb
AI & Automation Listed

rcode-create-milestone

Design the milestone roadmap (M1..Mn) for a project from an approved PRD. Activates when the user says "create milestones", "plan milestones", "create roadmap", "what milestones do I need", "break this project into milestones", or "roadmap for this product". Do NOT use for milestone lifecycle (use rcode-new-milestone / rcode-complete-milestone), for decomposing one milestone into epics (use rcode-create-epics-and-stories), or for single-phase planning (use rcode-plan-phase).

0 Updated 2 days ago
hanzlahabib
AI & Automation Solid

nw-execute

Dispatches a single roadmap step to a specialized agent for TDD execution. Use when implementing a specific step from a roadmap.json plan.

526 Updated 1 weeks ago
nWave-ai
AI & Automation Listed

roadmap-planning

Build a multi-quarter roadmap from a backlog of ideas, requests, and ongoing initiatives. Use this skill when planning the next quarter, sequencing dependent work, balancing build vs improve vs maintain, or making the case for what NOT to do. Triggers on roadmap, quarterly planning, what should we build next, sequencing, prioritization, OKR planning, capacity planning, what's on the roadmap, plan the year, what to ship next quarter. Also triggers when stakeholders are pulling in different directions and the team needs a defensible plan.

2 Updated today
rampstackco
Code & Development Listed

write-roadmap

Create a horizon-based product roadmap from strategy and OKRs. Organises work into Now/Next/Later themes derived from strategy pillars, marks items as committed vs. directional, and avoids fake precision (no hard dates unless explicitly provided). Trigger on: "write a roadmap", "create our ROADMAP.md", "help me plan the next few quarters", "what should we build and when", "turn this strategy into a roadmap", "build a Now/Next/Later plan", or after write-okrs.

2 Updated 3 days ago
felipecabargas