← ClaudeAtlas

pbi-pipelinelisted

PBI development pipeline — orchestrates design, impl+UT, PBI review, and UT-run stages with sub-agent fan-out, file-based handoff, and deterministic termination gates (Anthropic + Ralph + GAN-derived). Used by Developer per assigned PBI. Replaces former design + implementation skills.
sohei56/maul-team · ★ 17 · Data & Documents · score 70
Install: claude install-skill sohei56/maul-team
## Inputs - PBI assignment (backlog.json entry for assigned PBI) - requirements.md path - Related catalog specs (read-only references) - .scrum/config.json - 6 PBI Pipeline sub-agent definitions (subset of the 11 catalog sub-agents verified by install-subagents): `pbi-designer`, `pbi-implementer`, `pbi-ut-author`, `codex-design-reviewer`, `codex-impl-reviewer`, `codex-ut-reviewer` - 5 Integrity-stage aspect reviewer definitions (the remaining catalog sub-agents), spawned in the per-PBI Integrity stage: `requirement-conformance-reviewer`, `functional-quality-reviewer`, `security-reviewer`, `maintainability-reviewer`, `docs-consistency-reviewer` ## Outputs - Source code + test code committed to the PBI branch in the PBI worktree via `.scrum/scripts/commit-pbi.sh`. Never commit directly with raw `git commit`: a raw `git commit -A` would stage the `.scrum -> ../../../.scrum` symlink that `create-pbi-worktree.sh` installs, and that symlink would then propagate to `main` on the per-PBI merge. `commit-pbi.sh` does a two-step `git add -A` then `git reset --quiet HEAD -- .scrum` to drop the symlink; only the wrapper is safe. (The single-step pathspec form `git add -A -- ':!.scrum'` returned rc=1 under git 2.36+ when `.scrum` is already gitignored — see `commit-pbi.sh`'s in-file comment for the rationale.) - .scrum/pbi/<pbi-id>/ artifacts (design, reviews, metrics, feedback, summaries, pipeline.log, ut/ac-coverage-r{n}.json) - backlog.json `items[