The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Devplan MCP Server listing page.
Transform ideas into executable development plans — an MCP server that brings the ClaudeCode-DevPlanBuilder methodology to Claude Code.
The Problem: AI coding assistants often lose context, skip steps, or produce inconsistent code across sessions.
The Solution: DevPlan creates detailed, agent-executable development plans with built-in validation, lessons learned, and inline git workflows.
DevPlan is now available as a standalone Claude Code skill — no MCP server, no network dependency, no SSE timeouts. The entire DevPlan methodology runs locally as a first-class plugin.
Step 1 — Add this repo as a plugin marketplace:
Step 2 — Install the plugin at user scope (available across all projects):
Step 3 — Reload plugins to activate:
Invoke the skill directly:
Or use specific sub-commands:
Or just describe what you need — Claude will invoke the skill automatically:
| Skill (NEW) | MCP Server | |
|---|---|---|
| Network | None required | SSE connection to Cloudflare |
| Reliability | Always works | Subject to SSE timeouts |
| Lessons system | Use Nellie or your own | Built-in KV store |
| Install | /plugin install | claude mcp add |
| Validation scripts | Standalone bash | Server-side |
Both options are fully supported. The skill is recommended for reliability; the MCP server adds the lessons learned system and usage analytics.
| Feature | Description |
|---|---|
| Agent-Executable Plans | Plans so detailed that any LLM coding agent can execute them mechanically |
| Built-in Validation | Validates plans are complete before execution begins |
| Real-Time Progress Tracking | Integrates with Claude Code's Task tools for live visibility |
| Lessons Learned | Captures issues from verification and injects them into future plans |
| Issue Remediation | Converts GitHub issues directly into remediation tasks |
| Executor & Verifier Agents | Auto-generates specialized agents with task tracking built-in |
Or add to ~/.claude.json under the mcpServers key:
If you already have DevPlan installed, remove from both scopes and re-add:
That's it. DevPlan will guide Claude through the entire process.
DevPlan uses a scaffold → enhance → validate workflow that ensures every plan is agent-executable before implementation begins.
devplan_generate_plan creates foundation phases + a feature listdevplan_validate_plan checks the plan is agent-executableThe validation step checks that plans are truly executable:
Generated executor and verifier agents integrate with Claude Code's Task tools for live progress visibility:
Both Task tools (real-time visibility) and DEVELOPMENT_PLAN.md (durable record) are updated — giving you the best of both worlds.
DevPlan generates plans and agent files for multiple AI coding tools and models. Use the target parameter to generate outputs for your preferred tool.
| Target | Tool | Agent File | Best For |
|---|---|---|---|
claude | Claude Code | CLAUDE.md | Claude Code IDE (default) |
cursor | Cursor IDE | .cursorrules | Cursor AI editor |
aider | Aider CLI | .aider.conf.yml | Terminal-based AI pair programming |
cline | VS Code Cline | .cline/instructions.md | VS Code extension |
windsurf | Windsurf IDE | .windsurf/rules.md | Codium's AI IDE |
generic | Any Model | AGENTS.md + files | Model-agnostic markdown format |
When generating plans or agent files, specify the target tool:
Generate plan for Cursor:
Generate executor for Aider:
Generate generic agent files:
Each target has a dedicated adapter that transforms the DevPlan methodology into the appropriate format:
CLAUDE.md with executor/verifier agents in .claude/agents/.cursorrules with all guidance in one file (Cursor doesn't support separate agents).aider.conf.yml with architect mode instructions.cline/instructions.md with executor/verifier split.windsurf/rules.md with cascade-optimized formatAGENTS.md, EXECUTOR.md, and VERIFIER.md for any toolStart a new project for Cursor:
Add executor for specific target:
Compare adapter capabilities: See docs/ADAPTERS.md for a detailed comparison of each target's capabilities and limitations.
| Tool | Purpose |
|---|---|
devplan_start | Main entry point - guides Claude through the methodology |
devplan_interview_questions | Get questions to gather project requirements |
devplan_create_brief | Generate PROJECT_BRIEF.md |
devplan_parse_brief | Parse existing brief into structured data |
devplan_list_templates | List project templates (cli, web_app, api, library) |
| Tool | Purpose |
|---|---|
devplan_generate_plan | Generate DEVELOPMENT_PLAN.md scaffold with validation instructions |
devplan_generate_claude_md | Generate CLAUDE.md scaffold |
devplan_generate_executor | Generate executor agent with Task tool integration |
devplan_generate_verifier | Generate verifier agent with Task tool integration |
| Tool | Purpose |
|---|---|
devplan_validate_plan | Validate plan structure and agent-executability |
devplan_get_subtask | Get specific subtask details by ID |
devplan_update_progress | Mark subtasks complete with notes |
devplan_progress_summary | Get completion stats and next actions |
Feedback loop that captures issues from verification and incorporates them into future plans.
| Tool | Purpose |
|---|---|
devplan_add_lesson | Capture a lesson from verifier findings |
devplan_list_lessons | List accumulated lessons by severity |
devplan_archive_lesson | Archive old lessons without deleting them |
devplan_delete_lesson | Remove outdated or incorrect lessons |
devplan_extract_lessons_from_report | Auto-extract lessons from verification reports |
Convert GitHub issues into structured remediation tasks — perfect for bug fixes and post-release maintenance.
| Tool | Purpose |
|---|---|
devplan_parse_issue | Analyze a GitHub issue to extract requirements |
devplan_issue_to_task | Generate remediation task with subtasks from an issue |
| Tool | Purpose |
|---|---|
devplan_usage_stats | View usage distribution across users |
| Without DevPlan | With DevPlan |
|---|---|
| Context lost between sessions | Plans preserve full context |
| Inconsistent code quality | Executor agents follow exact specifications |
| Same mistakes repeated | Lessons learned system prevents recurrence |
| No verification step | Verifier agents actively try to break the code |
| Bugs found in production | Issues caught before release |
| Plans need interpretation | Validated plans are copy-paste ready |
DevPlan includes a public dashboard for viewing aggregate usage statistics:
Dashboard URL: devplanmcp.store/dashboard
The dashboard shows:
All analytics are privacy-preserving:
Contributions welcome! Please see the ClaudeCode-DevPlanBuilder repo for methodology details.
MIT
Built for Claude Code
Model Context Protocol •
Cloudflare Workers •
DevPlanBuilder Methodology