What problem does it solve?
This Skill prevents moving forward with incomplete or untestable Spec-phase artifacts by running a quality gate that checks FRD completeness, acceptance-criteria testability, and unresolved blocking questions.
Core Features & Use Cases
- Validates Spec artifacts for readiness: Confirms FRD presence and evaluates whether required sections and criteria exist.
- Ensures Acceptance Criteria quality: Verifies each AC-ID is active, observable, and backed by a supported verification method.
- Resolves blocking questions: Detects blocking markers in FRD (and DISCOVERY if present) and requires they are resolved before progressing.
- Produces a review verdict report: Writes pass/fail (plus warnings) to docs/{feature}/SPEC-REVIEW.md and records the gate result in the lifecycle.
Quick Start
Run wa:spec-review with your feature description by typing "/spec-review <feature-description>" and follow the confirmation step to proceed to the Design phase.