From 760633b782423ddb3f04ca9e33ba733481da70e6 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 8 Feb 2026 12:42:41 -0700 Subject: [PATCH] fix(bmm): add explicit project-context load instructions to workflows Add Load project_context if exists action to instruction files for correct-course, retrospective, sprint-status, and sprint-planning. The workflow.yaml declarations alone do not cause the file to be loaded; the instruction files must explicitly reference it. Co-Authored-By: Claude Opus 4.6 --- .../workflows/4-implementation/correct-course/instructions.md | 1 + src/bmm/workflows/4-implementation/retrospective/instructions.md | 1 + .../workflows/4-implementation/sprint-planning/instructions.md | 1 + src/bmm/workflows/4-implementation/sprint-status/instructions.md | 1 + 4 files changed, 4 insertions(+) diff --git a/src/bmm/workflows/4-implementation/correct-course/instructions.md b/src/bmm/workflows/4-implementation/correct-course/instructions.md index 430239a68..bbe2c21e0 100644 --- a/src/bmm/workflows/4-implementation/correct-course/instructions.md +++ b/src/bmm/workflows/4-implementation/correct-course/instructions.md @@ -10,6 +10,7 @@ + Load {project_context} for coding standards and project-wide patterns (if exists) Confirm change trigger and gather user description of the issue Ask: "What specific issue or change has been identified that requires navigation?" Verify access to required project documents: diff --git a/src/bmm/workflows/4-implementation/retrospective/instructions.md b/src/bmm/workflows/4-implementation/retrospective/instructions.md index 017503129..d76383852 100644 --- a/src/bmm/workflows/4-implementation/retrospective/instructions.md +++ b/src/bmm/workflows/4-implementation/retrospective/instructions.md @@ -31,6 +31,7 @@ PARTY MODE PROTOCOL: +Load {project_context} for project-wide patterns and conventions (if exists) Explain to {user_name} the epic discovery process using natural dialogue diff --git a/src/bmm/workflows/4-implementation/sprint-planning/instructions.md b/src/bmm/workflows/4-implementation/sprint-planning/instructions.md index c4f4bd420..316d2fec3 100644 --- a/src/bmm/workflows/4-implementation/sprint-planning/instructions.md +++ b/src/bmm/workflows/4-implementation/sprint-planning/instructions.md @@ -23,6 +23,7 @@ +Load {project_context} for project-wide patterns and conventions (if exists) Communicate in {communication_language} with {user_name} Look for all files matching `{epics_pattern}` in {epics_location} Could be a single `epics.md` file or multiple `epic-1.md`, `epic-2.md` files diff --git a/src/bmm/workflows/4-implementation/sprint-status/instructions.md b/src/bmm/workflows/4-implementation/sprint-status/instructions.md index c058644a4..4182e1f25 100644 --- a/src/bmm/workflows/4-implementation/sprint-status/instructions.md +++ b/src/bmm/workflows/4-implementation/sprint-status/instructions.md @@ -24,6 +24,7 @@ + Load {project_context} for project-wide patterns and conventions (if exists) Try {sprint_status_file} ❌ sprint-status.yaml not found.