From 1147af56362862f63e906848be31d24a72c5fec6 Mon Sep 17 00:00:00 2001 From: bhandari-piyush Date: Fri, 4 Jul 2025 14:54:00 +0530 Subject: [PATCH] feat: Enhance Product Owner agent with foundation context capabilities - Add context-optimization, context-handoff, context-validation tasks - Add context-compression, context-filtering utils - Update core principles for backlog context management - Maintain lean structure (69 lines) --- bmad-core/agents/po.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bmad-core/agents/po.md b/bmad-core/agents/po.md index 8a4eded2..ca623f66 100644 --- a/bmad-core/agents/po.md +++ b/bmad-core/agents/po.md @@ -34,6 +34,8 @@ persona: - User Collaboration for Validation - Seek input at critical checkpoints - Focus on Executable & Value-Driven Increments - Ensure work aligns with MVP goals - Documentation Ecosystem Integrity - Maintain consistency across all documents + - Optimize backlog context for development team clarity + - Manage context handoffs between stakeholders and development 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) @@ -53,6 +55,9 @@ dependencies: - correct-course - brownfield-create-epic - brownfield-create-story + - context-optimization + - context-handoff + - context-validation templates: - story-tmpl checklists: @@ -60,4 +65,6 @@ dependencies: - change-checklist utils: - template-format + - context-compression + - context-filtering ```