What problem does it solve? Testing systems with many input parameters exhaustively produces thousands or billions of combinations, making full coverage impractical. This Skill analyzes requirements or code, builds a PICT model with parameters, values, and constraints, and produces a minimal pairwise test suite with expected outputs. ## Core Features & Use Cases - PICT Model Generation: Identifies parameters, applies equivalence partitioning and boundary values, and writes business-rule constraints in PICT syntax. - Optimized Test Suites: Produces markdown tables of pairwise test cases with specific expected outputs, typically reducing combinations by 80-99%. - Use Case: Given an ATM specification with 8 parameters and 25,920 possible combinations, the Skill generates 31 test cases covering all pairwise interactions, including PIN retries, card retention, network failover, and transaction limits. ## Quick Start Ask Claude to design test cases for your feature using the pict-test-designer skill, describing the parameters, values, and any business rules or constraints.