What problem does it solve?
Manually writing tests for completed project phases is time-consuming, often inconsistent, and frequently fails to align with original UAT criteria and implementation details. This skill automates the entire test generation process to ensure tests are accurate, comprehensive, and match the phase's intended functionality.
Core Features & Use Cases
- UAT-Aligned Test Creation: Generates both unit and end-to-end tests directly from a phase's UAT criteria, implementation files, SUMMARY.md, CONTEXT.md, and VERIFICATION.md.
- TDD-Compliant Workflow: Follows RED-GREEN testing conventions to produce properly structured, valid tests that correctly validate implementation logic.
- Use Case: After completing a feature phase for a customer-facing web app, use this skill to automatically generate matching unit tests for backend API logic and E2E tests for user registration flows, reducing test creation time from hours to minutes.
Quick Start
Use the gsd-add-tests skill to generate unit and E2E tests for your most recently completed GSD phase.