fix(bmm): inline quick-dev skill handoff references
This commit is contained in:
parent
95baebe627
commit
3a5a8cacc8
|
|
@ -29,7 +29,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
|
|
||||||
### Paths
|
### Paths
|
||||||
|
|
||||||
- `installed_path` = `.`
|
|
||||||
- `project_context` = `**/project-context.md` (load if exists)
|
- `project_context` = `**/project-context.md` (load if exists)
|
||||||
|
|
||||||
### Related Workflows
|
### Related Workflows
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@ b) **HALT and wait for user selection.**
|
||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- IF A: Read fully and follow: `{advanced_elicitation}` with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
- IF A: Read fully and follow: `{advanced_elicitation}` with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
||||||
- IF B: Read the entire workflow file at `{quick_dev_workflow}` and follow the instructions with the final spec file (warn: fresh context is better)
|
- IF B: Invoke the `bmad-quick-dev` skill with `{finalFile}` in a fresh context if possible (warn: fresh context is better)
|
||||||
- IF D: Exit workflow - display final confirmation and path to spec
|
- IF D: Exit workflow - display final confirmation and path to spec
|
||||||
- IF P: Read fully and follow: `{party_mode_exec}` with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
- IF P: Read fully and follow: `{party_mode_exec}` with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
||||||
- IF R: Execute Adversarial Review (see below)
|
- IF R: Execute Adversarial Review (see below)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ main_config: '{project-root}/_bmad/bmm/config.yaml'
|
||||||
# Checkpoint handler references
|
# Checkpoint handler references
|
||||||
advanced_elicitation: 'skill:bmad-advanced-elicitation'
|
advanced_elicitation: 'skill:bmad-advanced-elicitation'
|
||||||
party_mode_exec: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
party_mode_exec: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
||||||
quick_dev_workflow: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/workflow.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Quick-Spec Workflow
|
# Quick-Spec Workflow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue