specs-e2e-verification
Installation
SKILL.md
Specs E2E Verification
Overview
Performs real environment verification after a specification has been implemented and cleaned up. This skill bridges the gap between unit-tested code and observable runtime behavior by:
- Detecting the application type from project files
- Starting the local runtime (Docker Compose, dev server, Spring Boot, etc.)
- Deriving tests from
[IMP]acceptance criteria in the functional specification - Executing real tests (
curl, Playwright, computer-use) - Mapping results to acceptance criteria
- Generating a verification report
- Tearing down the environment
Input: docs/specs/[id]/ (spec folder with functional specification and tasks)
Output: docs/specs/[id]/e2e-report-YYYY-MM-DD-HHMMSS.md