design-review
Review a design/spec document by finding real-world patterns that stress it
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review a design/spec document by finding real-world patterns that stress it
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
How to write snapshot tests in Steady using Deno's @std/testing. Use when adding a test that asserts complex structured output (objects, formatted strings, diagnostics, generated responses) where listing every field manually would be noisy or fragile.
How to work on the Steady project
Run a human user experiment to find UX friction in Steady
| name | design-review |
| description | Review a design/spec document by finding real-world patterns that stress it |
| argument-hint | <path-to-design-doc> |
| allowed-tools | ["Read","Glob","Grep","Bash","Task"] |
Review a design or specification document against real-world patterns in the codebase.
Read the design document at $ARGUMENTS in its entirety. Do not assume prior
knowledge. Pay close attention to:
Trace the existing codebase to understand how the system currently works. This is NOT to compare implementation to spec—the implementation may change. This is to understand:
Search for relevant code using Glob and Grep. Look for:
Search the codebase for concrete examples that would stress the design:
For each problematic pattern found:
## Design Review: [Document Name]
### Summary
[2-3 sentence assessment of design soundness]
---
## Concrete Scenarios Found
### 1. [Pattern Name] (source)
**Scenario**: [What the pattern is] **Actual data**: [Real example if available]
**How design handles**: [Section, category, or classification that applies]
**Problem**: [Gap, ambiguity, or incorrect handling] **Recommendation**:
[Specific fix]
[Repeat for each significant pattern]
---
## Design Strengths
[What the design gets right, validated by real patterns]
---
## Recommended Changes
### [Category]
| Item | Description | Rationale |
| ---- | ----------- | --------- |
| ... | ... | ... |
Focus on design completeness and correctness, not implementation status.