From sd0x-dev-flow
Reviews technical spec documents for completeness, feasibility, risk, and code consistency. Invoked via /review-spec or when spec review keywords appear.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:review-specThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Keywords: review spec, spec review, tech spec review, review-spec
/codex-review-fast)/codex-review-doc)/tech-spec)Agent({
description: "Review technical spec for completeness, feasibility, and risk",
subagent_type: "tech-spec-reviewer",
prompt: `Review the following technical spec document.
Follow the review dimensions and output format defined in this skill.`
})
$ARGUMENTS
| Step | Focus |
|---|---|
| 1 | Read the technical spec |
| 2 | Research related code |
| 3 | Completeness check |
| 4 | Feasibility assessment |
| 5 | Risk review |
| 6 | Code consistency |
| 7 | Test strategy |
# Technical Spec Review Report
**Reviewed Document**: `$ARGUMENTS`
## Review Summary
| Dimension | Rating | Notes |
|-----------|--------|-------|
| Completeness | ⭐⭐⭐⭐☆ | |
| Feasibility | ⭐⭐⭐☆☆ | |
| Risk Assessment | ⭐⭐⭐⭐☆ | |
| Code Consistency | ⭐⭐⭐⭐⭐ | |
| Test Strategy | ⭐⭐⭐☆☆ | |
## Overall Verdict
✅ Approved / ⚠️ Needs revision / ❌ Needs redesign
## Strengths
-
## Issues & Recommendations
### 🔴 Must Fix (Blocker)
### 🟡 Suggested Changes
### 🟢 Optional Improvements
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowReviews technical specifications using expert personas to identify gaps, risks, and missing considerations. Verifies claims against repositories, discusses resolutions, and applies updates.
Reviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.
Adversarially reviews specs before building, citing evidence to refute plans and produce go/no-go gates. Triggers on "review the spec", "red-team this", or "/ck:review".