What problem does it solve? Decision-making during sprint planning often stalls on a single option or endless debate. This Skill structures every decision into three comparable cases (Conservative, Balanced, Aggressive), recommends a Best case using weighted criteria, and runs a bounded iteration loop so plans improve without infinite rework. ## Core Features & Use Cases - 3-Case Analysis: Produces Conservative, Balanced, and Aggressive options with risk and reward profiles for any decision. - Weighted Best-Case Recommendation: Scores options on Impact (40%), Feasibility (30%), Speed (20%), and Risk (10%), with user-adjustable weights. - Bounded Iterative Refinement: Runs a user-agreed number of improvement rounds (1, 3, or 5+) incorporating feedback each round, preventing endless loops. - Use Case: A product manager asks to compare three launch strategies; the Skill outputs a comparison table, recommends the Balanced case, then refines it over three feedback rounds into a final sprint report. ## Quick Start Ask the assistant to run sprint mode and compare three options for your next product decision, then pick the recommended case and agree on an iteration depth.