What problem does it solve? Designing comprehensive test coverage manually is slow and often misses negative paths, edge cases, and security concerns. This Skill systematically generates functional test scenarios for an application by applying six structured thinking lenses to documented domain knowledge and source code. ## Core Features & Use Cases - Six-Lens Framework: Covers Happy Path, Business Rules, Security, Negative/Error, Edge Cases, and UI State for every feature and flow. - Structured Output: Writes scenarios to docs/test-scenarios.md with a consistent template including category, priority, preconditions, steps, expected results, and suggested test layer. - Traceability: Every scenario traces back to a documented business rule or discovered code behavior from the domain skill, frontend, or backend services. - Use Case: A QA engineer preparing to test a ticket booking platform runs this Skill to produce a complete numbered suite (TC-001 through TC-599) covering booking flows, validation rules, and unauthorized access attempts. ## Quick Start Ask the assistant to generate test scenarios for the booking management feature, or leave the argument blank to produce a full suite for the entire application.