Agent skill
describe-phase-file
Required sections and format for phase.md. Load when defining phase intent, scope, and acceptance criteria.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/describe-phase-file
SKILL.md
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:
ticket: TNNNN) 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.
Acceptance criteria must be verifiable by the Overseer.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?