Agent skill
describe-steps-file
Step format and ordering rules for steps.md. Load when defining implementation steps or checking step requirements.
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-steps-file
SKILL.md
steps.md
Lists ordered steps for implementation. Each step must include:
- Title: Short description
- Intent: Why the step exists
- Work: What needs to be done
- Done when: Observable condition that proves completion
Rules:
- Prefer 5-15 steps
- Steps must be ordered (dependencies reflected in ordering)
- Tests are first-class steps, not implied
Didn't find tool you were looking for?