What problem does it solve? In an APM (Agentic Project Management) workflow, Worker agents need a deterministic way to discover and claim their assigned Task Prompts without manually hunting through files. This Skill resolves the agent's identity, locates its Task Bus file, and validates that the pending task is actually routed to the correct Worker. ## Core Features & Use Cases - Task Bus Polling: Reads the agent-specific task file at .apm/bus/<agent-slug>/task.md to check for pending Task Prompts. - Identity Resolution: Resolves the agent's bus path from prior registration or from a user-supplied [agent-id] argument, following the APM agent ID resolution rules. - Routing Validation: Cross-checks the agent field in the task's YAML frontmatter against the registered identity and declines misrouted tasks. - Use Case: A Worker agent in a multi-agent APM setup invokes this command to pick up its next assignment, confirm it is the intended recipient, and begin executing the task per the APM task execution procedure. ## Quick Start Invoke the check-tasks command with your agent ID to check your Task Bus for any pending Task Prompts.