What problem does it solve? QA verification stalls when a spec comment has no ## Acceptance Criteria section, leaving testers without concrete, verifiable checks. This Skill derives testable acceptance criteria directly from EARS requirements so end-to-end verification can proceed without modifying the original spec. ## Core Features & Use Cases - EARS Requirement Parsing: Extracts and classifies WHEN/WHILE/WHERE requirements by whether they are user-observable, skipping code-only requirements. - Concrete AC Generation: Produces verifiable ACs with specific text, roles, counts, or CSS selectors, prefixed with AC-A to distinguish them from spec-authored criteria. - Capsule Mapping: Resolves each REQ-ID to its capsule by reading issue comments via gh issue view, then writes a structured AC table to .opencode/tmp/<issue>/generated-acs.md. - Use Case: During e2e verification of backlog issue #42, the spec comment has no AC section. Load this Skill to parse its EARS requirements, generate a table of visual ACs mapped to capsules, and proceed with testing as if the ACs came from the spec. ## Quick Start Check the backlog issue's spec comment for a missing Acceptance Criteria section and generate testable ACs from its EARS requirements before running e2e verification.