Skip to content

[BUG] Missing _bmad/core/tasks/validate-workflow.xml breaks create-story validation (latest update of V6.) #1324

@Anoesi98

Description

@Anoesi98

Describe the bug
The create-story workflow (referenced as Step 6 in instructions.xml) attempts to invoke a validation task using _bmad/core/tasks/validate-workflow.xml, but this file is missing from the _bmad/core/tasks/ directory. This breaks the automated validation step and prevents the workflow from completing the status update to ready-for-dev automatically. This is on the latest update of V6.

Steps to Reproduce

  1. Initiate the create-story workflow within the BMad environment.
  2. Complete steps 1 through 5 of the story creation process.
  3. Upon reaching Step 6: Update sprint status and finalize, the workflow engine attempts to execute:
    Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.xml
  4. The workflow fails because _bmad/core/tasks/validate-workflow.xml cannot be found.

PR
I am currently investigating whether validate-workflow.xml needs to be restored from a template or if the reference should be updated to point to a consolidated task runner. I will
propose a PR once the correct file content or reference is identified.

Expected behavior
The workflow should successfully load _bmad/core/tasks/validate-workflow.xml, which in turn should process the checklist.md against the generated story file to ensure quality before marking the story as ready-for-dev.

Please be Specific if relevant
Model(s) Used: Gemini 2.0 Flash
Agentic IDE Used: Gemini CLI
WebSite Used: N/A
Project Language: Flutter/Dart (Aisle Masters Market)
BMad Method version: Enterprise track (Melos 7.3.0)

Screenshots or Links
N/A

Additional context
The file _bmad/bmm/workflows/4-implementation/create-story/checklist.md contains explicit documentation stating that {project-root}/_bmad/core/tasks/validate-workflow.xml is the
framework responsible for loading and executing the checklist. Similar missing references were found in _bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md and
_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md. Currently, _bmad/core/tasks/ only contains index-docs.xml, review-adversarial-general.xml, shard-doc.xml, and workflow.xml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:mediumNormal priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions