What problem does it solve? Teams often jump into implementation without converging on an approach, leading to rework when tradeoffs, rollback paths, or hidden constraints surface later. This Skill forces a bounded convergence pass that compares options, challenges the recommendation, and records an approved decision before any artifact is written. ## Core Features & Use Cases - Structured Option Comparison: Produces two or three materially distinct options with evidence, cost, reversibility, and accepted tradeoffs, always including the smallest viable change. - Approval-Gated Execution: Writes nothing before user approval, presents a recommendation report with falsification signals and rollback paths, and waits for explicit confirmation. - Decision Recording and Handoff: On approval, writes a lowercase decision record with supersede/affects/invalidates causality fields and hands off to the implementing skill with full context. - Use Case: When choosing between two database migration strategies, invoke this Skill to compare them against observed constraints, challenge the recommendation, and record the approved choice with its rollback plan before any code changes. ## Quick Start Ask the agent to decide between the available approaches for your problem, providing the question and any existing evidence or discovery notes.