Agent skill
describe-phase-directory-structure
Phase directory layout, naming conventions, and required files. Load when creating or navigating phase directories.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/describe-phase-directory-structure
SKILL.md
Phase Directory Structure
.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
Didn't find tool you were looking for?