From 180bc9b9d7dc00c3a7e2f39daefe43d2c3a3beb7 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 13 Mar 2026 23:53:52 -0600 Subject: [PATCH] fix(agents): use skill ref for create-architecture --- src/bmm/agents/architect.agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm/agents/architect.agent.yaml b/src/bmm/agents/architect.agent.yaml index 651a25941..134540cda 100644 --- a/src/bmm/agents/architect.agent.yaml +++ b/src/bmm/agents/architect.agent.yaml @@ -21,7 +21,7 @@ agent: menu: - 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" - trigger: IR or fuzzy match on implementation-readiness