plan
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
Content Preview
--- description: Creates a concise engineering implementation plan based on user requirements and saves it to specs directory argument-hint: [user prompt] --- # Quick Plan Create a detailed implementation plan based on the user's requirements provided through the `USER_PROMPT` variable. Analyze the request, think through the implementation approach, and save a comprehensive specification document to `PLAN_OUTPUT_DIRECTORY/<name-of-plan>.md` that can be used as a blueprint for actual developmen
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plan.md \
https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/plan.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/disler/claude-code-hooks-masteryThen reference at .claude/commands/plan.md
Related Skills
plan
Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.
commandsplan
by OthmanAdi · planning-with-files
plan_w_team
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
commandsplanteam
by disler · disler-hooks-mastery
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product,
plan-ceo-reviewplanceoreview
by Garry Tan (YC CEO) · garrytan-gstack
plan-design-review
Designer's eye plan review — interactive, like CEO and Eng review.
plan-design-reviewplandesignreview
by Garry Tan (YC CEO) · garrytan-gstack