batch-pipeline
Parallel SDLC batch runner. Analyzes a list of independent task descriptions,
groups them by heuristic file-conflict prediction, dispatches one worktree-isolated
codex exec process per task (each running the full pipeline-orchestrator: BA → Dev →
QA → Sec → Docs), and aggregates results into a single batch summary.
Use when:
- $sdlc-batch invokes this skill after parsing its arguments (Step 2 of the sdlc-batch skill)
- You have 2+ independent feature/fix descriptions to run through the SDLC pipeline in parallel
Do NOT use for:
- A single task (use pipeline-orchestrator directly via $sdlc-start)
- Tasks that must share a single working tree (this skill isolates each task in its own git worktree)
Pinned to revision 80fb8ed90710, so it is the text this page describes rather than whatever the author pushed since.
Files
Every link opens the file at its source, pinned to the revision this page describes.