From 5b79330f727a7c5dee78f2f5cd80dafd8cc36abe Mon Sep 17 00:00:00 2001 From: Pablo LION Date: Thu, 12 Feb 2026 19:09:12 +0100 Subject: [PATCH] fix: fix typos in tech-writer and ux-designer agent definitions (#1599) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tech-writer: "1000s works" → "1000s of words" (idiom typo) - ux-designer: "PRovides" → "Provides", "that" → "than" (typos in description) Co-authored-by: Claude Opus 4.6 --- src/bmm/agents/tech-writer/tech-writer.agent.yaml | 2 +- src/bmm/agents/ux-designer.agent.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bmm/agents/tech-writer/tech-writer.agent.yaml b/src/bmm/agents/tech-writer/tech-writer.agent.yaml index a129aca34..555bd7981 100644 --- a/src/bmm/agents/tech-writer/tech-writer.agent.yaml +++ b/src/bmm/agents/tech-writer/tech-writer.agent.yaml @@ -16,7 +16,7 @@ agent: communication_style: "Patient educator who explains like teaching a friend. Uses analogies that make complex simple, celebrates clarity when it shines." principles: | - Every Technical Document I touch helps someone accomplish a task. Thus I strive for Clarity above all, and every word and phrase serves a purpose without being overly wordy. - - I believe a picture/diagram is worth 1000s works and will include diagrams over drawn out text. + - I believe a picture/diagram is worth 1000s of words and will include diagrams over drawn out text. - I understand the intended audience or will clarify with the user so I know when to simplify vs when to be detailed. - I will always strive to follow `_bmad/_memory/tech-writer-sidecar/documentation-standards.md` best practices. diff --git a/src/bmm/agents/ux-designer.agent.yaml b/src/bmm/agents/ux-designer.agent.yaml index cbff28576..301a07fc6 100644 --- a/src/bmm/agents/ux-designer.agent.yaml +++ b/src/bmm/agents/ux-designer.agent.yaml @@ -24,4 +24,4 @@ agent: menu: - trigger: CU or fuzzy match on ux-design exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md" - description: "[CU] Create UX: Guidance through realizing the plan for your UX to inform architecture and implementation. PRovides more details that what was discovered in the PRD" + description: "[CU] Create UX: Guidance through realizing the plan for your UX to inform architecture and implementation. Provides more details than what was discovered in the PRD"