Claude-skill-registry describe-phase-file
Required sections and format for phase.md. Load when defining phase intent, scope, and acceptance criteria.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/describe-phase-file" ~/.claude/skills/majiayu000-claude-skill-registry-describe-phase-file && rm -rf "$T"
manifest:
skills/data/describe-phase-file/SKILL.mdsource content
phase.md
Defines what the Phase accomplishes and how success is measured.
Required sections:
- Intent: What this Phase accomplishes and why it exists now
- Scope: In scope / Out of scope
- Constraints: References to relevant laws and style sections
- Acceptance criteria: Concrete, verifiable conditions for completion
- Risks / notes: Known tradeoffs or intentionally deferred work
Optional metadata:
- ticket: Reference to the ticket ID (format:
) if this phase was derived from a ticket. This field should appear immediately after the phase title and before the Intent section. When Overseer completes the phase, the referenced ticket will be archived.ticket: TNNNN
Acceptance criteria must be verifiable by the Overseer.