What problem does it solve?
This Skill eliminates manual coordination between specification, issue tracking, and parallel implementation by converting OpenSpec proposals into coordinator-tracked tasks and isolated git worktrees so multiple agents or developers can work concurrently without stepping on each other's changes.
Core Features & Use Cases
- Specification conversion: Parse OpenSpec proposals and create a linked epic and task issues in a coordinator/Beads-style tracker.
- Worktree orchestration: Create feature branches and isolated git worktrees per task, generate CLAUDE.md context files, and manage branch naming and agent identifiers.
- Parallel execution & monitoring: Produce execution and monitor scripts for sequential, parallel, or swarm strategies, launch agents, update statuses, and visualize progress.
- Integration & archive: Merge completed task branches into a feature branch, run validations, archive the OpenSpec proposal, and close the epic with audit metadata.
- Use case: Run a multi-agent implementation of a feature (for example, add-user-authentication) where database, API, and frontend tasks are converted to tracked issues, executed in parallel worktrees, and merged reliably.
Quick Start
Invoke the skill to convert the OpenSpec proposal into coordinator issues, create task worktrees, and generate execution and monitoring scripts for parallel implementation.