Initialize SDD Pipeline
sdd_initCreates the .specs directory, writes a CONSTITUTION.md skeleton, and initializes the project state machine. Prerequisite for all subsequent SDD operations.
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 |