What problem does it solve? When a task matches no existing playbook—such as a large migration, an ambitious multi-part change, or work a human reviews after stepping away—this Skill designs a rigorous, auditable workflow before any code is written, so the wrong thing never gets built at scale. ## Core Features & Use Cases - Playbook Design: Decomposes work into atomic, independently-landable units sequenced riskiest-unknown-first, with verification harnesses built before features. - Hypothesis Loop: Runs each unit as an experiment with a stated hypothesis, smallest change, and a VERIFIED / NOT VERIFIED / INCONCLUSIVE verdict measured against the real artifact. - Audit Trail: Logs every decision and unit in a canonical TSV via the show-me-your-work skill, producing evidence a reviewer can re-run and trust in the PR. - Use Case: You need to migrate an API across dozens of call sites. The Skill frames a falsifiable definition of done, designs the phase list, runs each unit under the loop, and hands back a decision trail for review. ## Quick Start Ask the agent to figure it out for your large migration or multi-part change so it designs and runs an auditable playbook.