What problem does it solve? Complex decisions with many interdependent variables often lead to poor outcomes because factors are evaluated out of order, biases go unchecked, and downstream consequences are ignored. This Skill structures that reasoning into an ordered, auditable decision process. ## Core Features & Use Cases - Dependency-Ordered Evaluation: Identifies all variables, maps which ones constrain or influence others, and resolves them in dependency order with a running state block. - Reversibility Classification: Classifies decisions as two-way door, one-way door, or partially reversible, scaling analytical effort accordingly. - Bias and Second-Order Checks: Cross-checks for anchoring, status quo, and overconfidence biases, and traces second-order effects for irreversible decisions. - Use Case: When planning a system architecture where the database choice constrains the ORM, which constrains the API design, use this Skill to resolve each decision in the correct order and produce a final recommendation with a confidence level. ## Quick Start Ask the AI to run a sequential analysis on your architecture decision, listing the interacting variables and constraints, and request a final recommendation with confidence level.