Планирование тестов по спецификациям PRD
★ 7.6 · vibe-coding
prd-v07-test-planning is a Claude Code skill that defines test cases before any implementation begins, serving as the test-planning stage within the PRD v0.7 Build Execution workflow. It consumes EPIC- scope entries, API- endpoint contracts, DBT- data model specifications, BR- business rules, and UJ- user journeys, then produces TEST- entries in Given-When-Then format with test type (Unit, Integration, E2E, Contract, Performance), priority, and automation file path. A coverage matrix is built per EPIC — requiring at least one happy path and one error case per API endpoint, positive and negative cases per business rule, and E2E tests for critical user journeys. When a concrete Given-When-Then cannot be written, the skill logs an ambiguity in the EPIC's Assumptions & Ambiguities table rather than guessing. Use it before the Implementation Loop to lock acceptance criteria before development starts.