What problem does it solve? Ambitious tasks like large migrations or multi-part changes often have no existing playbook, leading to ad-hoc execution, lost decisions, and work a human cannot audit after stepping away. This Skill designs a rigorous, falsifiable workflow before any code is written. ## Core Features & Use Cases - Framing and rigor scaling: Defines done as a falsifiable predicate, quantifies scope, and assigns rigor levels based on blast radius and reversibility. - Hypothesis-driven execution loop: Runs each unit as an experiment with VERIFIED, NOT VERIFIED, or INCONCLUSIVE verdicts, verifying artifacts directly rather than trusting self-reports. - Auditable decision trail: Logs every decision and unit in a canonical TSV via the show-me-your-work skill so reviewers can trust the work from the PR. - Use Case: When asked to migrate a large codebase to a new framework, use this Skill to decompose the work into atomic landable units, build a verification harness from the pre-change baseline, and produce a committed decision log for human review. ## Quick Start Ask the AI to figure out a plan for migrating the legacy billing module to the new payments API with a verifiable audit trail.