Scan codebase and create development roadmap
Scans your codebase and interviews you about priorities, then generates a prioritized development roadmap with detailed specs, dependency graphs, and implementation plans in `.claude/planning/roadmap/`.
/plugin marketplace add fakebizprez/interview-marketplace/plugin install interview-mode@interview-marketplaceopusUnderstand the following aspects:
Use AskUserQuestionTool to interview me about:
Based on the scan and interview, create a prioritized roadmap by generating separate spec files in .claude/planning/roadmap/:
{feature-name-01}.md, {feature-name-02}.md, etc. for each major initiativeCreate .claude/planning/roadmap/roadmap.toml with:
Create two mermaid diagram files:
.claude/planning/roadmap/dependencies.mmd - Dependency graph showing relationships between specs (blocking/blocked-by).claude/planning/roadmap/vision.mmd - Projection of what the entire project will look like when complete (architecture, components, data flow)