What problem does it solve? Choosing the right test technique for each behavior under test is error-prone: teams default to ad-hoc cases, over-rely on coverage metrics, or misuse mocks. This Skill provides a curated index of 40 test technique skills and a gated workflow that assigns techniques to every behavior in a T-ID test-design ledger. ## Core Features & Use Cases - Technique Index: A decision table mapping what you want to verify (equivalence partitioning, state transition, pairwise, MC/DC, mutation testing, property-based testing, fuzzing, flakiness handling, non-functional testing, and more) to the exact technique skill to open. - Assignment Gate: Enforces that a technique is only recorded in the ledger after its technique skill has actually been opened, preventing self-invented examples and known pitfalls. - Progressive Disclosure: Only the assigned technique skills are loaded, keeping context lean across the 40-skill catalog. - Use Case: After test-extract produces a T-ID ledger for a payment module, use this Skill to assign boundary value analysis to amount fields, state transition testing to order lifecycle, and mutation testing to verify suite strength, then hand off to test-verify. ## Quick Start Ask the AI to assign test techniques from the test catalog to each T-ID in the test-design ledger for your target module.