AI SummaryCreate detailed implementation plan using the implementation-planner agent. ⚠️ Requires ResearchPack from or 1. Checks ResearchPack exists and passed validation (80+)
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "plan" skill in my project. Please run this command in my terminal: # Install skill into your project (5 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/VAMFI/claude-user-memory/main/.claude/commands/plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/context.md "https://raw.githubusercontent.com/VAMFI/claude-user-memory/main/.claude/commands/context.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/implement.md "https://raw.githubusercontent.com/VAMFI/claude-user-memory/main/.claude/commands/implement.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/research.md "https://raw.githubusercontent.com/VAMFI/claude-user-memory/main/.claude/commands/research.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/workflow.md "https://raw.githubusercontent.com/VAMFI/claude-user-memory/main/.claude/commands/workflow.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Quick command to invoke implementation-planner to create surgical, reversible implementation plans with rollback procedures.
Usage
` /plan <feature description> `
Prerequisites
⚠️ Requires ResearchPack from /research or @docs-researcher
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 `
/plan Command
Create detailed implementation plan using the implementation-planner agent.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 4mo ago
◐ StaleAdoption100+ stars on GitHub
170 ★ · GrowingDocsREADME + description
Well-documentedNo License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code