# Logics Acceptance To Tests

> 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. Use when this capability is needed.

- Skill: `tomevault-io/logics-acceptance-to-tests` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/logics-acceptance-to-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/logics-acceptance-to-tests/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/logics-acceptance-to-tests

---


# 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:
  - `npm run lint`
  - `npm run tests`
  - `npm run typecheck`
  - `npm run build`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

