What problem does it solve? When a task branches into several pending choices, it is easy to lose track of what has been decided and what still needs an answer. This Skill renders the decision state of the current conversation as an ASCII tree so you can see where you are and what to answer next. ## Core Features & Use Cases - Decision tree rendering: Draws the task as a tree with numbered top-level decisions, Q: lines at each fork, and markers for chosen, rejected, active, and not-yet-started nodes. - Orientation marker: Marks the single active fork with a YOU ARE HERE indicator and keeps settled branches visible as collapsed one-liners. - Ordered open questions: Ends every render with a numbered list of undecided nodes referenced by their [N] tags. - Use Case: During a deployment pipeline rework with choices about runner images, caching, and rollout strategy, ask where you stand and get a tree showing the pinned image decision, the active cache-strategy fork, and the remaining rollout question. ## Quick Start Ask the assistant to show where you are in the current task and what decisions are still open.