workflow level 0 and 1 aligned with brownfield and quick dev

This commit is contained in:
Brian Madison
2025-10-12 15:53:24 -05:00
parent 1b7a3b396f
commit e61d58d480
83 changed files with 11995 additions and 73 deletions

View File

@@ -27,7 +27,7 @@ workflow_ux: "{installed_path}/ux/workflow.yaml"
# Templates - Load these only when the instructions request loading them
prd_template: "{installed_path}/prd/prd-template.md"
analysis_template: "{installed_path}/prd/analysis-template.md"
analysis_template: "{project-root}/bmad/bmm/workflows/_shared/project-workflow-analysis-template.md"
epics_template: "{installed_path}/prd/epics-template.md"
tech_spec_template: "{installed_path}/tech-spec/tech-spec-template.md"
ux_spec_template: "{installed_path}/ux/ux-spec-template.md"
@@ -83,7 +83,7 @@ web_bundle:
instructions_narrative: "bmad/bmm/workflows/2-plan/narrative/instructions-narrative.md"
# Templates - Load these only when the instructions request loading them
prd_template: "{installed_path}/prd/prd-template.md"
analysis_template: "{installed_path}/prd/analysis-template.md"
analysis_template: "bmad/bmm/workflows/_shared/project-workflow-analysis-template.md"
epics_template: "{installed_path}/prd/epics-template.md"
tech_spec_template: "{installed_path}/tech-spec/tech-spec-template.md"
ux_spec_template: "{installed_path}/ux/ux-spec-template.md"