What problem does it solve?
Decision-making logic is often hidden in dense conditionals, scattered thresholds, or implicit business rules, making it hard to understand why a scenario behaves one way versus another. This Skill surfaces those choices, explains their intent, and keeps teams from guessing at how the flow should react in critical situations.
Core Features & Use Cases
- Decision Discovery: Reads the scenario seams documentation with knowledge-observatory-tools to catalog every branch, threshold, and strategic mode that controls behavior.
- Intent Clarification: Groups related decisions, names them with domain-relevant identifiers, and documents the inputs, criteria, and desired outcomes so future agents can recognize them quickly.
- Testability Focus: Highlights important branches, suggests or updates tests, and improves logging so decisions remain observable and reliable across different inputs.
Quick Start
Ask Decision Boundary Extraction to list the major decision points, their inputs, and the behaviors they control for the current scenario.