Agent skill
roadmap-updating
Use when updating product roadmap with new PRDs - sequences PRDs by timeline, manages roadmap.md structure, and maintains changelog
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/roadmap-updating
SKILL.md
Roadmap Updating
Purpose
Update roadmap with newly validated PRDs:
- Sequence by timeline and status
- Organize by timeframe (Now/Next/Later)
- Maintain roadmap.md structure
- Create changelog snapshots
When to Use
Activate when:
- User invokes
/project:update-roadmap - After product-planning generates PRDs
- After interactive PRD creation
- Manual roadmap review cycles
Workflow
1. Load PRDs
From:
datasets/product/backlog.md(latest PRD Intake section)datasets/product/prds/{YYYY}/PRD_*.mdfiles
Extract:
- PRD titles
- Status (🚧 Drafting / 🏃 Actionable / 🔒 Closed / ❗ Abandoned)
- Timeline (milestones and expected delivery)
2. Sequence by Timeline
Sort PRDs by:
- Actionable PRDs first (ready for work)
- Then by expected delivery timeline
- Drafting PRDs listed separately (need completion)
Timeframes:
- Now: Actionable PRDs with near-term delivery (this quarter)
- Next: Actionable PRDs with mid-term delivery (next quarter)
- Later: Actionable PRDs with future delivery or Drafting status
3. Update Roadmap Structure
roadmap.md format:
# Product Roadmap
**Last Updated**: YYYY-MM-DD
## Now (This Quarter)
- [ ] PRD 1 Title - 🏃 Actionable - {Expected Delivery}
- [ ] PRD 2 Title - 🏃 Actionable - {Expected Delivery}
## Next (Next Quarter)
- [ ] PRD 3 Title - 🏃 Actionable - {Expected Delivery}
- [ ] PRD 4 Title - 🏃 Actionable - {Expected Delivery}
## Later (Future / Drafting)
- [ ] PRD 5 Title - 🚧 Drafting - {Timeline TBD}
- [ ] PRD 6 Title - 🏃 Actionable - {Expected Delivery Q3+}
## Closed (Completed)
- [x] PRD 7 Title - 🔒 Closed - {Delivered Date}
4. Create Changelog Snapshot
Before updating roadmap.md:
cp datasets/product/roadmap.md datasets/product/snapshots/ROADMAP_{YYYY-MM-DD}.md
Success Criteria
- PRDs sequenced by timeline
- Roadmap.md updated with correct structure
- Changelog snapshot created
- Last Updated timestamp current
Related Skills
product-planning: Generates PRDs for roadmapprd-creation: Creates individual PRDsprd-validation: Validates PRD quality
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?