What problem does it solve?
Teams often struggle to coordinate and automate diverse testing activities across specification writing, development testing, browser-based validation, and automated CI processes. This skill provides a structured workflow to define tests up front, implement tests in phases, and validate software across multiple layers with consistent reporting.
Core Features & Use Cases
- TDD-driven test spec creation before implementation to guide development.
- Automated unit, integration, and E2E tests coordinated across DEV-TEST, TEST-SPEC, and TEST-AUTO phases.
- Browser-based validation using Playwright with progress tracking and coverage reporting for CI pipelines.
- Seamless handoff between phases with clear prerequisites and outputs to accelerate delivery.
Quick Start
Define your SPECs and feature tests in WORKFLOW_STATE.md and let the agent generate skeleton tests across all phases.