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:

  1. Detecting the application type from project files
  2. Starting the local runtime (Docker Compose, dev server, Spring Boot, etc.)
  3. Deriving tests from [IMP] acceptance criteria in the functional specification
  4. Executing real tests (curl, Playwright, computer-use)
  5. Mapping results to acceptance criteria
  6. Generating a verification report
  7. 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

When to Use

Installs
36
GitHub Stars
293
First Seen
5 days ago
specs-e2e-verification — giuseppe-trisciuoglio/developer-kit