From 7652ed092db71bbfdef6181ebcea8e4d2bcd3437 Mon Sep 17 00:00:00 2001 From: Sjoerd Bozon Date: Mon, 19 Jan 2026 11:28:15 +0100 Subject: [PATCH] refactor: remove hardcoded IDE prompt recommendations from workflows --- .../steps/step-06-final-assessment.md | 23 ------------- .../sprint-planning/instructions.md | 32 ------------------- 2 files changed, 55 deletions(-) diff --git a/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md b/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md index f19d077b..aa78c14f 100644 --- a/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +++ b/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md @@ -111,29 +111,6 @@ Report generated: {outputFile} The assessment found [number] issues requiring attention. Review the detailed report for specific findings and recommendations." -### 6. Update IDE Prompt Recommendations - -If the readiness status is **READY**, update `.vscode/settings.json` to prioritize the implementation cycle prompts. - -Read the existing `chat.promptFilesRecommendations` object and modify these keys: - -**Set to `true` (implementation cycle - "keep going" loop):** -- `bmd-create-story` -- `bmd-dev-story` -- `bmd-code-review` -- `bmd-retrospective` -- `bmd-correct-course` - -**Set to `false` (setup phase - already completed):** -- `bmd-workflow-init` -- `bmd-brainstorm` -- `bmd-prd` -- `bmd-ux-design` -- `bmd-create-architecture` -- `bmd-epics-stories` -- `bmd-implementation-readiness` -- `bmd-sprint-planning` - ## WORKFLOW COMPLETE The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider. diff --git a/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md b/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md index 88addaab..c4f4bd42 100644 --- a/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +++ b/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md @@ -179,38 +179,6 @@ development_status: - -Read the existing `.vscode/settings.json` and update the `chat.promptFilesRecommendations` object. - -**Set to `true` (implementation cycle - "keep going" loop):** -- `bmd-create-story` -- `bmd-dev-story` -- `bmd-code-review` -- `bmd-retrospective` -- `bmd-correct-course` - -**Set to `false` (setup phase - already completed):** -- `bmd-workflow-init` -- `bmd-brainstorm` -- `bmd-prd` -- `bmd-ux-design` -- `bmd-create-architecture` -- `bmd-epics-stories` -- `bmd-implementation-readiness` -- `bmd-sprint-planning` - -Inform {user_name}: - -**IDE Updated for Implementation Phase** - -The "keep going" cycle prompts are now prioritized in VS Code: -- **@bmd-custom-bmm-sm → *create-story** (prepare a story) -- **@bmd-custom-bmm-dev → *dev-story** (implement it) -- **Same chat → *code-review** (review the code) -- **Repeat!** - - - ## Additional Documentation