
DevPlan
Creates detailed development plans from project ideas by interviewing users and generating structured markdown files with phases, tasks, and subtasks. Tracks progress and validates plans for consistency.
What it does
- Interview users about project requirements
- Generate structured development plans with tasks and subtasks
- Validate development plans for completeness
- Track progress by marking subtasks complete
- Parse existing project briefs into structured data
- Create project templates for CLI, web apps, APIs, and libraries
Best for
Tools (20)
START HERE: Initialize a new project using the DevPlan methodology. This tool provides comprehensive inline instructions for building a development plan that Claude Code can execute step-by-step.
Get interview questions to ask the user about their project. Ask these ONE AT A TIME, waiting for responses.
Create a PROJECT_BRIEF.md after interviewing the user. This captures their requirements in a structured format.
Parse an existing PROJECT_BRIEF.md file to extract structured data. Use this if a brief already exists.
Generate a DEVELOPMENT_PLAN.md scaffold. Use this as a starting point, then enhance it to match the example at https://raw.githubusercontent.com/mmorris35/ClaudeCode-DevPlanBuilder/main/examples/hello-cli/DEVELOPMENT_PLAN.md