Generate Plan banner
benjaminshoemaker benjaminshoemaker

Generate Plan

Development community

Description

--- description: "[DEPRECATED] Use /generate-plan from your project directory instead." argument-hint: [target-directory] allowed-tools: Read, AskUserQuestion --- **DEPRECATED:** This command has moved. The new `/generate-plan` skill runs from your project directory (no target-dir argument needed). To use the new workflow: 1. `cd $1` (or your project directory) 2. Run `/generate-plan` Prerequisites: `PRODUCT_SPEC.md` and `TECHNICAL_SPEC.md` must exist in the project directory. The skill rea

Installation

Installs to ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-generate-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminshoemaker/ai_coding_project_base/HEAD/.claude/commands/generate-plan.md -o ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-generate-plan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository