Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands.
Acceptance → Tests
Do
Rewrite each acceptance criterion as a verifiable check.
Map checks to test types:
Unit: pure logic and edge cases
Integration: components + state + API boundaries
E2E: user flows and regressions
Update the # Validation section in tasks with the most relevant commands: