Initialize SDD Pipeline
sdd_initPrepares the project for Spec-Driven Development by creating the .specs directory, writing CONSTITUTION.md, and initializing the state machine. Run this before other SDD tools.
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 |
|---|---|---|---|
| project_name | Yes | Project name in kebab-case | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| principles | No | Project guiding principles | |
| constraints | No | Project constraints |