What problem does it solve?
This Skill removes the manual overhead of coordinating multiple concurrent development efforts by planning tasks, preparing isolated worktree task directories with PRDs and jsonl context files, and dispatching independent coding agents so the main repository remains unchanged.
Core Features & Use Cases
- Plan-and-dispatch orchestration: Run a Plan Agent to validate requirements, analyze code and specs, generate task directories, and configure branches and scopes.
- Manual configuration path: For small, well-scoped features, create and initialize task directories, add contextual files, and validate before launching agents.
- Monitoring and lifecycle: Start, monitor, and clean up worktree agents with status and log commands to observe progress and recover resources.
- Use Case: Launch parallel worktrees to implement three independent features across backend and frontend modules, each with its own PRD and CI-ready branch.
Quick Start
Ask the orchestrator to "Plan and dispatch a parallel pipeline to implement <feature-name> across the specified modules and start worktree agents."