fix create-design workflow path
This commit is contained in:
parent
a175f46f1b
commit
2d297c82da
|
|
@ -23,12 +23,12 @@ agent:
|
||||||
description: Check workflow status and get recommendations (START HERE!)
|
description: Check workflow status and get recommendations (START HERE!)
|
||||||
|
|
||||||
- trigger: create-design
|
- 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
|
description: Conduct Design Thinking Workshop to Define the User Specification
|
||||||
|
|
||||||
- trigger: validate-design
|
- trigger: validate-design
|
||||||
workflow: "{project-root}/bmad/bmm/workflows/2-plan-workflows/validate-ux-design/workflow.yaml"
|
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"
|
document: "{output_folder}/ux-spec.md"
|
||||||
description: Validate UX Specification and Design Artifacts
|
description: Validate UX Specification and Design Artifacts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue