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.md

Skill 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-mastery

Then reference at .claude/commands/plan.md

Related Skills