Bootstraps the sdd/ directory structure with Rails standards files, an index.yml catalog, and a progress tracker for Spec-Driven Development.
How this command is triggered — by the user, by Claude, or both
Slash command
/spec-driven-development:sdd-initThe summary Claude sees in its command listing — used to decide when to auto-load this command
Initialize Spec-Driven Development for this Rails project. Run the bootstrap script shipped with the spec-driven-development plugin: (If `$CLAUDE_PLUGIN_ROOT` is not set, locate `init_sdd.sh` inside the installed `spec-driven-development` plugin directory and run it from the project root.) This creates the `sdd/` directory structure with: - Pre-built Rails standards files (global, backend, frontend, testing) - `sdd/standards/index.yml` catalog - `sdd/progress.yml` tracker The `/sdd-*` slash commands are provided by the plugin itself — no per-project install needed. After running, con...
Initialize Spec-Driven Development for this Rails project.
Run the bootstrap script shipped with the spec-driven-development plugin:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/init_sdd.sh
(If $CLAUDE_PLUGIN_ROOT is not set, locate init_sdd.sh inside the installed spec-driven-development plugin directory and run it from the project root.)
This creates the sdd/ directory structure with:
sdd/standards/index.yml catalogsdd/progress.yml trackerThe /sdd-* slash commands are provided by the plugin itself — no per-project install needed.
After running, confirm the structure was created and suggest running /sdd-plan next.
npx claudepluginhub maquina-app/rails-claude-code --plugin spec-driven-development/sdd-helpTeaches the Spec-Driven Development methodology, explains concepts and the change lifecycle, and guides users in discovering what capabilities are available.
/speckit-startupInitializes the Speckit spec-driven development workflow by verifying repository context, loading orchestrator and persistent state, and setting up progress tracking for the session.
/spec-kitRuns a spec-driven development pipeline with four phases (specify, plan, tasks, implement) and explicit human checkpoints. Turns a feature description into verified code.
/initspecInitializes the Apex Spec System directory structure and state.json for a new or existing project, with optional monorepo detection.
/initInitializes or updates a Spec2Ship project by detecting existing structure, creating .s2s/ configuration, and gathering project context. Supports auto-detect, workspace, and detection-only modes.