What problem does it solve? Designing test cases for features whose behavior depends on multiple simultaneous input conditions is error-prone; this Skill systematically derives every meaningful condition combination into a decision table and converts each rule into executable test cases. ## Core Features & Use Cases - Guided 8-step workflow: identify conditions and actions, build the full decision table, reduce it with don't-care entries, and design one test case per rule. - Standardized reporting: outputs test cases with IDs like TC-<MODULE>-<NNN>, a rule-to-test-case traceability matrix, and a bug-suspicion section covering missing rules and AND/OR logic errors. - Use Case: Given a login feature with conditions like "email exists" and "password correct", the Skill produces a reduced decision table, four traceable test cases, and flags impossible combinations such as a correct password for a nonexistent email. ## Quick Start Ask the assistant to generate decision table test cases for the login feature described in the requirements document.