Orchestrates multiple Claude Code agents to batch-process ready tasks from your backlog. Each worker runs the agile-workflow skill on a separate task while the coordinator handles merge sequencing, conflict avoidance, and verification. Defaults to sequential execution but supports parallel mode with configurable worker limits. The clever bit is Phase 6, which updates backlog files and project status after merges,apparently added because completed tasks were sitting in the backlog marked "ready" even after being shipped. Best for when you have a stack of groomed tasks and want autonomous execution without manually babysitting each one through the workflow.
npx skills add https://github.com/jwynia/agent-skills --skill agile-coordinator