Product Spec banner
benjaminshoemaker benjaminshoemaker

Product Spec

Testing community

Description

--- description: "[DEPRECATED] Use /product-spec from your project directory instead." argument-hint: [target-directory] allowed-tools: Read, AskUserQuestion --- **DEPRECATED:** This command has moved. The new `/product-spec` 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 `/product-spec` The skill reads its prompt from `.claude/skills/product-spec/PROMPT.md` and writes `PRODUCT_SPEC.md` to the cur

Installation

Installs to ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-product-spec.md

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

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

Full documentation available on GitHub

View Source Repository