What problem does it solve? Teams using Todero to orchestrate AI agents need a quick, human-readable answer to "what needs my attention right now" without reading every issue and comment on a board. This Skill reads a project or workspace scope, identifies the 1–3 concrete actions blocking progress, and writes a short summary back to the scope's summary slot. ## Core Features & Use Cases - Action-first summaries: Opens every summary with 1–3 specific unblock actions with inline links, followed by a brief plain-language status. - Scoped reads and writes: Works against Todero's company-scoped summary-slot API for project, workspaces overview, project workspace, and execution workspace scopes, with optimistic concurrency via baseRevisionId. - Live progress streaming: Emits STATUS lines and a delimited summary draft so the UI card shows progress while the summary is generated. - Use Case: A manager clicks Refresh on a project summary card; the assigned agent reads the project's issues and blocker chains, then writes a one-glance summary naming the exact PR to merge or question to answer. ## Quick Start Assign a summary-generation issue naming the scope and slot, then have the agent read the current slot and issues and write the new Markdown revision back to the summary slot.