Skip to content

test-plan-update

Update an existing test plan with new documentation (ADR, API specs, design docs). Re-runs the 3 parallel analyzers with original + new material, uses the merge sub-agent to intelligently integrate findings while preserving user edits, resolves gaps, re-runs quality review, and optionally regenerates test cases. Bumps the version number automatically.

Plugin: test-plan | User-invocable

Diagram

test-plan-update diagram

Arguments

/test-plan-update <SOURCE> <NEW_DOC_PATH> [<NEW_DOC_PATH>...]
Argument Required Default Description
SOURCE - Test plan location: local directory path, GitHub branch URL, or GitHub PR URL
NEW_DOC_PATH - One or more paths to new documentation files (ADR, API spec, design doc)

Usage

/test-plan-update ~/Code/collection-tests/mcp_catalog adr.pdf
/test-plan-update https://github.com/org/repo/pull/42 api-spec.md design.md