What problem does it solve? Writing comprehensive, consistent test plans for a TypeScript Express frontend is time-consuming, and ad-hoc test cases often miss edge cases, error handling, and traceability to design techniques. This Skill produces standardized 9-column CSV test plans aligned with the project's route -> controller -> service -> mapper -> view architecture. ## Core Features & Use Cases - Structured CSV Output: Generates test cases with a strict 9-column schema (ID, Title, Test Type, Test Suite Type, Preconditions, Test Steps, Expected Results, Actual Results, Test Data) ready for import into test management tools. - Suite-Type Alignment: Scopes coverage to Sanity, Smoke, Feature, or Full Regression suites, with mandatory design techniques (Equivalence Partitioning, Boundary Value Analysis, Decision Tables, Error Guessing, Risk Based Testing, Use Case Testing) recorded per row. - Re-Evaluation Workflow: Re-assesses existing test plans when routes, services, templates, fallback mocks, or config flags change, producing a delta report of added, updated, and removed tests. - Use Case: After adding a new job role detail route, ask for a Feature-suite test plan and receive a CSV covering happy path rendering, closed-role filtering, fallback mock behavior, and friendly not-found handling. ## Quick Start Generate a Feature-suite CSV test plan for the job role list route in src/routes, split by category.