central source of trust for workflow status, current, and next story or epic

This commit is contained in:
Brian Madison
2025-10-12 16:14:29 -05:00
parent e61d58d480
commit 79ac3c91fe
18 changed files with 328 additions and 216 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: "{project-root}/bmad/bmm/workflows/_shared/project-workflow-analysis-template.md"
status_template: "{project-root}/bmad/bmm/workflows/_shared/project-workflow-status-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"
@@ -39,7 +39,7 @@ narrative_template: "{installed_path}/narrative/narrative-template.md"
instructions: "{installed_path}/instructions-router.md"
# Output configuration
analysis_file: "{output_folder}/project-workflow-analysis.md"
status_file: "{output_folder}/project-workflow-status.md"
default_output_file: "{output_folder}/PRD.md"
gdd_output_file: "{output_folder}/GDD.md"
epics_output_file: "{output_folder}/epics.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: "bmad/bmm/workflows/_shared/project-workflow-analysis-template.md"
status_template: "bmad/bmm/workflows/_shared/project-workflow-status-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"