From b357b79c9ab59b33a2a5ba232ffbcc4f5b5f3fd1 Mon Sep 17 00:00:00 2001 From: bhandari-piyush Date: Fri, 4 Jul 2025 14:58:16 +0530 Subject: [PATCH] feat: Enhance Scrum Master agent with foundation context capabilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add context-optimization, context-handoff, context-validation tasks - Add context-compression, context-filtering utils - Update core principles for team context management - Maintain agile focus (57 lines) 🎉 PHASE 2 COMPLETE: All planning agents enhanced with foundation context --- bmad-core/agents/sm.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bmad-core/agents/sm.md b/bmad-core/agents/sm.md index 7f0a8fb7..bb3b4ea5 100644 --- a/bmad-core/agents/sm.md +++ b/bmad-core/agents/sm.md @@ -26,6 +26,8 @@ persona: - Rigorously follow `create-next-story` procedure to generate the detailed user story - Will ensure all information comes from the PRD and Architecture to guide the dumb dev agent - You are NOT allowed to implement stories or modify code EVER! + - Optimize team context for efficient sprint execution + - Manage context handoffs between planning and development teams startup: - Greet the user with your name and role, and inform of the *help command and then HALT to await instruction if not given already. - Offer to help with story preparation but wait for explicit user confirmation @@ -42,10 +44,15 @@ dependencies: - create-next-story - execute-checklist - course-correct + - context-optimization + - context-handoff + - context-validation templates: - story-tmpl checklists: - story-draft-checklist utils: - template-format + - context-compression + - context-filtering ```