What problem does it solve? When a task matches no existing playbook—such as a large migration across many call sites, 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 hypothesis, make the smallest change, measure against the predicate on the real artifact, keep or revert—with verdicts of VERIFIED, NOT VERIFIED, or INCONCLUSIVE. - 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 in the PR. - Use Case: You need to migrate an API across dozens of call sites. Invoke this Skill to frame the migration, build a verification harness from the pre-change baseline, execute units in parallel worktrees, and hand back a decision trail with verified results. ## Quick Start Ask the agent to figure out a plan for migrating the authentication module across all services and produce an auditable decision log.