BMAD-METHOD/src/bmm/workflows/2-plan-workflows/create-prd
Alex Verkhovsky d43663e3af
fix(workflows): remove ambiguous with-argument from help task chaining (#1740)
* fix(workflows): remove ambiguous with-argument from help task chaining

The "with argument" clause in 7 workflow completion steps caused LLMs
to interpret "Read fully and follow: help.md with argument X" as a
skill/function invocation rather than a file-read instruction. Drop the
clause entirely — help.md already infers the completed workflow from
the preceding "[Workflow] complete." text in conversation context.

Closes #1637

* fix(workflows): correct broken qa/automate file references

The QA workflow was renamed to qa-generate-e2e-tests but three files
still referenced the old qa/automate path, breaking CI file-ref
validation.

* fix(test): update QA agent test to match renamed workflow path

The workflow path changed from qa/automate to qa-generate-e2e-tests
but the installation component test was not updated to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Brian <bmadcode@gmail.com>
2026-02-23 15:48:52 -06:00
..
data fix: add process control and building automation domains (#1510) 2026-02-03 13:24:33 -06:00
steps-c fix(workflows): remove ambiguous with-argument from help task chaining (#1740) 2026-02-23 15:48:52 -06:00
steps-e fix: correct relative path to validation workflow in step-e-04-complete (#1498) 2026-01-31 19:27:17 -06:00
steps-v fix(workflows): remove ambiguous with-argument from help task chaining (#1740) 2026-02-23 15:48:52 -06:00
templates docs updates 2026-01-25 21:18:09 -06:00
workflow-create-prd.md standardize all workflow descriptions to use proper quotes to not break command or skilll front matter 2026-02-23 15:31:03 -06:00
workflow-edit-prd.md standardize all workflow descriptions to use proper quotes to not break command or skilll front matter 2026-02-23 15:31:03 -06:00
workflow-validate-prd.md standardize all workflow descriptions to use proper quotes to not break command or skilll front matter 2026-02-23 15:31:03 -06:00