What problem does it solve? In an APM (Agentic Project Management) workflow, Workers deliver Task Reports to file-based Report Buses, and the Manager needs a reliable way to discover, read, and process all pending reports without manually checking each bus directory. ## Core Features & Use Cases - Targeted Bus Checks: Accepts optional agent-id arguments to check specific Workers' Report Buses, resolving agent IDs per the APM communication skill. - Full Bus Scan: Without arguments, scans all Report Buses in a single terminal invocation, flags unexpected content from non-dispatched Workers, and reports when no pending reports exist. - Stage Reconciliation: Before treating a final report as Stage-completing, reconciles every Plan Task and milestone gate against accepted, deferred, superseded, or removed work, blocking Stage collapse on unresolved scope. - Use Case: A Manager agent finishes dispatching three Workers and invokes this command to batch-read their Report Buses, process each Task Report per the task review procedure, and verify the Stage is truly complete. ## Quick Start Invoke the check-reports command as the APM Manager, optionally passing Worker agent IDs, to scan the Report Buses and process any pending Task Reports.