/plan Command
Description
Create detailed implementation plan using the implementation-planner agent.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for VAMFI/claude-user-memory, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
name: plan description: Quick command to invoke implementation-planner to create surgical, reversible implementation plans with rollback procedures.
/plan Command
Create detailed implementation plan using the implementation-planner agent.
Usage
/plan
Prerequisites
⚠️ **Requires ResearchPack** from `/research` or `@docs-researcher`
What This Does
- Checks ResearchPack exists and passed validation (80+)
- Invokes
@implementation-plannerwith your feature - Applies
planning-methodologyskill automatically - Creates Implementation Plan with:
- Minimal file changes
- Step-by-step instructions
- Verification methods
- Test plan
- Risk assessment
- Rollback procedure
- Validates Plan (must score 85+)
- Runs API matcher (Plan APIs must match ResearchPack)
- Returns ready for implementation
Examples
/plan Add Redis caching with TTL configuration
/plan Implement JWT authentication middleware
/plan Create database migration for users table
/plan Integrate Stripe payment processing
Output
You'll receive a complete Implementation Plan including:
- ✅ File changes (new and modified)
- ✅ Step-by-step implementation sequence
- ✅ Verification method for each step
- ✅ Comprehensive test plan
- ✅ Risk assessment with mitigations
- ✅ Complete rollback procedure
- ✅ Success criteria
- ✅ Time estimates
Quality Gates
Plan will be automatically validated:
- Score must be ≥ 85/100
- APIs used must match ResearchPack (no hallucination)
- Must include rollback procedure
- Must include risk assessment (3+ risks)
- Each step must have verification method
If validation fails, you'll see:
- Specific defects found
- Required score vs actual score
- API mismatches (if any)
- Recommendations to fix
Next Steps
After `/plan` completes:
- Review the Implementation Plan
- Verify it makes sense and is minimal
- Run
/implementto execute the plan - Or use
@code-implementerdirectly
Time
Typical completion: **< 3 minutes**
**Executing command...**
Please invoke: `@implementation-planner {args}`
The planning-methodology skill will be automatically applied to ensure minimal-change, reversible plans with complete safety procedures.
The plan will be validated for:
- Completeness (35 pts)
- Safety (30 pts)
- Clarity (20 pts)
- Alignment with ResearchPack (15 pts)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11