From 688a841127cddda4927b820a1b89c7545b971496 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Tue, 30 Sep 2025 00:20:50 -0500 Subject: [PATCH] missed a workflow update --- src/modules/bmm/workflows/2-plan/workflow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/bmm/workflows/2-plan/workflow.yaml b/src/modules/bmm/workflows/2-plan/workflow.yaml index 45f5c6ce..004f236a 100644 --- a/src/modules/bmm/workflows/2-plan/workflow.yaml +++ b/src/modules/bmm/workflows/2-plan/workflow.yaml @@ -63,6 +63,9 @@ web_bundle: name: "plan-project" description: "Scale-adaptive project planning workflow for all project levels (0-4). Automatically adjusts outputs based on project scope - from single atomic changes (Level 0: tech-spec only) to enterprise platforms (Level 4: full PRD + epics). Level 2-4 route to 3-solutioning workflow for architecture and tech specs. Generates appropriate planning artifacts for each level." author: "BMad" + # Routing instructions - loads appropriate instruction set based on project level + instructions: "bmad/bmm/workflows/2-plan/instructions-router.md" + validation: "bmad/bmm/workflows/2-plan/checklist.md" use_advanced_elicitation: true # Do not load these directly - instructions-router.md will load the proper file based on project type/level when needed instructions_sm: "bmad/bmm/workflows/2-plan/tech-spec/instructions-sm.md" @@ -71,7 +74,6 @@ web_bundle: instructions_ux: "bmad/bmm/workflows/2-plan/ux/instructions-ux.md" instructions_gdd: "bmad/bmm/workflows/2-plan/gdd/instructions-gdd.md" instructions_narrative: "bmad/bmm/workflows/2-plan/narrative/instructions-narrative.md" - validation: "bmad/bmm/workflows/2-plan/checklist.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"