2025-10-02 21:45:59 -05:00
|
|
|
<handler type="validate-workflow">
|
|
|
|
|
When command has: validate-workflow="path/to/workflow.yaml"
|
2025-10-03 21:46:53 -05:00
|
|
|
1. You MUST LOAD the file at: {project-root}/bmad/core/tasks/validate-workflow.xml
|
2025-10-02 21:45:59 -05:00
|
|
|
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>
|