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.

tomevault-io Updated

File contents

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/alexago83--cdx-logics-kit--logics-acceptance-to-tests commit d04f81da0c

Frequently asked questions

npx skillmds@latest add tomevault-io/logics-acceptance-to-tests