What problem does it solve? Plans and high-criticality tasks often start with underspecified requirements, leading to costly design mistakes discovered late. This Skill runs a structured decision-tree interview that resolves ambiguities before implementation begins. ## Core Features & Use Cases - One-Question-at-a-Time Interviews: Asks exactly one self-contained question per response, always with a recommended answer and rationale. - Repository Evidence Resolution: Inspects the codebase to answer questions from existing facts instead of asking the user unnecessarily. - High-Criticality Intake Trees: Provides focused decision branches for Tier 0 (payments/Stripe Connect), Tier 1 (auth, tenancy, migrations), and Tier 2 (PII erasure, privacy) work. - Use Case: Before implementing a Stripe Connect payout flow, activate this Skill to resolve hold expiration races, payout authority routing, and refund fee allocation through a guided interview. ## Quick Start Ask the assistant to grill you on your implementation plan for the payment payout feature before writing any code.