- Fix task deletion referencing '& continuation' vs creation using '+ continuation' (leftover from prior & → + fix)
- Broaden gate-pre-continuation.md description: checks run between Phase 2 steps, after Phase 3 merges, and after retrospective — not only before Phase 0
- Fix wrong config path in docs and module-setup.md: _bmad/bad/config.yaml → bad: section of _bmad/config.yaml
- Fix '4-step pipeline' → '5-step pipeline' in README and docs/index.md (Steps 1–5 were always listed)
- Add missing API threshold variables to README config table
- Add Claude Code sandbox requirement (enableWeakerNetworkIsolation) to gh CLI setup steps
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Document that BAD should be started with --dangerously-skip-permissions for
the full autonomous experience (no per-subagent permission prompts). Update
both README.md and docs/index.md Usage sections. Also clarify in SKILL.md
that the coordinator spawns subagents via the Agent tool explicitly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add Step 5 (PR code review) to the pipeline description in both README.md
and docs/index.md, reflecting the split from the old Step 4. Add
MONITOR_SUPPORT, CONTEXT_COMPACTION_THRESHOLD, and TIMER_SUPPORT to the
README config table (already present in docs/index.md); add MONITOR_SUPPORT
to docs/index.md.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add MONITOR_SUPPORT config flag (true for Claude Code, false for Bedrock/Vertex/Foundry)
- Replace manual CI polling loop in Step 4 with Monitor tool when supported
- Replace blind WAIT_TIMER sleep in Phase 4 Branch B with Monitor PR-merge watcher + CronCreate fallback
- Extract Notify, Timer, and Monitor patterns into dedicated reference files for progressive disclosure
- Add sprint task list (TaskCreate) after Phase 0 for live progress tracking in UI
- Update module-setup.md and marketplace.json to register monitor_support alongside timer_support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Standalone BMad module that orchestrates fully autonomous parallel
multi-agent pipelines through the full story lifecycle (create → dev →
review → PR), driven by the sprint backlog and dependency graph.
- Every step runs in a dedicated subagent with a fresh context window
- Harness-agnostic: detects Claude Code, Cursor, Copilot, etc. at setup
- Configurable models, timers, CI, and merge behaviour per harness
- Self-registering via assets/module-setup.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>