refactor: remove hardcoded IDE prompt recommendations from workflows
This commit is contained in:
parent
2e8bf65756
commit
7652ed092d
|
|
@ -111,29 +111,6 @@ Report generated: {outputFile}
|
||||||
|
|
||||||
The assessment found [number] issues requiring attention. Review the detailed report for specific findings and recommendations."
|
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
|
## WORKFLOW COMPLETE
|
||||||
|
|
||||||
The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
|
The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
|
||||||
|
|
|
||||||
|
|
@ -179,38 +179,6 @@ development_status:
|
||||||
|
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step n="6" goal="Update IDE prompt recommendations for implementation phase">
|
|
||||||
<action>Read the existing `.vscode/settings.json` and update the `chat.promptFilesRecommendations` object.</action>
|
|
||||||
|
|
||||||
**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`
|
|
||||||
|
|
||||||
<action>Inform {user_name}:</action>
|
|
||||||
|
|
||||||
**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!**
|
|
||||||
|
|
||||||
</step>
|
|
||||||
|
|
||||||
</workflow>
|
</workflow>
|
||||||
|
|
||||||
## Additional Documentation
|
## Additional Documentation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue