What problem does it solve?
When a single issue breaks into multiple independent implementation streams, dev-parallel keeps each subagent aligned with the plan, enforces consistent reviews, and prevents spec drift while ensuring gated progress.
Core Features & Use Cases
- Independent Task Grouping: Analyzes implementation steps to detect sequences that can run concurrently and groups them for parallel execution.
- Parallel Dispatch with Guardrails: Generates precise prompts, enforces mandatory builds and lint checks, and gates execution with a human-approved dispatch checkpoint.
- Two-Stage Review Pipeline: Collects outcomes, runs spec compliance and code quality reviews via smart subagents, and loops on fixes before handoff.
- Use Case: For a medium-sized feature branch touching shared modules, use dev-parallel to split the work into multiple subagents, reconcile results, and update the implementation document before shipping.
Quick Start
Run dev-parallel on your active feature branch to dispatch independent subagents, oversee the reviews, and finish the issue workflow.