What problem does it solve?
The Parallel Development Skill addresses the challenge of coordinating multiple concurrent development efforts by providing a structured, end-to-end workflow that plans, decomposes, executes, validates, and merges features across projects.
Core Features & Use Cases
- Guided planning: collect requirements once and generate a complete plan.
- Task decomposition with dependencies: break work into parallelizable tasks across streams like API, database, frontend, and tests.
- Parallel execution with isolated workspaces: spawn agents that implement, test, and document concurrently while preserving project isolation.
- QA validation and safe merge: run linting, tests, builds, acceptance checks, and handle merges with cleanup.
Quick Start
Start by planning a feature with: /parallel-dev:plan <name>, review and approve the plan with /parallel-dev:plan-show <name> and /parallel-dev:plan-edit <name> --approve, then decompose, start execution, monitor progress with /parallel-dev:status, and finally validate and merge.