nw-roadmap

Scaffold feature roadmaps as JSON artifacts with milestones and acceptance criteria.

Updated Mar 18, 2024
One-click install
npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-roadmap-v1bh0r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nw-roadmap
Source: https://github.com/v1bh0r/precise-ledger-pro/tree/main/nWave/skills/nw-roadmap
Command: npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-roadmap-v1bh0r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a structured, phased roadmap for a feature goal, including acceptance criteria and TDD steps, to guide implementation.

Core Features & Use Cases

  • Generates a pre-scaffolded YAML roadmap skeleton and fills it with names, descriptions, milestones, and dependencies.
  • Outputs the final roadmap to docs/feature/{feature-id}/deliver/roadmap.json for consistent delivery traces.
  • Ideal for product teams planning multi-phase initiatives and handoffs between architects, developers, and QA.

Quick Start

Provide a feature goal and let the system scaffold a roadmap, then fill in details and validate.

Frequently Asked Questions about nw-roadmap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured feature roadmap for multi-phase delivery?

To generate a feature roadmap, you provide a feature goal and the system scaffolds a YAML skeleton, fills in milestones and acceptance criteria, then outputs a validated roadmap.json artifact for delivery.

Can I automate roadmap planning with acceptance criteria and timelines using YAML?

Yes, automated roadmap planning uses a CLI to scaffold a YAML skeleton, fills it with derived timelines and acceptance criteria, and validates the structure before delivering the final roadmap.json file.

What's the best way to scaffold a phased roadmap for product team handoffs?

The best way to scaffold a phased roadmap for handoffs is deriving a feature-id from your goal, generating a structured skeleton with dependencies, and validating the complete trace before delivery.

Do I need any specific dependencies to create a roadmap.json deliverable?

No external dependencies are needed to create a roadmap.json deliverable; the system independently scaffolds the YAML skeleton, fills in milestone details, and enforces structural validation.

Why does my feature roadmap need end-to-end validation before delivery?

Feature roadmap validation enforces a consistent structure before delivery, ensuring names, descriptions, milestones, and acceptance criteria are accurately populated in the final roadmap.json artifact.

What is the roadmap.json output format used for in feature delivery?

The roadmap.json output format provides a structured, phased plan with milestones and dependencies, serving as a consistent delivery trace for architects, developers, and QA teams.