Spec Kit Specify
Read AGENTS.md, existing specs/, .specify/README.md if present, and the
active spec template.
Do
- Reuse an existing spec when the feature already exists.
- Create one feature spec at a time under
specs/FEATURE_ID/. - Write user value, actors, scenarios, requirements, non-goals, edge cases, and measurable success criteria.
- Keep technology choices and implementation details out of the spec.
- Use at most three
[NEEDS CLARIFICATION]markers, only for blocking choices.
Done
spec.mdis behavior-focused and testable.- Assumptions and open questions are explicit.
- Agent stops before plan unless user asked to continue.