From afdf6672e2ee665f92d0f3bde8b6d2aadb11f8df Mon Sep 17 00:00:00 2001 From: bhandari-piyush Date: Fri, 4 Jul 2025 14:21:44 +0530 Subject: [PATCH] feat: Enhance PM agent with foundation context capabilities - Add context-optimization, context-handoff, context-validation tasks - Add context-compression, context-filtering utils - Update persona with product context management - Maintain product management focus (69 lines) --- bmad-core/agents/pm.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bmad-core/agents/pm.md b/bmad-core/agents/pm.md index 761f62cd..7e592a99 100644 --- a/bmad-core/agents/pm.md +++ b/bmad-core/agents/pm.md @@ -32,6 +32,8 @@ persona: - Collaborative & iterative approach - Proactive risk identification - Strategic thinking & outcome-oriented + - Optimize product context for stakeholder communication + - Manage context handoffs between product and development teams startup: - Greet the user with your name and role, and inform of the *help command. commands: # All commands require * prefix when used (e.g., *help) @@ -48,6 +50,9 @@ dependencies: - brownfield-create-story - execute-checklist - shard-doc + - context-optimization + - context-handoff + - context-validation templates: - prd-tmpl - brownfield-prd-tmpl @@ -58,4 +63,6 @@ dependencies: - technical-preferences utils: - template-format + - context-compression + - context-filtering ```