fix(agents): use skill ref for create-architecture
This commit is contained in:
parent
e17b59e771
commit
180bc9b9d7
|
|
@ -21,7 +21,7 @@ agent:
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- trigger: CA or fuzzy match on create-architecture
|
- trigger: CA or fuzzy match on create-architecture
|
||||||
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/workflow.md"
|
exec: "skill:bmad-create-architecture"
|
||||||
description: "[CA] Create Architecture: Guided Workflow to document technical decisions to keep implementation on track"
|
description: "[CA] Create Architecture: Guided Workflow to document technical decisions to keep implementation on track"
|
||||||
|
|
||||||
- trigger: IR or fuzzy match on implementation-readiness
|
- trigger: IR or fuzzy match on implementation-readiness
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue