Initialize SDD Pipeline
sdd_initInitializes a project for spec-driven development by creating the .specs directory, writing a CONSTITUTION.md skeleton, and setting up the state machine. Use as the first step in the SDD pipeline.
Instructions
Creates .specs/ directory, writes CONSTITUTION.md skeleton, and initializes the state machine. Call this first before any other SDD tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| principles | No | Project guiding principles | |
| constraints | No | Project constraints | |
| project_name | Yes | Project name in kebab-case |