What problem does it solve? Operators need a quick, accurate view of who is working on what without digging through dashboards. This Skill reads the live team workload from the AIOS platform - the caller's own performance metrics, any member's task queue, and the Command Center team feed - and renders a single pinned status report. ## Core Features & Use Cases - Personal metrics: Reads the caller's record via GET /me, including active tasks, completed count, on-time rate, utilization, and quality computed server-side from real ledgers. - Task queue scoping: Reads the queue for the caller (mine=true) or a named member (assignee=<id>), ordered by priority and status, with review-gate tasks flagged for lead sign-off. - Team-wide view: Pulls the Command Center feed to show per-member job counts across the whole team. - Use Case: An operator asks "who is working on what?" and gets a formatted report showing their metrics, each member's queue with J-#### task codes, and the team load - all read-only, with assignment routed to /aios-assign-task. ## Quick Start Ask the assistant to show the team status or your task queue, optionally naming a member to scope the report to their workload.