What problem does it solve? Coordinating multiple agents over a shared file-based inbox makes it easy to lose track of who owes what: freeform messages have no assignee, no priority, and no way to confirm receipt. This Skill adds structured directed work on top of a fulcra-agent-teams space so every directive is a task with an assignee, status machine, and per-agent acknowledgments. ## Core Features & Use Cases - Directed work verbs: Use tell, broadcast, remind, and later to assign tasks to one agent, all agents, a future time, or the backlog, with priority levels P0-P3. - Deterministic inbox with acks: Each agent gets a priority-sorted inbox fold; acking an item hides it and stops re-notify, while unacked P0/P1 items keep surfacing. - Intent capture and dropped-work detection: Record spoken commitments with intent and surface started-then-silent, blocked, or never-started work with the threads fold. - Use Case: An orchestrating agent wakes up, runs coord-engine inbox <team> -a <id> to check for unacked directives, acks completed items, then broadcasts a new P1 task to the team and schedules a reminder for a follow-up review. ## Quick Start Ask the agent to check its directive inbox for the team and acknowledge any completed assigned work before directing new tasks.