1.3 KiB
1.3 KiB
| description |
|---|
| {{description}} |
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
1. Always LOAD the FULL @_bmad/core/tasks/workflow.xml 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{{workflow_path}} 3. Pass the yaml path {{workflow_path}} as 'workflow-config' parameter to the workflow.xml instructions 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions 5. Save outputs after EACH section when generating any documents from templates ## Multi-Scope SupportThis workflow supports multi-scope parallel artifacts. Scope resolution order:
- --scope flag: If provided (e.g.,
/{{name}} --scope auth), use that scope - Session context: Check for
.bmad-scopefile in project root - Environment variable: Check
BMAD_SCOPEenv var - Prompt user: If workflow requires scope and none found, prompt to select/create
When a scope is active:
- Artifacts are isolated to
_bmad-output/{scope}/ - Cross-scope reads are allowed, writes are blocked
- Use
bmad scope sync-upto promote artifacts to shared layer - Check for pending dependency updates at workflow start