Create or update EasyPlatform test specifications in docs/test-specs/{Module}/...
Skill Variant: Use this skill for interactive test writing. For autonomous test generation, use
tasks-test-generation.
Generate comprehensive test specifications with Given-When-Then format and code evidence.
IMPORTANT: You MUST read these reference files for complete protocol. Do NOT skip.
references/test-case-templates.md — document structure, test case template, priority groups, analysis methodology.claude/skills/shared/bdd-gherkin-templates.md — BDD/Gherkin format templates.claude/skills/shared/anti-hallucination-protocol.md — validation checkpoints, confidence levelsdocs/test-specs/
README.md # Master index
PRIORITY-INDEX.md # Tests by P0-P3
INTEGRATION-TESTS.md # Cross-module scenarios
VERIFICATION-REPORT.md # Verification status
{Module}/README.md # Module test specs
TC-[MODULE]-[FEATURE]-[NUM]
Examples: TC-TXT-SNP-001, TC-ACC-AUTH-001
| Priority | Level | Description |
|---|---|---|
| P0 | Critical | Security, auth, data integrity |
| P1 | High | Core business workflows |
| P2 | Medium | Secondary features, filters |
| P3 | Low | UI enhancements, non-essential |
docs/test-specs/README.md, {Module}/README.md, PRIORITY-INDEX.mdreferences/test-case-templates.md)PRIORITY-INDEX.md with new test casesREADME.md with module linksPresent test plan with coverage analysis for explicit approval before finalizing.
Every test case MUST include:
<details> block