Create Checkpoint
sdd_checkpointCreate a named snapshot of all spec artifacts and the current pipeline state to enable rollback before making 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 |
|---|---|---|---|
| label | No | Human-readable label for this checkpoint (e.g. 'before-redesign', 'v1-approved') | |
| spec_dir | No | Spec directory path | .specs |
| feature_number | No | Feature number (e.g. '001') | 001 |