What problem does it solve? Writing structured test cases manually from test design documents is repetitive and error-prone. This Skill automates the creation of standardized test case files for each functional requirement of the EShop system, ensuring consistent format and full traceability to test design sources. ## Core Features & Use Cases - Test Case Generation from Test Design: Reads BVA (Boundary Value Analysis) and EP (Equivalence Partitioning) design files in tests/test-design/ and produces one markdown test case file per refined test case ID. - Standardized Template Enforcement: Applies a fixed 11-field structure (Requirement ID, Module/Test type/Technique, Coverage, Preconditions, Test data, Test steps, Expected results, Status, etc.) based on the bundled TC_template.md. - Organized Output: Writes files named TC-<function>-<sequence>.md into tests/test-cases/<function>/ directories, with new cases defaulting to Not Run status. - Use Case: After designing equivalence partitions for the FR16 product import feature, ask the Skill to generate all test cases and receive ready-to-execute markdown files like tests/test-cases/FR16/TC-FR16-01.md. ## Quick Start Generate test case files for function FR16 based on the test design documents in the tests/test-design folder.