Agent skill
roadmap-analysis
ROADMAP.md analysis and management. Use for finding pending tasks and updating completion status.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/roadmap-analysis-bartoszwarzocha-kalahari
SKILL.md
ROADMAP Analysis
1. ROADMAP.md Format
Checkboxes
[ ]- not done[x]- completed
NO task numbers in ROADMAP!
- Only feature/idea names
- OpenSpec numbers go in openspec/changes/
2. Finding Pending Items
Search pattern
[ ]
Check current phase
- Phase 0, Phase 1, etc.
- Priority: top to bottom within section
3. Proposing Tasks
When user has no idea:
- Read ROADMAP.md
- Find current phase section
- Select 3 uncompleted items
[ ] - Present to user:
Pending items from ROADMAP: 1. [Item name] - brief description 2. [Item name] - brief description 3. [Item name] - brief description Which one would you like to work on? - Wait for user selection
4. Updating ROADMAP
When feature is complete
Before:
- [ ] Add statistics panel
After:
- [x] Add statistics panel
Rules
- ONLY mark [x] when feature is fully done
- Do NOT add task numbers
- Do NOT add OpenSpec references
- Keep it simple: just checkboxes
5. ROADMAP Sections
Typical structure
# ROADMAP
## Phase 0 - Foundation
- [x] Project setup
- [x] Basic GUI
- [ ] Settings dialog
## Phase 1 - Core Editor
- [ ] Rich text editing
- [ ] Document structure
...
6. Cross-Reference with CHANGELOG
When updating ROADMAP:
- Also add entry to CHANGELOG.md [Unreleased]
- Use same feature name
- Keep descriptions consistent
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?