Commit Graph

2 Commits

Author SHA1 Message Date
Pablo Ontiveros 47f261a45e fix: enforce BDD/E2E in dev-story — Gherkin gate + E2E required for UI flows
- Step 1: add BDD/SDD/E2E pre-check gate; warns when TEA is installed but
  no ATDD checklist exists, and warns when checklist has no Gherkin scenarios
- Step 5: red phase now identifies test type (unit vs E2E) before writing
  the failing test, so UI tasks explicitly require E2E red phase
- Step 6: E2E tests required for all user-facing flows (removes the
  'when story requirements demand them' opt-in conditional)
- Step 9 DoD: same language fix — E2E mandatory for UI flows
2026-04-16 13:15:43 -06:00
Brian 0380656de6
refactor: consolidate agents into phase-based skill directories (#2050)
* refactor: consolidate agents into phase-based skill directories

Remove separate agent/workflow/skill directories (src/bmm/agents,
src/bmm/workflows, src/core/skills, src/utility/agent-components) and
reorganize all content into phase-based structures under src/bmm-skills
(1-analysis, 2-plan-workflows, 3-solutioning, 4-implementation) and
src/core-skills. Eliminates the agent/skill distinction by treating
agents as skills within their workflow phase.

* fix: update broken file references to use new bmm-skills paths

* docs: update all references for unified bmad-quick-dev workflow

Remove all references to the old separate bmad-quick-spec and
bmad-quick-dev-new-preview workflows. The new bmad-quick-dev is a
unified workflow that handles intent clarification, planning,
implementation, review, and presentation in a single run.

Updated files across English docs, Chinese translations, source
skill manifests, website diagram, and build tooling.
2026-03-18 01:01:33 -05:00