What problem does it solve?
Implementing large OpenSpec proposals often requires multiple independent work packages, leading to slow, sequential workflows and high coordination overhead.
Core Features & Use Cases
- DAG‑Scheduled Execution: Calculates a topological order of work packages and dispatches agents in parallel while respecting dependencies.
- Isolated Worktrees: Sets up separate Git worktrees for each package to prevent interference and enable safe concurrent commits.
- Coordinator Capability Checks: Verifies required coordinator capabilities (discover, queue, lock, guardrails) and degrades gracefully when unavailable.
- Circuit Breaker & Retry Logic: Monitors heartbeats, enforces timeouts, and respects per‑package retry budgets.
- Escalation Handling: Provides deterministic actions for contract revisions, policy checks, resource conflicts, and security issues.
- Integration Orchestration: Merges completed packages, runs comprehensive tests, and generates a detailed execution summary.
Quick Start
Run the skill with /parallel-implement-feature <change-id> to start the coordinated parallel implementation.