What problem does it solve?
This Skill automates the management of work groups by continuously dispatching work items, handling dependencies, and allowing user escalations when needed.
Core Features & Use Cases
- Autonomous Work Group Management: Continuously re-dispatches work items as their dependencies clear, enabling efficient task completion.
- Dynamic Dispatch Loop: Keeps the workflow running with minimal manual intervention, optimizing wall-clock time for task completion.
- User Required Escalations: Pauses the workflow on escalations, allowing for user resolution before resuming.
- Sub-Agent Contract Validation: Ensures that sub-agents adhere to the user-defined contract, avoiding silent deferrals and incomplete work.
- Use Case: Ideal for complex projects where multiple work items have dependencies, and human intervention is required for decision-making.
Quick Start
Run the work-run skill on your work group 'project-123' with a concurrency cap of 5: work-run project-123 --cap 5