Plan, Research, Orchestrate, Validate, Execute — a complete lifecycle plugin for Claude Code
npx claudepluginhub mjmorales/claude-provePlan, Research, Orchestrate, Validate, Execute — a complete lifecycle plugin for Claude Code, for any tech stack.
Plan, Research, Orchestrate, Validate, Execute — a Claude Code plugin that provides a complete plan-to-implementation lifecycle for any tech stack.
Takes you from idea to merged code through a structured pipeline:
/prove:brainstorm → /prove:task-planner → /prove:plan-step → /prove:orchestrator → /prove:review → /prove:comprehend → /prove:cleanup
│ │ │ │ │ │ │
.prove/decisions/ .prove/TASK_PLAN.md .prove/plans/plan_X/ .prove/reports/ .prove/reviews/ .prove/learning/ .prove/archive/
/prove:orchestrator, /prove:autopilot, and /prove:full-auto./prove:review to start./prove:steward), iterative audit-fix loops (/prove:steward:auto-steward), and lightweight session-scoped reviews (/prove:steward:steward-review). See docs/code-quality.md..claude/.prove.json or let auto-detection handle it./prove:handoff) to preserve context across Claude Code sessions. Resume with /prove:pickup in a fresh session./prove:docs), LLM-optimized agent docs (/prove:docs:agentic-docs), or both at once (/prove:docs:auto-docs).claude plugin marketplace add mjmorales/claude-prove
claude plugin install prove@prove
If Claude Code is already running, restart it for the plugin to take effect.
# Initialize validation config for your project
/prove:init
# Start brainstorming a feature
/prove:brainstorm
# Plan the implementation
/prove:task-planner
# Deep-dive into a specific step
/prove:plan-step 1.2.3
# Execute autonomously
/prove:orchestrator
# Review agent-generated code
/prove:review
# Quiz yourself on what the agent wrote
/prove:comprehend
# Clean up when done
/prove:cleanup my-feature
| Command | Description |
|---|---|
/prove:brainstorm | Interactive brainstorming — explore options, record decisions to .prove/decisions/ |
/prove:task-planner | Guided requirements gathering and incremental plan creation |
/prove:plan-step [step] | Deep-dive into a specific plan step: requirements, design, test strategy |
/prove:spec [topic] | Author formal specifications following RFC/IETF conventions |
| Command | Description |
|---|---|
/prove:orchestrator | Execute a task plan with validation gates. Auto-scales between simple and full mode |
/prove:autopilot [plan] | Run the orchestrator hands-off on a specific plan |
/prove:full-auto | End-to-end: requirements → plan → parallel execution → merge |
/prove:prep-permissions | Pre-configure Claude Code permissions for smooth orchestrator runs |
| Command | Description |
|---|---|
/prove:review | Assemble intent manifests and launch the review UI |
/prove:review:resolve | Show approval summary — accepted groups and merge readiness |
/prove:review:fix | Generate fix prompts from rejected review groups |
/prove:review:discuss | Surface groups needing discussion from review |