| name | acceptance-test-writer |
| description | Author acceptance tests from requirements before implementation. |
Acceptance Test Writer
Trigger
Use when feature/task acceptance criteria are incomplete or missing.
Inputs
- Feature spec and task plan.
Outputs
- Test scenarios and executable checks.
Procedure
- Translate acceptance criteria into test cases.
- Add test file placeholders if needed.
- Include positive and negative edge cases.
Guardrails
- Keep tests tied to stated acceptance behavior.
- Avoid implementation-specific expectations.
Success criteria
- Clear test coverage map from criteria -> tests.