Skip to content

Bmb overhaul#28

Merged
bmadcode merged 6 commits intomainfrom
bmb-overhaul
Mar 12, 2026
Merged

Bmb overhaul#28
bmadcode merged 6 commits intomainfrom
bmb-overhaul

Conversation

@bmadcode
Copy link
Contributor

No description provided.

bmadcode and others added 6 commits March 8, 2026 14:58
Strip all legacy content to placeholders in preparation for the new
two-skill architecture (Agent Builder + Workflow Builder). Remove
obsolete test fixtures, sample modules, and module-specific reference
docs that no longer apply.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…fter versions later to demo the optimization mode
@augmentcode
Copy link

augmentcode bot commented Mar 12, 2026

This pull request is too large for Augment to review. The PR exceeds the maximum size limit of 100000 tokens (approximately 400000 characters) for automated code review. Please consider breaking this PR into smaller, more focused changes.

@coderabbitai
Copy link

coderabbitai bot commented Mar 12, 2026

Important

Review skipped

Too many files!

This PR contains 295 files, which is 145 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 557f5f4d-bfd0-4595-b476-05bdccd78e40

📥 Commits

Reviewing files that changed from the base of the PR and between 07a9af6 and 2506cbd.

⛔ Files ignored due to path filters (5)
  • samples/sample-custom-modules/sample-unitary-module/module-help.csv is excluded by !**/*.csv
  • samples/sample-custom-modules/sample-wellness-module/module-help.csv is excluded by !**/*.csv
  • skills/bmad-init/scripts/__pycache__/bmad_init.cpython-312.pyc is excluded by !**/*.pyc
  • src/module-help.csv is excluded by !**/*.csv
  • src/workflows/agent/data/communication-presets.csv is excluded by !**/*.csv
📒 Files selected for processing (295)
  • .claude/skills/bmad-os-add-doc/SKILL.md
  • .claude/skills/bmad-os-add-doc/prompts/instructions.md
  • .claude/skills/bmad-os-add-doc/references/common-scenarios.md
  • .claude/skills/bmad-os-add-doc/references/diataxis-framework.md
  • .claude/skills/bmad-os-add-doc/references/style-rules.md
  • .claude/skills/bmad-os-add-doc/references/templates/explanation-template.md
  • .claude/skills/bmad-os-add-doc/references/templates/howto-template.md
  • .claude/skills/bmad-os-add-doc/references/templates/reference-template.md
  • .claude/skills/bmad-os-add-doc/references/templates/tutorial-template.md
  • .claude/skills/bmad-os-changelog-social/SKILL.md
  • .claude/skills/bmad-os-changelog-social/examples/discord-example.md
  • .claude/skills/bmad-os-changelog-social/examples/linkedin-example.md
  • .claude/skills/bmad-os-changelog-social/examples/twitter-example.md
  • .claude/skills/bmad-os-diataxis-style-fix/SKILL.md
  • .claude/skills/bmad-os-diataxis-style-fix/prompts/instructions.md
  • .claude/skills/bmad-os-draft-changelog/SKILL.md
  • .claude/skills/bmad-os-draft-changelog/prompts/instructions.md
  • .claude/skills/bmad-os-gh-triage/README.md
  • .claude/skills/bmad-os-gh-triage/SKILL.md
  • .claude/skills/bmad-os-gh-triage/prompts/agent-prompt.md
  • .claude/skills/bmad-os-gh-triage/prompts/instructions.md
  • .claude/skills/bmad-os-release-module/README.md
  • .claude/skills/bmad-os-release-module/SKILL.md
  • .claude/skills/bmad-os-release-module/prompts/instructions.md
  • .gitignore
  • AGENTS.md
  • README.md
  • docs/explanation/facilitation-over-generation.md
  • docs/explanation/index.md
  • docs/explanation/module-building-architecture.md
  • docs/explanation/module-ecosystem-vision.md
  • docs/explanation/plan-for-workflows-skills-to-evolve.md
  • docs/explanation/what-are-apps.md
  • docs/explanation/what-are-bmad-agents.md
  • docs/explanation/what-are-modules.md
  • docs/explanation/what-are-workflows.md
  • docs/how-to/agent-or-module-decision.md
  • docs/how-to/bundle-your-creations.md
  • docs/how-to/create-custom-agent.md
  • docs/how-to/create-extension-modules.md
  • docs/how-to/create-your-first-workflow.md
  • docs/how-to/index.md
  • docs/how-to/install-custom-modules.md
  • docs/how-to/validate-agents-and-workflows.md
  • docs/reference/agent-schema.md
  • docs/reference/builder-commands.md
  • docs/reference/critical-actions.md
  • docs/reference/global-config.md
  • docs/reference/index.md
  • docs/reference/module-help-csv.md
  • docs/reference/module-yaml.md
  • docs/reference/workflow-patterns.md
  • docs/reference/workflow-variables.md
  • docs/tutorials/index.md
  • samples/bmad-agent-dream-weaver/SKILL.md
  • samples/bmad-agent-dream-weaver/bmad-manifest.json
  • samples/bmad-agent-dream-weaver/prompts/autonomous-wake.md
  • samples/bmad-agent-dream-weaver/prompts/dream-interpret.md
  • samples/bmad-agent-dream-weaver/prompts/dream-log.md
  • samples/bmad-agent-dream-weaver/prompts/dream-query.md
  • samples/bmad-agent-dream-weaver/prompts/dream-seed.md
  • samples/bmad-agent-dream-weaver/prompts/init.md
  • samples/bmad-agent-dream-weaver/prompts/lucid-coach.md
  • samples/bmad-agent-dream-weaver/prompts/pattern-discovery.md
  • samples/bmad-agent-dream-weaver/prompts/recall-training.md
  • samples/bmad-agent-dream-weaver/prompts/save-memory.md
  • samples/bmad-agent-dream-weaver/resources/memory-system.md
  • samples/bmad-agent-dream-weaver/scripts/recall_metrics.py
  • samples/bmad-agent-dream-weaver/scripts/seed_tracker.py
  • samples/bmad-agent-dream-weaver/scripts/symbol_stats.py
  • samples/bmad-bmm-product-brief-preview/SKILL.md
  • samples/bmad-bmm-product-brief-preview/agents/artifact-analyzer.md
  • samples/bmad-bmm-product-brief-preview/agents/opportunity-reviewer.md
  • samples/bmad-bmm-product-brief-preview/agents/skeptic-reviewer.md
  • samples/bmad-bmm-product-brief-preview/agents/web-researcher.md
  • samples/bmad-bmm-product-brief-preview/bmad-manifest.json
  • samples/bmad-bmm-product-brief-preview/prompts/contextual-discovery.md
  • samples/bmad-bmm-product-brief-preview/prompts/draft-and-review.md
  • samples/bmad-bmm-product-brief-preview/prompts/finalize.md
  • samples/bmad-bmm-product-brief-preview/prompts/guided-elicitation.md
  • samples/bmad-bmm-product-brief-preview/resources/brief-template.md
  • samples/bmad-excalidraw/SKILL.md
  • samples/bmad-excalidraw/bmad-manifest.json
  • samples/bmad-excalidraw/prompts/diagram-generation.md
  • samples/bmad-excalidraw/prompts/guided-design.md
  • samples/bmad-excalidraw/resources/diagram-types.md
  • samples/bmad-excalidraw/resources/excalidraw-schema.md
  • samples/bmad-excalidraw/scripts/generate_excalidraw.py
  • samples/bmad-excalidraw/scripts/tests/test_generate_excalidraw.py
  • samples/bmad-excalidraw/scripts/tests/test_validate_excalidraw.py
  • samples/bmad-excalidraw/scripts/validate_excalidraw.py
  • samples/sample-custom-modules/README.md
  • samples/sample-custom-modules/sample-unitary-module/README.md
  • samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml
  • samples/sample-custom-modules/sample-unitary-module/module.yaml
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template
  • samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md
  • samples/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md
  • samples/sample-custom-modules/sample-wellness-module/README.md
  • samples/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md
  • samples/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml
  • samples/sample-custom-modules/sample-wellness-module/module.yaml
  • samples/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md
  • samples/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md
  • samples/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md
  • samples/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md
  • samples/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md
  • samples/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md
  • skills/bmad-bmb-agent-builder/SKILL.md
  • skills/bmad-bmb-agent-builder/agents/quality-scan-agent-cohesion.md
  • skills/bmad-bmb-agent-builder/agents/quality-scan-enhancement-opportunities.md
  • skills/bmad-bmb-agent-builder/agents/quality-scan-execution-efficiency.md
  • skills/bmad-bmb-agent-builder/agents/quality-scan-prompt-craft.md
  • skills/bmad-bmb-agent-builder/agents/quality-scan-structure.md
  • skills/bmad-bmb-agent-builder/agents/report-quality-scan-creator.md
  • skills/bmad-bmb-agent-builder/bmad-manifest-schema.json
  • skills/bmad-bmb-agent-builder/bmad-manifest.json
  • skills/bmad-bmb-agent-builder/prompts/build-process.md
  • skills/bmad-bmb-agent-builder/prompts/quality-optimizer.md
  • skills/bmad-bmb-agent-builder/resources/metadata-reference.md
  • skills/bmad-bmb-agent-builder/resources/quality-dimensions.md
  • skills/bmad-bmb-agent-builder/resources/script-opportunities-reference.md
  • skills/bmad-bmb-agent-builder/resources/skill-best-practices.md
  • skills/bmad-bmb-agent-builder/resources/standard-fields.md
  • skills/bmad-bmb-agent-builder/resources/template-substitution-rules.md
  • skills/bmad-bmb-agent-builder/scripts/manifest.py
  • skills/bmad-bmb-agent-builder/scripts/prepass-execution-deps.py
  • skills/bmad-bmb-agent-builder/scripts/prepass-prompt-metrics.py
  • skills/bmad-bmb-agent-builder/scripts/prepass-structure-capabilities.py
  • skills/bmad-bmb-agent-builder/scripts/scan-path-standards.py
  • skills/bmad-bmb-agent-builder/scripts/scan-scripts.py
  • skills/bmad-bmb-agent-builder/templates/SKILL-template.md
  • skills/bmad-bmb-agent-builder/templates/autonomous-wake.md
  • skills/bmad-bmb-agent-builder/templates/init-template.md
  • skills/bmad-bmb-agent-builder/templates/memory-system.md
  • skills/bmad-bmb-agent-builder/templates/save-memory.md
  • skills/bmad-bmb-agent-builder/tests/fixtures/complex/old-format-pm-agent.md
  • skills/bmad-bmb-agent-builder/tests/fixtures/deficient/bmad-agent-with-issues.md
  • skills/bmad-bmb-agent-builder/tests/test-validate-manifest.py
  • skills/bmad-bmb-workflow-builder/SKILL.md
  • skills/bmad-bmb-workflow-builder/agents/quality-scan-enhancement-opportunities.md
  • skills/bmad-bmb-workflow-builder/agents/quality-scan-execution-efficiency.md
  • skills/bmad-bmb-workflow-builder/agents/quality-scan-prompt-craft.md
  • skills/bmad-bmb-workflow-builder/agents/quality-scan-skill-cohesion.md
  • skills/bmad-bmb-workflow-builder/agents/quality-scan-workflow-integrity.md
  • skills/bmad-bmb-workflow-builder/agents/report-quality-scan-creator.md
  • skills/bmad-bmb-workflow-builder/bmad-manifest-schema.json
  • skills/bmad-bmb-workflow-builder/bmad-manifest.json
  • skills/bmad-bmb-workflow-builder/prompts/build-process.md
  • skills/bmad-bmb-workflow-builder/prompts/quality-optimizer.md
  • skills/bmad-bmb-workflow-builder/resources/classification-reference.md
  • skills/bmad-bmb-workflow-builder/resources/complex-workflow-patterns.md
  • skills/bmad-bmb-workflow-builder/resources/metadata-reference.md
  • skills/bmad-bmb-workflow-builder/resources/quality-dimensions.md
  • skills/bmad-bmb-workflow-builder/resources/script-opportunities-reference.md
  • skills/bmad-bmb-workflow-builder/resources/skill-best-practices.md
  • skills/bmad-bmb-workflow-builder/resources/standard-fields.md
  • skills/bmad-bmb-workflow-builder/resources/template-substitution-rules.md
  • skills/bmad-bmb-workflow-builder/scripts/manifest.py
  • skills/bmad-bmb-workflow-builder/scripts/prepass-execution-deps.py
  • skills/bmad-bmb-workflow-builder/scripts/prepass-prompt-metrics.py
  • skills/bmad-bmb-workflow-builder/scripts/prepass-workflow-integrity.py
  • skills/bmad-bmb-workflow-builder/scripts/scan-path-standards.py
  • skills/bmad-bmb-workflow-builder/scripts/scan-scripts.py
  • skills/bmad-bmb-workflow-builder/templates/SKILL-template.md
  • skills/bmad-bmb-workflow-builder/tests/fixtures/complex/SKILL.md
  • skills/bmad-bmb-workflow-builder/tests/fixtures/complex/bmad-manifest.json
  • skills/bmad-bmb-workflow-builder/tests/fixtures/deficient/SKILL.md
  • skills/bmad-get-manifest-bmb/SKILL.md
  • skills/bmad-get-manifest-bmb/manifest.json
  • skills/bmad-init/SKILL.md
  • skills/bmad-init/prompts/init-setup.md
  • skills/bmad-init/resources/core-module-questions.json
  • skills/bmad-init/resources/manifest.yaml
  • skills/bmad-init/resources/module.json
  • skills/bmad-init/resources/module.yaml
  • skills/bmad-init/scripts/bmad_init.py
  • skills/bmad-init/scripts/tests/test_bmad_init.py
  • src/agents/agent-builder.agent.yaml
  • src/agents/module-builder.agent.yaml
  • src/agents/workflow-builder.agent.yaml
  • src/module.yaml
  • src/workflows/agent/data/agent-architecture.md
  • src/workflows/agent/data/agent-compilation.md
  • src/workflows/agent/data/agent-menu-patterns.md
  • src/workflows/agent/data/agent-metadata.md
  • src/workflows/agent/data/agent-validation.md
  • src/workflows/agent/data/brainstorm-context.md
  • src/workflows/agent/data/critical-actions.md
  • src/workflows/agent/data/persona-properties.md
  • src/workflows/agent/data/principles-crafting.md
  • src/workflows/agent/data/reference/module-examples/architect.agent.yaml
  • src/workflows/agent/data/reference/module-examples/architect.md
  • src/workflows/agent/data/reference/module-examples/security-engineer.agent.yaml
  • src/workflows/agent/data/reference/module-examples/trend-analyst.agent.yaml
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper-sidecar/breakthroughs.md
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper-sidecar/instructions.md
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper-sidecar/memories.md
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper-sidecar/mood-patterns.md
  • src/workflows/agent/data/reference/with-sidecar/journal-keeper/journal-keeper.agent.yaml
  • src/workflows/agent/data/reference/without-sidecar/commit-poet.agent.yaml
  • src/workflows/agent/data/understanding-agent-types.md
  • src/workflows/agent/steps-c/step-01-brainstorm.md
  • src/workflows/agent/steps-c/step-02-discovery.md
  • src/workflows/agent/steps-c/step-03-sidecar-metadata.md
  • src/workflows/agent/steps-c/step-04-persona.md
  • src/workflows/agent/steps-c/step-05-commands-menu.md
  • src/workflows/agent/steps-c/step-06-activation.md
  • src/workflows/agent/steps-c/step-07-build-agent.md
  • src/workflows/agent/steps-c/step-08-celebrate.md
  • src/workflows/agent/steps-e/e-01-load-existing.md
  • src/workflows/agent/steps-e/e-02-discover-edits.md
  • src/workflows/agent/steps-e/e-03-placeholder.md
  • src/workflows/agent/steps-e/e-04-sidecar-metadata.md
  • src/workflows/agent/steps-e/e-05-persona.md
  • src/workflows/agent/steps-e/e-06-commands-menu.md
  • src/workflows/agent/steps-e/e-07-activation.md
  • src/workflows/agent/steps-e/e-08-edit-agent.md
  • src/workflows/agent/steps-e/e-09-celebrate.md
  • src/workflows/agent/steps-v/v-01-load-review.md
  • src/workflows/agent/steps-v/v-02a-validate-metadata.md
  • src/workflows/agent/steps-v/v-02b-validate-persona.md
  • src/workflows/agent/steps-v/v-02c-validate-menu.md
  • src/workflows/agent/steps-v/v-02d-validate-structure.md
  • src/workflows/agent/steps-v/v-02e-validate-sidecar.md
  • src/workflows/agent/steps-v/v-03-summary.md
  • src/workflows/agent/templates/agent-plan.template.md
  • src/workflows/agent/templates/agent-template.md
  • src/workflows/agent/workflow-create-agent.md
  • src/workflows/agent/workflow-edit-agent.md
  • src/workflows/agent/workflow-validate-agent.md
  • src/workflows/module/data/agent-architecture.md
  • src/workflows/module/data/agent-spec-template.md
  • src/workflows/module/data/module-standards.md
  • src/workflows/module/data/module-yaml-conventions.md
  • src/workflows/module/module-help-generate.md
  • src/workflows/module/steps-b/step-01-welcome.md
  • src/workflows/module/steps-b/step-02-spark.md
  • src/workflows/module/steps-b/step-03-module-type.md
  • src/workflows/module/steps-b/step-04-vision.md
  • src/workflows/module/steps-b/step-05-identity.md
  • src/workflows/module/steps-b/step-06-users.md
  • src/workflows/module/steps-b/step-07-value.md
  • src/workflows/module/steps-b/step-08-agents.md
  • src/workflows/module/steps-b/step-09-workflows.md
  • src/workflows/module/steps-b/step-10-tools.md
  • src/workflows/module/steps-b/step-11-scenarios.md
  • src/workflows/module/steps-b/step-12-creative.md
  • src/workflows/module/steps-b/step-13-review.md
  • src/workflows/module/steps-b/step-14-finalize.md
  • src/workflows/module/steps-c/step-01-load-brief.md
  • src/workflows/module/steps-c/step-01b-continue.md
  • src/workflows/module/steps-c/step-02-structure.md
  • src/workflows/module/steps-c/step-03-config.md
  • src/workflows/module/steps-c/step-04-agents.md
  • src/workflows/module/steps-c/step-05-workflows.md
  • src/workflows/module/steps-c/step-06-docs.md
  • src/workflows/module/steps-c/step-07-complete.md
  • src/workflows/module/steps-e/step-01-load-target.md
  • src/workflows/module/steps-e/step-02-select-edit.md
  • src/workflows/module/steps-e/step-03-apply-edit.md
  • src/workflows/module/steps-e/step-04-review.md
  • src/workflows/module/steps-e/step-05-confirm.md
  • src/workflows/module/steps-v/step-01-load-target.md
  • src/workflows/module/steps-v/step-02-file-structure.md
  • src/workflows/module/steps-v/step-03-module-yaml.md
  • src/workflows/module/steps-v/step-04-agent-specs.md
  • src/workflows/module/steps-v/step-05-workflow-specs.md
  • src/workflows/module/steps-v/step-06-documentation.md
  • src/workflows/module/steps-v/step-07-installation.md
  • src/workflows/module/steps-v/step-08-report.md
  • src/workflows/module/templates/brief-template.md
  • src/workflows/module/templates/workflow-spec-template.md
  • src/workflows/module/workflow-create-module-brief.md
  • src/workflows/module/workflow-create-module.md
  • src/workflows/module/workflow-edit-module.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bmb-overhaul

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bmadcode bmadcode merged commit feefc63 into main Mar 12, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant