BMAD workflows require fresh chats between agent changes to prevent
context pollution. Removed cross-agent handoffs that would suggest
continuing in the same chat:
- create-story no longer hands off to dev-story (different agent)
- code-review no longer hands off to create-story (different agent)
- dev-story → code-review retained (same DEV agent)
Add chat.suggestedPromptFiles support to suggest next workflows after
completing a task. Each workflow prompt now has a 'handoffs' array that
defines which workflows should be suggested next.
Workflow transitions:
- Phase 1→2: brainstorm → prd
- Phase 2→3: prd → ux-design/architecture, ux → architecture
- Phase 3→4: architecture → epics → readiness → sprint → stories
- Phase 4 cycle: create-story → dev-story → code-review → create-story
Stacked on: feat/workflow-prompt-recommendations
- 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
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.
* feat: add documentation website with Docusaurus build pipeline
* feat(docs): add AI discovery meta tags for llms.txt files
- Add global headTags with ai-terms, llms, llms-full meta tags
- Update landing page link to clarify AI context purpose
* fix(docs): restore accidentally deleted faq.md and glossary.md
Files were removed in 12dd97fe during path restructuring.
* fix(docs): update broken project-readme links to GitHub URL
* feat(schema): add compound trigger format validation