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, preventing wasted effort on the wrong approach. ## Core Features & Use Cases - Workflow Design: Frames the task with a falsifiable definition of done, quantified scope, and a rigor level scaled to risk, then decomposes work into atomic, independently-landable units sequenced riskiest-first. - Hypothesis Loop: Runs each unit as an experiment—state a hypothesis, make the smallest change, verify against the predicate on the real artifact, and keep or revert based on evidence. - Audit Trail: Logs every decision and unit in a canonical TSV via the show-me-your-work skill so a reviewer can audit the run alongside the diff. - Use Case: You need to migrate a large codebase to a new framework with no existing playbook. Use this Skill to frame the migration, build a verification harness from the pre-change baseline, execute units under the loop discipline, and hand back a committed decision trail. ## Quick Start Ask the AI to figure out a plan for your large migration or ambiguous multi-part change using the figure-it-out playbook.