Compare commits

..

11 Commits

Author SHA1 Message Date
Sjoerd Bozon 70eef12e62
Merge 647f4560ed into 73135bee8e 2026-01-19 11:44:15 +01:00
Sjoerd Bozon 647f4560ed
fix: deep-merge prompt recommendations to preserve existing settings 2026-01-19 11:43:50 +01:00
Sjoerd Bozon d3be35525a
Merge upstream main into feat/workflow-prompt-recommendations 2026-01-19 11:35:47 +01:00
Sjoerd Bozon 7652ed092d
refactor: remove hardcoded IDE prompt recommendations from workflows 2026-01-19 11:28:15 +01:00
Sjoerd Bozon 2e8bf65756
Merge remote-tracking branch 'origin/main' into feat/workflow-prompt-recommendations 2026-01-19 11:21:44 +01:00
Sjoerd Bozon 25793c33d7
feat: generate workflow prompts from path files 2026-01-19 11:21:27 +01:00
Sjoerd Bozon 28933486d4
feat: assign models and new-chat notes 2026-01-19 11:21:18 +01:00
Sjoerd Bozon bdb5e79bb2
feat: add model frontmatter to workflow prompts 2026-01-19 11:21:07 +01:00
Sjoerd Bozon 015c74c46f
Merge branch 'bmad-code-org:main' into feat/workflow-prompt-recommendations 2026-01-05 10:24:53 +01:00
Sjoerd Bozon 9317ef5a62 fix: address Copilot review feedback on PR #1205
- Move step 6 before WORKFLOW COMPLETE marker (fixes workflow structure)
- Change PRD shortcut from PR to PD (avoids conflict with parallel-research)
- Clarify instructions for reading/updating VS Code settings
- Update phase 4 comment to match actual handoff flow
2025-12-29 00:16:38 +01:00
Sjoerd Bozon d662aee4b2 feat: add VS Code workflow prompt recommendations
Add chat.promptFilesRecommendations support for GitHub Copilot to show
workflow shortcuts as new chat starters.

- Add workflow-prompts-config.js with all BMM, BMGD, and core prompts
- Add workflow-prompt-generator.js to create .github/prompts/*.prompt.md
- Update github-copilot.js to generate prompts and configure VS Code
- Add phase-based prompt toggling to implementation-readiness workflow
- Add phase-based prompt toggling to sprint-planning workflow

When implementation-readiness passes or sprint-planning completes, the
workflows update VS Code settings to prioritize the 'keep going' cycle
(create-story → dev-story → code-review) over setup phase prompts.
2025-12-28 23:44:40 +01:00
1 changed files with 0 additions and 9 deletions

View File

@ -253,15 +253,6 @@
</check-item>
<check-item id="6.4">
<prompt>Update sprint-status.yaml to reflect approved epic changes</prompt>
<action>If epics were added: Add new epic entries with status 'backlog'</action>
<action>If epics were removed: Remove corresponding entries</action>
<action>If epics were renumbered: Update epic IDs and story references</action>
<action>If stories were added/removed: Update story entries within affected epics</action>
<status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
</check-item>
<check-item id="6.5">
<prompt>Confirm next steps and handoff plan</prompt>
<action>Review handoff responsibilities with user</action>
<action>Ensure all stakeholders understand their roles</action>