mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
7 lines
535 B
XML
7 lines
535 B
XML
<handler type="validate-workflow">
|
|
When command has: validate-workflow="path/to/workflow.yaml"
|
|
1. You MUST LOAD the file at: {project-root}/bmad/core/tasks/validate-workflow.xml
|
|
2. READ its entire contents and EXECUTE all instructions in that file
|
|
3. Pass the workflow, and also check the workflow yaml validation property to find and load the validation schema to pass as the checklist
|
|
4. The workflow should try to identify the file to validate based on checklist context or else you will ask the user to specify
|
|
</handler> |