What problem does it solve? When multiple worker agents run tasks in parallel, it is hard to know what is outstanding: which questions await answers, which reports need verification, and which tasks failed. This Skill reconciles the inbox file with live worker Bots so the coordinator can give the user an accurate status without dispatching new work. ## Core Features & Use Cases - Inbox reconciliation: Reads /workspace/sum/inbox.md plus each open task's brief, questions, report, and verification files to build a current picture of active work. - Prioritized surfacing: Reports unanswered questions first, then reports ready for verification, then failures, then merged work needing cleanup. - Idle worker inspection: Reads a worker Bot's chat when it looks idle without a report, persisting unsaved questions with stable keys before relaying them. - Use Case: At the start of a turn with active tasks, the coordinator runs a rundown and tells the user: task T-12 has an open question with key q-3, task T-9's report awaits verification, and task T-7 failed. ## Quick Start Ask the coordinator to give you a rundown of what is outstanding across the active tasks.