mmorris35/ClaudeCode-DevPlanBuilder
Platform-specific configuration:
{
"mcpServers": {
"ClaudeCode-DevPlanBuilder": {
"command": "npx",
"args": [
"-y",
"ClaudeCode-DevPlanBuilder"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Turn your product idea into a production-ready development plan in minutes
Tell Claude Code to read this repo, and it will guide you through building a comprehensive, paint-by-numbers development plan with all the testing, git discipline, and best practices baked in.
---
When a user asks you to help them create a development plan using this methodology, follow these exact steps:
Ask these questions ONE AT A TIME, waiting for responses:
Write to PROJECT_BRIEF.md using this structure:
# Project Brief: {name}
## Overview
| Field | Value |
|-------|-------|
| **Project Name** | {name} |
| **Project Type** | {cli/web_app/api/library} |
| **Goal** | {one sentence} |
| **Timeline** | {timeline} |
| **Team Size** | 1 |
## Target Users
- {user type 1}
- {user type 2}
## Features
### Must-Have (MVP)
1. **{Feature Name}** - {description}
2. **{Feature Name}** - {description}
...
### Nice-to-Have (v2)
- {feature}
...
## Technical Requirements
### Tech Stack
| Component | Technology |
|-----------|------------|
| Language | {language} |
| Framework | {framework} |
| Testing | {test framework} |
### Constraints
- {constraint 1}
- {constraint 2}
## Success Criteria
1. {criterion 1}
2. {criterion 2}
...
## Out of Scope
- {thing 1}
- {thing 2}Structure the plan with phases, tasks, and subtasks:
Loading reviews...