Alex Verkhovsky
6886e3c8cd
refactor(code-review): clarify step-01 description and NO_GIT handling
2026-01-05 02:54:00 -08:00
Alex Verkhovsky
1f5700ea14
refactor(code-review): remove unused thisStepFile/nextStepFile from frontmatter
2026-01-05 02:37:00 -08:00
Alex Verkhovsky
9700da9dc6
refactor(code-review): remove input_file_patterns from workflow.md to prevent context leak
2026-01-05 01:14:37 -08:00
Alex Verkhovsky
0f18c4bcba
refactor(code-review): replace discover_inputs protocol with explicit file loading
2026-01-05 01:12:35 -08:00
Alex Verkhovsky
ae9b83388c
refactor(code-review): reorder phases - adversarial first, context-aware second
...
- Swap step-03 and step-04: adversarial review now runs before context-aware
- Move discover_inputs from step-01 to step-04 (JIT loading)
- Add input_file_patterns to workflow.md frontmatter
- Adversarial runs lean (just diff + code), context-aware loads planning docs
2026-01-05 01:09:38 -08:00
Alex Verkhovsky
64c32d8c8c
refactor(code-review): add web_bundle: false, use "Read and follow" wording
...
- Add web_bundle: false to frontmatter (workflow needs file access)
- Change "Load and execute" to "Read and follow" (clearer for LLMs)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-05 00:39:17 -08:00
Alex Verkhovsky
eae4ad46a1
refactor(code-review): remove unused validation path and checklist
2026-01-04 21:38:04 -08:00
Alex Verkhovsky
a8758b0393
refactor(code-review): remove CRITICAL DIRECTIVES, add communication_language
2026-01-04 21:32:10 -08:00
Alex Verkhovsky
ac081a27e8
docs(code-review): clarify step file loading in workflow architecture
2026-01-04 21:15:04 -08:00
Alex Verkhovsky
7c914ae8b2
refactor(code-review): inline single-use adversarial task path
2026-01-04 21:05:48 -08:00
Alex Verkhovsky
dadca29b09
refactor(code-review): use installed_path variable in step files
2026-01-04 21:00:18 -08:00
Alex Verkhovsky
25f93a3b64
refactor(code-review): simplify workflow.md
2026-01-04 20:59:58 -08:00
Alex Verkhovsky
0f708d0b89
refactor(core): shorten adversarial review task name
2026-01-04 18:28:51 -08:00
Alex Verkhovsky
5fcdae02b5
refactor(code-review): defer finding IDs until consolidation
2026-01-04 05:33:21 -08:00
Alex Verkhovsky
b8eeb78cff
refactor(adversarial-review): simplify severity/validity classification
2026-01-04 04:13:46 -08:00
Alex Verkhovsky
b628eec9fd
refactor(code-review): simplify adversarial review task invocation
2026-01-04 04:07:23 -08:00
Alex Verkhovsky
f5d949b922
feat(dev-story): capture baseline commit for code-review diff
2026-01-04 03:04:56 -08:00
Alex Verkhovsky
6d1d7d0e72
fix(adversarial-review): add tech-spec exclusion and read-only notes
2026-01-04 02:12:02 -08:00
Alex Verkhovsky
8b6a053d2e
fix(code-review): simplify diff exclusion to implementation_artifacts only
2026-01-04 01:41:20 -08:00
Alex Verkhovsky
460c27e29a
refactor(code-review): convert to sharded format with dual-phase review
...
Convert monolithic code-review workflow to step-file architecture:
- workflow.md: Overview and initialization
- step-01: Load story and discover git changes
- step-02: Build review attack plan
- step-03: Context-aware review (validates ACs, audits tasks)
- step-04: Adversarial review (information-asymmetric diff review)
- step-05: Consolidate findings (merge + deduplicate)
- step-06: Resolve findings and update status
Key features:
- Dual-phase review: context-aware + context-independent adversarial
- Information asymmetry: adversarial reviewer sees only diff, no story
- Uses review-adversarial-general.xml via subagent (with fallbacks)
- Findings consolidation with severity (CRITICAL/HIGH/MEDIUM/LOW)
- State variables for cross-step persistence
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 01:07:58 -08:00
Brian Madison
35ae4fd024
quadrivariate module workflow
2026-01-03 17:12:00 +08:00
Brian Madison
f31659765e
trimodal viarate workflow creation
2026-01-03 17:12:00 +08:00
forcetrainer
d1f3844449
Docusaurus build fix - Sidebar and missing image issues ( #1243 )
...
* fix(docs): align sidebar with actual docs structure and fix image path
Sidebar referenced non-existent paths (modules/bmm/, getting-started/, etc.)
while actual docs live in different locations (modules/bmm-bmad-method/,
bmad-core-concepts/, etc.). Updated sidebar to match reality so Docusaurus
can build successfully.
Also fixed broken image reference in workflows-guide.md that used an
incorrect relative path.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(docs): update build script to include docs/modules directory
The build script was excluding the modules folder when copying from docs/,
but module docs now live in docs/modules/ instead of src/modules/*/docs/.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(docs): correct broken internal links
Fixed relative paths that were pointing to non-existent locations:
- bmgd index: ../../bmm/docs/index.md → ../bmm/index.md
- cis index: ../../bmm/docs/index.md → ../bmm/index.md
- bmm faq: ./README.md → GitHub URL
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 17:09:42 +08:00
Alex Verkhovsky
05ddc2d29b
fix(dev): allow full project-context usage with conflict precedence ( #1220 )
2026-01-03 09:14:09 +08:00
Brian Madison
c748f0f6cc
paths for workflow and sprint tatus files fixed
2026-01-01 21:20:14 +08:00
Andaman Lekawat
4142972b6a
fix: standardize variable naming from {project_root} to {project-root} ( #1217 )
...
Fixed inconsistent variable naming in workflow instruction files across
CIS, BMGD, and BMM modules. The standard variable format uses hyphens
({project-root}) not underscores ({project_root}).
Affected files:
- CIS: problem-solving, innovation-strategy, design-thinking, storytelling
- BMGD: brainstorm-game, narrative, create-story checklist
- BMM: excalidraw diagrams, create-story checklist
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Brian <bmadcode@gmail.com>
2026-01-01 21:14:21 +08:00
Murat K Ozcan
cd45d22eb6
docs: chose your tea engagement ( #1228 )
...
* docs: chose your tea engagement
* docs: addressed PR comments
* docs: made refiements to the mermaid diagram
* docs: wired in test architect discoverability nudges
---------
Co-authored-by: Brian <bmadcode@gmail.com>
2026-01-01 19:06:55 +08:00
Nick Pirocanac
a297235862
fix: *code-review is picking up non-application files ( #1232 )
...
Co-authored-by: Nick Pirocanac <nick.pirocanac@rtktickets.com>
2026-01-01 13:22:51 +08:00
Brian Madison
d8b13bdb2e
agents all indicate hasSidecar true or false, validation requires it, agent builder and validator and editor use the field. Added a better brownfield doc
2025-12-31 21:30:19 +08:00
lkrysik
8699d7d968
Mixed line endings (Windows CRLF problem) ( #1222 )
...
Co-authored-by: lukasz.krysik <lukasz.krysik@effem.com>
2025-12-31 14:44:53 +08:00
Brian Madison
8b92e5ee59
Release 6.0.0-alpha.22
...
Major features:
- Unified Agent Workflow: Create/Edit/Validate consolidated into single workflow
- Agent Knowledge System: Comprehensive data file architecture for agent building
- Deep Language Integration: All sharded workflows support language choice
- Core Module Documentation: New docs for brainstorming, party mode, advanced elicitation
- BMAD Core Concepts: New documentation structure for agents, workflows, modules
- Create-Tech-Spec Sharded: Converted to sharded format with orient-first pattern
466 files changed, 12,983 insertions(+), 12,047 deletions(-)
2025-12-31 03:06:16 +08:00
Brian Madison
9f53d896b7
agent-workflow create edit validate consolidation
2025-12-31 02:58:03 +08:00
Brian Madison
b46409e71d
agent create workflow overhaul to use data files efficiently. updated and created separate user guides for the create agent workflow along with general concept docs of what an agent and workflow are in regards to0 bmad generally.
2025-12-30 22:44:38 +08:00
Brian Madison
8cffd09fb7
agent build intel complete
2025-12-30 17:46:29 +08:00
Brian Madison
2b89ee1302
agent build data optimized
2025-12-30 14:19:00 +08:00
Brian Madison
b72c810a1f
bmb agent knowledge streamline in progress
2025-12-30 12:34:54 +08:00
Brian Madison
484990de50
all sharded progressive workflows integrate language choice deeply with each step biased towards configured language. Tested with Spanish and Pirate Speak, worked really well.
2025-12-29 19:35:20 +08:00
Brian Madison
b8836ced24
another inquirer default addition missed, maybe this will fix windows issues also
2025-12-29 15:56:00 +08:00
Brian Madison
c7fcf16eae
fix install for alpha instruction in the readme
2025-12-29 15:45:38 +08:00
Brian Madison
529d4a8c95
doc fixes
2025-12-29 09:36:54 +08:00
Brian Madison
f0520c39d9
fix wording in create-epics-and-stories doc discovery continuation
2025-12-29 09:25:56 +08:00
Brian Madison
ff0517f4d0
workflow-status phase paths corrected with current reality
2025-12-29 09:25:56 +08:00
Luke Finch
b509fb9a1e
bump version to 6.0.0-alpha.21 and enhance stdin handling for Windows in CLI ( #1200 )
2025-12-28 22:09:22 +08:00
Brian Madison
e0090e5602
more docs migrations
2025-12-28 21:13:44 +08:00
Brian Madison
8d679b177b
advanced elicitation moved to workflows folder. core module extensive documentation added.
2025-12-28 19:44:55 +08:00
Brian Madison
ea421adbf9
create and edit workflow minor fixes
2025-12-27 21:35:39 +08:00
Brian Madison
2a8a4388a9
v4 detection cleanup
2025-12-27 20:31:12 +08:00
Brian Madison
d4a94df29a
doc cleanup round 1
2025-12-27 18:29:35 +08:00
Brian Madison
949cf64d3b
workflow status, init and phase 4 items aligned with planning_artifacts and implementation_artifacts for discovery and output
2025-12-27 10:59:44 +08:00
Brian Madison
aba9d11c88
quick flow updates to aid discovery and implementation
2025-12-27 10:40:23 +08:00