π― Powerful roadmap management commands for Claude Code
Transform your ROADMAP.md files from static documents into interactive planning tools. Manage both project-specific roadmaps and personal cross-project priorities directly within Claude Code.
curl -sSL https://raw.githubusercontent.com/arach/claude-roadmap-commands/main/install.sh | bash
/project:roadmap
- Interactive roadmap management (show, add, complete, analyze)/project:progress
- Quick progress snapshots for standups/project:next
- Smart recommendations for what to work on next
/user:roadmap
- Cross-project personal roadmap management
# View high priority features
/project:roadmap show high-priority
# Quick progress check
/project:progress
# Get smart task recommendations
/project:next
# Manage personal priorities across projects
/user:roadmap show active
Rich formatted output with emojis and clear visual hierarchy:
π Project Progress Report
β
Completed: 15/24 features (62.5%)
π§ In Progress: 1 feature
π Planned: 8 features
Recent Wins:
β High-performance timer system
β Web version support
Next Up:
π― Session Statistics Dashboard
π Focus Mode Browser Extension
Smart analysis and recommendations:
- Progress analytics and completion rates
- Priority-based task suggestions
- Dependency analysis for planning
- Cross-project capacity management
- Install commands to
~/.claude/commands/
(available in all Claude Code instances) - Commands parse your existing ROADMAP.md files intelligently
- Get rich interactions without changing your workflow
- Personal roadmap for cross-project planning at
~/.claude/personal-roadmap.md
Works with standard markdown roadmaps:
# Project Roadmap
## β
Completed Features
- [x] Feature A
## π― High Priority
#### Feature B β Most Important
*Description*
- [ ] Task 1
- [ ] Task 2
**Impact:** High | **Effort:** Medium
Issues and PRs welcome! This tool emerged from real productivity needs in Claude Code.
Transform your roadmaps into interactive planning tools! π