From edmunds-claude-code
Plan feature implementation with technical specifications
How this command is triggered — by the user, by Claude, or both
Slash command
/edmunds-claude-code:feature-planclaude-sonnet-4-5misc/The summary Claude sees in its command listing — used to decide when to auto-load this command
Create a detailed implementation plan for the following feature. ## Feature Description $ARGUMENTS ## Planning Framework for Solo Developers ### 1. **Feature Breakdown** Analyze and break down into: - User stories - Technical requirements - Dependencies - Edge cases - Success criteria ### 2. **Technical Specification** **Architecture** - Where does this fit in the codebase? - Which components/pages affected? - New vs modified files - Database schema changes - API endpoints needed **Technology Choices** - Libraries/packages needed - Why each choice? - Alternatives considered - Trade-...
Create a detailed implementation plan for the following feature.
$ARGUMENTS
Analyze and break down into:
Architecture
Technology Choices
Data Flow
User Action � Frontend � API � Database � Response
Break into logical, sequential tasks:
Identify potential issues:
Realistic time estimates:
Rule of thumb: Double your initial estimate for solo development.
Define "done":
Frontend � API � Database
Phase 1: Foundation (Day 1)
Phase 2: Core Feature (Day 2-3)
Phase 3: Polish (Day 4)
New Files
app/api/feature/route.ts
components/FeatureComponent.tsx
lib/feature-utils.ts
Modified Files
app/page.tsx (add new section)
lib/database.types.ts (add new types)
npm packages to install
npm install package-name
Environment variables
FEATURE_API_KEY=xxx
Provide a clear, actionable plan that a solo developer can follow step-by-step.
7plugins reuse this command
First indexed Jun 20, 2026
Showing the 6 earliest of 7 plugins
npx claudepluginhub thompsonja/edmunds-claude-code/feature-planPlan a mobile feature with architecture decisions, file breakdown, dependency analysis, and test strategy. Produces a structured plan document reviewed by an architecture agent.
/feature-planCreates or updates a feature plan from a short request using a docflow template. Reads project config, derives naming, writes plan, regenerates docs map, and runs validation.