byaj-geddes· 78 skills
Turns a sequential, ready-for-dev story backlog into conflict-free CONCURRENT WAVES. Builds a dependency DAG from epic order, per-story dependency maps, and Owned File/Module Scope overlaps, then topologically sorts it into parallel waves of mutually disjoint, dependency-satisfied stories (capped by maxParallel), and emits a parallelization-plan.md with per-story git-worktree branch names and an ordered merge sequence. Use when the user says "plan parallel work", "which stories can run in parallel", "parallelize the backlog", "build the wave plan", "parallelization plan", "conflict-free workstreams", "what can we run concurrently", "split into worktrees", "dependency graph for the stories", "merge order", or "how do I fan this backlog out to multiple dev agents". Run AFTER stories are ready-for-dev (scrum-master) and an architecture exists. This skill PLANS parallelism only — it does NOT run agents, spawn worktrees, write code, run tests, or perform git operations.
$npx -y skills add aj-geddes/claude-code-bmad-skills --skill bmad-parallel-planInstalls into the current project.
Run `npx skills use "https://github.com/aj-geddes/claude-code-bmad-skills" --skill "aj-geddes/claude-code-bmad-skills/bmad-parallel-plan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aj-geddes/claude-code-bmad-skills" that are relevant to the current task. Run `npx skills add "https://github.com/aj-geddes/claude-code-bmad-skills"` and select the relevant skills, then follow their instructions.