From 2d297c82da23baee771af6b0855d1f7a1e2b8a31 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Thu, 23 Oct 2025 15:58:05 -0500 Subject: [PATCH] fix create-design workflow path --- src/modules/bmm/agents/ux-designer.agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bmm/agents/ux-designer.agent.yaml b/src/modules/bmm/agents/ux-designer.agent.yaml index 6d4c47e4..bf8cfedc 100644 --- a/src/modules/bmm/agents/ux-designer.agent.yaml +++ b/src/modules/bmm/agents/ux-designer.agent.yaml @@ -23,12 +23,12 @@ agent: description: Check workflow status and get recommendations (START HERE!) - trigger: create-design - workflow: "{project-root}/bmad/bmm/workflows/1-discover-workflows/design-thinking/workflow.yaml" + workflow: "{project-root}/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml" description: Conduct Design Thinking Workshop to Define the User Specification - trigger: validate-design workflow: "{project-root}/bmad/bmm/workflows/2-plan-workflows/validate-ux-design/workflow.yaml" - checklist: "{project-root}/bmad/bmm/workflows/2-plan-workflows/validate-ux-design/checklist.md" + checklist: "{project-root}/bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md" document: "{output_folder}/ux-spec.md" description: Validate UX Specification and Design Artifacts