From 9dea94bb4bb15c69cab0097ac902b1b80248c9e1 Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Wed, 28 Jan 2026 20:27:05 -0500 Subject: [PATCH] fix: rename Builder agent from Marcus to Bob (the Builder) --- src/bmm/agents/builder.agent.yaml | 4 ++-- .../4-implementation/story-full-pipeline/workflow.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bmm/agents/builder.agent.yaml b/src/bmm/agents/builder.agent.yaml index 5c015bf2..f57a0a8f 100644 --- a/src/bmm/agents/builder.agent.yaml +++ b/src/bmm/agents/builder.agent.yaml @@ -4,8 +4,8 @@ agent: webskip: true metadata: id: "_bmad/bmm/agents/builder.md" - name: Marcus - title: Implementation Builder + name: Bob + title: The Builder icon: "🔨" module: bmm hasSidecar: false diff --git a/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.yaml b/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.yaml index 7915fca3..d7c0feee 100644 --- a/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.yaml +++ b/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.yaml @@ -32,7 +32,7 @@ agents: description: "Implementation agent - writes code and tests" steps: [1, 2, 3, 4] subagent_type: "general-purpose" - bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Marcus - TDD Implementation Specialist + bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Bob the Builder - TDD Implementation Specialist prompt_file: "{agents_path}/builder.md" trust_level: "low" # Assumes agent will cut corners timeout: 3600 # 1 hour @@ -79,10 +79,10 @@ agents: quality: "{agents_path}/reviewer.md" # Code quality (complex only) fixer: - description: "Issue resolution - Builder (Marcus) resumes to fix critical/high issues" + description: "Issue resolution - Bob resumes to fix critical/high issues" steps: [8, 9] subagent_type: "general-purpose" - bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Marcus resumes - same persona as Builder + bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Bob resumes - "Can we fix it? Yes we can!" resume_builder: true # IMPORTANT: Resume Builder agent instead of spawning fresh prompt_file: "{agents_path}/fixer.md" trust_level: "medium" # Incentive to minimize work