What problem does it solve? Verifying a story against its testplan manually is error-prone: commands get improvised, failures get reported in chat but never tracked, and sign-off happens without evidence. This Skill runs every test case verbatim, records PASS/FAIL results in the testplan file, and automatically files a BUG markdown file for each failure so nothing slips through. ## Core Features & Use Cases - Verbatim test execution: Runs each TC's Command exactly as written, compares output to the Expected line, and updates the Result line with a dated PASS or a linked bug reference. - Automatic bug filing: On any failure, immediately creates a BUG-YYYYMMDD-NN markdown file from the BUG template with repro steps, environment snapshot, and fix direction before reporting in chat. - Status lifecycle management: Flips the testplan from not-started to in-progress to done, updates the Sign-off section, and recommends closing the story when all tests pass. - Use Case: A story has moved to in-review and its paired TESTPLAN-NN.M.PP file needs verification. Invoke the Skill to run all test cases serially, file bugs for the two failures found, and hand the bug list to the dev for fixes. ## Quick Start Run the testplan for the story currently in review and file bugs for any failing test cases.