Alex Verkhovsky
8fc7db7b97
refactor(code-review): remove implementation notes from step-01
...
Implementation notes for the workflow should be collected in a dedicated
implementation-notes.md file, not embedded in step files. This keeps each
step focused and defers editorial comments to a separate tracking document.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-05 05:33:27 -08:00
Alex Verkhovsky
060d5562a4
docs(code-review): clarify fuzzy matching for story identification
...
- Changed priority 1 from exact to resembles: handles format variations (1 2, 1.2, one-two, one thirty two)
- Explicitly prevents false matches: 1-33 does not match 1-32
- Updated priority 3-4 to use resembles instead of contains: supports typos and TTS errors (paiment, passwd)
- Added examples for number variations and compound spoken formats
- Tested with agent validation: handles typos, format variations, misspellings correctly
2026-01-05 04:24:29 -08:00
Alex Verkhovsky
2bd6e9df1b
docs(code-review): clarify step-01 story identification algorithm
...
- Fixed variable naming convention: backticks for names, curlies only for value substitution
- Rewrote Identify Story section with explicit two-path algorithm (file path vs sprint_status search)
- Added verification step for files not in sprint_status with user confirmation flow
- Clarified matching priority order: exact key > full ID > partial > name > description
- Made loopback instructions consistent and explicit (return to user prompt)
- Improved git_discrepancies description from vague "differences" to concrete "mismatches"
- Tested with 30+ test cases and fresh agent review - algorithm is clear and executable
2026-01-05 04:14:14 -08:00
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
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
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
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
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
Alex Verkhovsky
208f27dcdb
refactor: convert create-tech-spec to sharded workflow with orient-first pattern ( #1185 )
...
* refactor: convert create-tech-spec to sharded workflow with orient-first pattern
* docs: reposition deep exploration isolation guideline within universal code investigation section
* docs: Update terminology from 'Requirement Delta' to 'Problem Statement' in step-02-investigate.md context.
* Update src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-27 09:43:59 +08:00
Brian Madison
c15ad174ed
chore: bump version to 6.0.0-alpha.21
...
Major improvements:
- All agents now use consistent 2-letter menu codes (compound triggers)
- Phase 1-3 workflows updated to use planning_artifacts folder
- Windows installer fixed with inquirer multiselection resolution
- Chat and party mode auto-injected into all agents
- All agents pass comprehensive validation checks
- Restored agent files from Docusaurus merge
2025-12-26 20:55:10 +08:00
Brian Madison
24cedea690
phase 3 input disco and output updated
2025-12-26 20:44:45 +08:00
Brian Madison
bdb6bde9b5
disco and output fix for ux design
2025-12-26 20:18:31 +08:00