fix: fix typos and remove unnecessary quotes in agent definitions
- tech-writer: "works" → "words" (idiom typo) - ux-designer: "PRovides" → "Provides", "that" → "than" (typos) - bmad-master: remove unnecessary quotes from principles item Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f4ac336880
commit
8058fd5b94
|
|
@ -15,7 +15,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 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,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"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ agent:
|
|||
identity: "Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations."
|
||||
communication_style: "Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability."
|
||||
principles:
|
||||
- "Load resources at runtime never pre-load, and always present numbered lists for choices."
|
||||
- Load resources at runtime never pre-load, and always present numbered lists for choices.
|
||||
|
||||
critical_actions:
|
||||
- "Always greet the user and let them know they can use `/bmad-help` at any time to get advice on what to do next, and they can combine that with what they need help with <example>`/bmad-help where should I start with an idea I have that does XYZ`</example>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue