What problem does it solve?
This Skill addresses the challenge of coordinating multiple worktree agents, streamlining the process of spawning, monitoring, communicating, and merging their activities.
Core Features & Use Cases
- Agent Orchestration: Spawn, monitor, communicate, and merge worktree agents.
- Task Dispatching: Distribute tasks to agents using prompt files, ensuring self-contained context.
- Status Tracking: Monitor the status of agents in real-time, including working, waiting, and done states.
- Output Capture: Capture and review the output of agents for analysis and debugging.
- Command Execution: Run shell commands directly in a worktree's pane with captured output and exit code.
- Merge and Cleanup: Trigger merges and remove worktrees as needed.
- Cross-Project Targeting: Send instructions and capture outputs from agents across different projects.
- Use Case: For a software development project, coordinate multiple agents to implement features, write tests, and document changes, ensuring a smooth workflow.
Quick Start
Use the coordinator skill to spawn a new agent for implementing the auth module, then monitor its status and merge the changes when done.