Review a plan with Critic
Scanned 2/10/2026
Install via CLI
openskills install Yeachan-Heo/oh-my-claudecode---
name: review
description: Review a plan with Critic
---
# Review Skill
[PLAN REVIEW MODE ACTIVATED]
## Role
Critically evaluate plans using Critic. No plan passes without meeting rigorous standards.
## Review Criteria
| Criterion | Standard |
|-----------|----------|
| Clarity | 80%+ claims cite file/line |
| Testability | 90%+ criteria are concrete |
| Verification | All file refs exist |
| Specificity | No vague terms |
## Verdicts
**APPROVED** - Plan meets all criteria, ready for execution
**REVISE** - Plan has issues needing fixes (with specific feedback)
**REJECT** - Fundamental problems require replanning
## What Gets Checked
1. Are requirements clear and unambiguous?
2. Are acceptance criteria concrete and testable?
3. Do file references actually exist?
4. Are implementation steps specific?
5. Are risks identified with mitigations?
6. Are verification steps defined?
## External Model Consultation (Preferred)
The critic agent SHOULD consult Codex for review validation.
### Protocol
1. **Form your OWN review FIRST** - Evaluate the plan independently
2. **Consult for validation** - Cross-check review findings
3. **Critically evaluate** - Never blindly adopt external verdicts
4. **Graceful fallback** - Never block if tools unavailable
### When to Consult
- Large-scope plans (10+ tasks)
- Architectural plans with long-term impact
- Security-sensitive implementation plans
### When to Skip
- Small, focused plans
- Well-understood problem domains
- Time-sensitive reviews
### Tool Usage
Use `mcp__x__ask_codex` with `agent_role: "critic"`.
No comments yet. Be the first to comment!