Initialize the roadmap structure in the current project
Creates the .roadmap directory structure with config and templates for project planning.
/plugin marketplace add AndresNaza/claude-plugins/plugin install andresnaza-roadmap-planner-roadmap-planner@AndresNaza/claude-pluginsCreate the .roadmap/ directory structure for this project.
Check if .roadmap/ directory exists at the project root
If not, create the following structure:
.roadmap/
├── config.json # Team configuration
├── quarters/ # Quarterly roadmaps
├── epics/ # Epic files with milestones
├── sprints/ # Sprint plans
└── templates/ # Templates for consistency
├── epic.md
├── sprint.md
└── quarter.md
Create config.json with default settings:
{
"team": [],
"pointsPerDevPerSprint": 20,
"sprintWeeks": 2,
"defaultBuffer": 0.15
}
Copy templates from the plugin's templates directory
Display confirmation:
Roadmap initialized!
Created:
- .roadmap/config.json
- .roadmap/quarters/
- .roadmap/epics/
- .roadmap/sprints/
- .roadmap/templates/
Next steps:
1. /roadmap-planner:team Alice, Bob - Configure your team
2. /roadmap-planner:plan-quarter - Plan quarterly epics