DevPlan

DevPlan

mmorris35

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.

3220 views2Remote

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

Developers starting new projects who need structured planningTeams wanting consistent development workflowsSolo developers managing complex multi-phase projects
Remote — zero setupPlans executable by Claude HaikuBuilt-in validation and progress tracking

Tools (20)

devplan_start

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.

devplan_interview_questions

Get interview questions to ask the user about their project. Ask these ONE AT A TIME, waiting for responses.

devplan_create_brief

Create a PROJECT_BRIEF.md after interviewing the user. This captures their requirements in a structured format.

devplan_parse_brief

Parse an existing PROJECT_BRIEF.md file to extract structured data. Use this if a brief already exists.

devplan_generate_plan

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

Alternatives