What problem does it solve? Manually converting test plan markdown files into executable shell scripts is slow and error-prone. This Skill automates the translation of TC-### test cases into runnable Bash scripts with prerequisite checks and assertions. ## Core Features & Use Cases - Automated Script Generation: Reads test-plan.md and checklist files, then generates one tc-{NNN}.sh Bash script per test case with setup, assertions, and PASS/FAIL reporting. - Parallel Sub-Agent Processing: Spawns one sub-agent per markdown source file so large test plans are converted without blocking the main conversation. - Orchestrator Generation: Produces a run-all.sh script that executes all test cases, supports filtering by name, and prints a pass/fail/skip summary. - Use Case: After running /speckit-testplan to produce a test plan with 30 test cases, invoke this Skill to generate executable integration test scripts that verify API responses with curl, database state with psql, and JSON fields with jq. ## Quick Start Ask the AI to generate executable test scripts from the current feature's test plan, optionally filtering to a specific file or TC number.