Generates validated, agent-executable development plans, project briefs, agent scaffolds, progress tracking, and GitHub issue remediation tasks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Devplan MCP Server.
devplan_startMain entry point - guides Claude through the methodology
devplan_interview_questionsGet questions to gather project requirements
devplan_create_briefGenerate PROJECT_BRIEF.md
devplan_parse_briefParse existing brief into structured data
devplan_list_templatesList project templates (cli, web_app, api, library)
devplan_generate_planGenerate DEVELOPMENT_PLAN.md scaffold with validation instructions
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:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mmorris35-devplan-mcp-server)<a href="https://allmcps.com/mcp/mmorris35-devplan-mcp-server"><img src="https://allmcps.com/api/badge/mmorris35-devplan-mcp-server?style=directory" alt="Devplan MCP Server on AllMCPs" /></a>