What problem does it solve?
This Skill solves the challenge of coordinating autonomous agent work by providing a reliable task queue where units of work can be created, prioritized, claimed, and completed without losing progress.
Core Features & Use Cases
- Task Queue Management: Create, rank, retrieve, and track units of work with descriptions, full context bodies, priorities, and status transitions.
- Lease-Based Agent Coordination: Let workers safely claim tasks with expiring leases, extend active work, and recover automatically from interrupted execution.
- Workflow Support: Manage dependencies, deduplication, assignees, and event-based resolution for agent loops and operational workflows.
Quick Start
Use the my-task-api skill to create a task queue entry, have an agent claim the highest priority task, and resolve it after completion.