Loading...
Loading...
Render the open decision points of a task as an ASCII tree so the user can see where they are and what to answer next. Use when a task has branched into several pending choices, when the user asks "where am I?" / "what do I need to decide?" / "what's left to decide", or invokes /where-am-i. About task decisions, not git branch or working directory. Pure presentation; reads state from the conversation, persists nothing.
npx skill4agent add wkentaro/skills where-am-i[N][N]Q:◄──node ◄── ✅ chosen✅📍 YOU ARE HEREnot taken(not started)[N]deploy pipeline rework
│
├─ [1] runner image Q: pin or float?
│ ├─ pin to :1.4 ◄── ✅ chosen (reproducible CI)
│ └─ float :latest ◄── not taken
│
├─ [2] cache strategy ◄── 📍 YOU ARE HERE
│ │ Q: per-branch or shared?
│ ├─ shared ──┐ Q: evict by age or size?
│ │ ├─ age
│ │ └─ size
│ └─ per-branch
│
└─ [3] rollout ◄── (not started)
Q: canary or all-at-once?
Open questions, in order:
1. [2] cache strategy — shared or per-branch?
2. [3] rollout — canary or all-at-once?✅Open questions: none