Agent skill · Testing & QA

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill roadmap-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditGlobGrep
Path: library/methodologies/gsd/skills/roadmap-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- 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

What's inside
Steps it walks through
  1. Capabilities
  2. 1. Parse Roadmap
  3. 2. Add Integer Phase
  4. 3. Insert Decimal Phase
  5. 4. Remove Phase and Renumber
  6. 5. Mark Phase Complete
  7. 6. Requirements Coverage Analysis
  8. 7. Phase Dependency Resolution
  9. 8. Milestone Scope Determination
  10. 9. Phase Status Queries
  11. Tool Use Instructions
  12. Parsing Roadmap
  13. Adding a Phase
  14. Inserting a Decimal Phase
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
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.

Keep going