What problem does it solve?
spec-review fixes a common workflow gap where feedback given in natural language is applied to design.md (or other documents) without updating the source-of-truth requirements.md and the v2 pipeline artifacts consistently.
Core Features & Use Cases
- Gate-free document synchronization: Applies document-based feedback outside the specify/blueprint approval gate while keeping requirements.md / plan.json / contracts.md / design.md aligned.
- Targeted editing by artifact type: Edits requirements.md and Markdown sections of contracts.md/design.md directly, while routing plan.json changes through sr-harness-cli merge/validate instead of manual edits.
- Impact analysis and section-level regeneration: Rebuilds only the affected sections (not entire files) to preserve IDs and maintain traceability.
- Coverage warnings for missing task implementation: Warns when new/changed requirements are not covered by plan.json tasks, suggesting re-running blueprint or adding tasks via the CLI flow.
Quick Start
Ask the skill to review a specific spec and apply your change request, for example: " /spec-review, then update wheel-controller-uart-refactor so R-T1.2 includes the new E-Stop emission condition and regenerate the affected design.md sections."