roadmap-management
Roadmap parsing, analysis, and mutation operations for ROADMAP.md. Handles phase and milestone lifecycle including add, insert (decimal), remove, complete, and requirements coverage analysis.
npx skills add a5c-ai/babysitter --skill roadmap-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
- Milestones (versioned deliverables, e.g., v1.0, v2.0) - Phases within each milestone (numbered execution units) - Requirements mapped to phases (100% coverage guarantee) - Phase dependencies and ordering - Phase status tracking (planned/in-progress/completed/verified) This skill combines the original `lib/roadmap.cjs` and `lib/phase.cjs` modules. It handles all roadmap mutations: adding phases, inserting decimal phases for urgent work, removing phases with renumbering, and marking phases complete. ## Capabilities ### 1. Parse Roadmap Parse ROADMAP.md into structured data: ```markdown # Roadmap ## Milestone v1.0: MVP Launch ### Phase 70: Project Setup - **Status**: completed - **Requirements**: R1 (project scaffolding), R2 (dev environment) - **Deliverables**: Package.json, tsconfig, eslint config, CI pipeline ### Phase 71: Database Layer - **Status**: completed - **Requirements**: R3 (data model), R4 (migrations) - **Deliverables**: Schema definitions, migration scripts, seed data ### Phase 72: Authentication - **Status**: in-progress - **Requirements**: R5 (user auth), R6 (OAuth2) - **Deliverables**: Login flow, token management, middleware ### Phase 73: API Endpoints - **Status
- Capabilities
- 1. Parse Roadmap
- 2. Add Integer Phase
- 3. Insert Decimal Phase
- 4. Remove Phase and Renumber
- 5. Mark Phase Complete
- 6. Requirements Coverage Analysis
- 7. Phase Dependency Resolution
- 8. Milestone Scope Determination
- 9. Phase Status Queries
- Tool Use Instructions
- Parsing Roadmap
- Adding a Phase
- Inserting a Decimal Phase
What does the roadmap-management skill do?
Roadmap parsing, analysis, and mutation operations for ROADMAP.md. Handles phase and milestone lifecycle including add, insert (decimal), remove, complete, and requirements coverage analysis.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill roadmap-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
