What problem does it solve? After finishing a development phase, teams often skip or delay writing tests because it requires manually reviewing implementation files and deciding what to test. This Skill automates that gap by turning phase documentation into a concrete, approved test suite. ## Core Features & Use Cases - Implementation Classification: Analyzes phase files and classifies them into TDD (unit), E2E (browser), or Skip categories before writing any test. - Approval-Gated Workflow: Presents a test plan for user approval and enforces RED-GREEN verification conventions with gap reporting. - Use Case: After completing phase 3 of a roadmap, run the Skill with the phase number to generate unit and E2E tests derived from SUMMARY.md, CONTEXT.md, and VERIFICATION.md, committed as test(phase-3): add unit and E2E tests from add-tests command. ## Quick Start Ask the assistant to run the add-tests workflow for phase 3 to generate and commit unit and E2E tests from that phase's documentation.