Phase Directory Structure
code
.ushabti/phases/NNNN-short-slug/ ├── phase.md # Intent, scope, acceptance criteria ├── steps.md # Ordered implementation steps ├── progress.yaml # Machine-tracked state └── review.md # Review findings
Naming: Phase IDs are zero-padded and sequential (0001, 0002, ...). Slugs are short, lowercase, hyphenated, and descriptive.
Example: 0003-http-client-retry