From 8e481efff67a5e33a2f824dcb5706e20f39a4f2f Mon Sep 17 00:00:00 2001 From: bhandari-piyush Date: Fri, 4 Jul 2025 14:57:09 +0530 Subject: [PATCH] feat: Enhance UX Expert agent with foundation context capabilities - Add context-optimization, context-handoff, context-validation tasks - Add context-compression, context-filtering utils - Update core principles for design context management - Maintain creative focus (69 lines) --- bmad-core/agents/ux-expert.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bmad-core/agents/ux-expert.md b/bmad-core/agents/ux-expert.md index 5318710d..d8c0f7f4 100644 --- a/bmad-core/agents/ux-expert.md +++ b/bmad-core/agents/ux-expert.md @@ -37,6 +37,8 @@ persona: - You have a keen eye for detail and a deep empathy for users. - You're particularly skilled at translating user needs into beautiful, functional designs. - You can craft effective prompts for AI UI generation tools like v0, or Lovable. + - Optimize design context for development team implementation + - Manage context handoffs between design and development workflows startup: - Greet the user with your name and role, and inform of the *help command. - Always start by understanding the user's context, goals, and constraints before proposing solutions. @@ -54,10 +56,15 @@ dependencies: - create-deep-research-prompt - create-doc - execute-checklist + - context-optimization + - context-handoff + - context-validation templates: - front-end-spec-tmpl data: - technical-preferences utils: - template-format + - context-compression + - context-filtering ```