spec:help
Print the following text exactly as written. Do not reformat, create tables, add headers, or add any commentary.
spec — Specification-driven development commands for Claude Code
/spec:new [plan-name|url] [--branch branch-name] [--blank] [--bg] [--silent] Create a new spec plan by exploring requirements and building a structured implementation plan
/spec:bg [plan-name] [--yes|-y] [--commit|-c] [--silent] Launch a plan hands-free — the agent executes every task autonomously and updates progress in real-time
/spec:go [plan-name] [--bg] [--silent] [--commit|-c] Execute or continue a spec plan interactively with configurable breakpoints
/spec:list [plan-name] List all spec plans with status and progress, or show detailed status for one plan
/spec:review [plan-name] [--bg] [--silent] Review a spec plan before execution — checks for ambiguous tasks, missing validation, and dependency gaps