mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
- Installation path is now fully configurable, allowing users to specify custom installation directories during setup
- Default installation location changed to .bmad (hidden directory) for cleaner project root organization
Web Bundle Improvements:
- All web bundles (single agent and team) now include party mode support for multi-agent collaboration!
- Advanced elicitation capabilities integrated into standalone agents
- All bundles enhanced with party mode agent manifests
- Added default-party.csv files to bmm, bmgd, and cis module teams
- The default party file is what will be used with single agent bundles. teams can customize for different party configurations before web bundling through a setting in the team yaml file
- New web bundle outputs for all agents (analyst, architect, dev, pm, sm, tea, tech-writer, ux-designer, game-*, creative-squad)
Phase 4 Workflow Updates (In Progress):
- Initiated shift to separate phase 4 implementation artifacts from documentation
- Phase 4 implementation artifacts (stories, code review, sprint plan, context files) will move to dedicated location outside docs folder
- Installer questions and configuration added for artifact path selection
- Updated workflow.yaml files for code-review, sprint-planning, story-context, epic-tech-context, and retrospective workflows to support this, but still might require some udpates
Additional Changes:
- New agent and action command header models for standardization
- Enhanced web-bundle-activation-steps fragment
- Updated web-bundler.js to support new structure
- VS Code settings updated for new .bmad directory
- Party mode instructions and workflow enhanced for better orchestration
IDE Installer Updates:
- Show version number of installer in cli
- improved Installer UX
- Gemini TOML Improved to have clear loading instructions with @ commands
- All tools agent launcher mds improved to use a central file template critical indication isntead of hardcoding in 2 different locations.
3.4 KiB
3.4 KiB
| 1 | id | name | description | tags | fragment_file |
|---|---|---|---|---|---|
| 2 | fixture-architecture | Fixture Architecture | Composable fixture patterns (pure function → fixture → merge) and reuse rules | fixtures,architecture,playwright,cypress | knowledge/fixture-architecture.md |
| 3 | network-first | Network-First Safeguards | Intercept-before-navigate workflow, HAR capture, deterministic waits, edge mocking | network,stability,playwright,cypress | knowledge/network-first.md |
| 4 | data-factories | Data Factories and API Setup | Factories with overrides, API seeding, cleanup discipline | data,factories,setup,api | knowledge/data-factories.md |
| 5 | component-tdd | Component TDD Loop | Red→green→refactor workflow, provider isolation, accessibility assertions | component-testing,tdd,ui | knowledge/component-tdd.md |
| 6 | playwright-config | Playwright Config Guardrails | Environment switching, timeout standards, artifact outputs | playwright,config,env | knowledge/playwright-config.md |
| 7 | ci-burn-in | CI and Burn-In Strategy | Staged jobs, shard orchestration, burn-in loops, artifact policy | ci,automation,flakiness | knowledge/ci-burn-in.md |
| 8 | selective-testing | Selective Test Execution | Tag/grep usage, spec filters, diff-based runs, promotion rules | risk-based,selection,strategy | knowledge/selective-testing.md |
| 9 | feature-flags | Feature Flag Governance | Enum management, targeting helpers, cleanup, release checklists | feature-flags,governance,launchdarkly | knowledge/feature-flags.md |
| 10 | contract-testing | Contract Testing Essentials | Pact publishing, provider verification, resilience coverage | contract-testing,pact,api | knowledge/contract-testing.md |
| 11 | email-auth | Email Authentication Testing | Magic link extraction, state preservation, caching, negative flows | email-authentication,security,workflow | knowledge/email-auth.md |
| 12 | error-handling | Error Handling Checks | Scoped exception handling, retry validation, telemetry logging | resilience,error-handling,stability | knowledge/error-handling.md |
| 13 | visual-debugging | Visual Debugging Toolkit | Trace viewer usage, artifact expectations, accessibility integration | debugging,dx,tooling | knowledge/visual-debugging.md |
| 14 | risk-governance | Risk Governance | Scoring matrix, category ownership, gate decision rules | risk,governance,gates | knowledge/risk-governance.md |
| 15 | probability-impact | Probability and Impact Scale | Shared definitions for scoring matrix and gate thresholds | risk,scoring,scale | knowledge/probability-impact.md |
| 16 | test-quality | Test Quality Definition of Done | Execution limits, isolation rules, green criteria | quality,definition-of-done,tests | knowledge/test-quality.md |
| 17 | nfr-criteria | NFR Review Criteria | Security, performance, reliability, maintainability status definitions | nfr,assessment,quality | knowledge/nfr-criteria.md |
| 18 | test-levels | Test Levels Framework | Guidelines for choosing unit, integration, or end-to-end coverage | testing,levels,selection | knowledge/test-levels-framework.md |
| 19 | test-priorities | Test Priorities Matrix | P0–P3 criteria, coverage targets, execution ordering | testing,prioritization,risk | knowledge/test-priorities-matrix.md |
| 20 | test-healing-patterns | Test Healing Patterns | Common failure patterns and automated fixes | healing,debugging,patterns | knowledge/test-healing-patterns.md |
| 21 | selector-resilience | Selector Resilience | Robust selector strategies and debugging techniques | selectors,locators,debugging | knowledge/selector-resilience.md |
| 22 | timing-debugging | Timing Debugging | Race condition identification and deterministic wait fixes | timing,async,debugging | knowledge/timing-debugging.md |