Create Checkpoint
sdd_checkpointCreate a named snapshot of spec artifacts and pipeline state to enable rollback before major changes.
Instructions
Creates a named snapshot of all spec artifacts (CONSTITUTION.md, SPECIFICATION.md, DESIGN.md, TASKS.md, etc.) and the current pipeline state. Use before making major changes so you can rollback if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (e.g. '001') | 001 |
| spec_dir | No | Spec directory path | .specs |
| label | No | Human-readable label for this checkpoint (e.g. 'before-redesign', 'v1-approved') |