What problem does it solve? When work is still in flight, answering "where are we?" usually means interrupting the running task, digging through tracking files by hand, or guessing. This Skill answers status requests immediately from the tracking state the task pipeline already writes, without waiting for the task to finish or delegating the question elsewhere. ## Core Features & Use Cases - Four-section snapshot: Reports the current task, a progress checklist from plan files, the verbatim next-step note, and sub-agent/delegation status in one read. - Graceful degradation: Missing or corrupt tracking files render as placeholders like "(no task in progress)" instead of failing; the script exits 0 on every reporting path. - Live-lane detection: Surfaces worktrees with no tracker row (untracked work), marks sessions with dead pids as STALE, and distinguishes recorded subagent completions from in-flight delegations. - Use Case: Mid-implementation, a user asks "what's the current task and is the delegation done?" The agent runs one script and answers with the open task id, plan checklist counts, the queued next item, and which lanes are actually live. ## Quick Start Ask the agent "give me a status report on the current task and any running delegations" and it will run the snapshot script and summarize the four sections.