fix(create-story): replace missing validate-workflow invoke with explicit checklist action

This commit is contained in:
Alex Verkhovsky 2026-03-06 05:57:13 -07:00
parent 259e8a11ba
commit a5c573d402
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@
</step> </step>
<step n="6" goal="Update sprint status and finalize"> <step n="6" goal="Update sprint status and finalize">
<invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.xml</invoke-task> <action>Validate the newly created story file {story_file} against {installed_path}/checklist.md and apply any required fixes before finalizing</action>
<action>Save story document unconditionally</action> <action>Save story document unconditionally</action>
<!-- Update sprint status --> <!-- Update sprint status -->