返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

describe-phase-directory-structure

阶段目录布局、命名约定和所需文件。在创建或导航阶段目录时加载。

person作者: jakexiaohubgithub

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