← スキル一覧に戻る

codex-validate-plan
by munlucky
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: codex-validate-plan description: Validate architecture/plan quality via claude-delegator (Plan Reviewer expert). Use after writing context.md for complex feature/refactor work. context: fork
Codex Plan Validation (via claude-delegator)
When to use
complexity:complextaskType:featureorrefactorcontext.mdexists or was updated
Procedure
- Collect the path to context.md (default:
{tasksRoot}/{feature-name}/context.md) and read its content - Build delegation prompt using the 7-section format below
- Try Codex first:
- Call
mcp__codex__codex(include Plan Reviewer instructions in developer-instructions) - If successful, proceed to step 5
- Call
- Fallback to Claude (if Codex unavailable):
- Error conditions: "quota exceeded", "rate limit", "API error", "unavailable"
- Claude directly performs the plan review following the Plan Reviewer guidelines below
- Add note:
"codex-fallback: Claude performed review directly"
- Summarize critical/warning/suggestion items and decide pass/fail
- Per
.claude/docs/guidelines/document-memory-policy.md: Store full review inarchives/review-v{n}.md, keep only short summary incontext.md
Delegation Format
Use the 7-section format:
TASK: Review implementation plan at [context.md path] for completeness and clarity.
EXPECTED OUTCOME: APPROVE/REJECT verdict with specific feedback.
CONTEXT:
- Plan to review: [content of context.md]
- Goals: [what the plan is trying to achieve]
- Constraints: [project constraints]
MUST DO:
- Evaluate all 4 criteria (Clarity, Verifiability, Completeness, Big Picture)
- Simulate actually doing the work to find gaps
- Provide specific improvements if rejecting
MUST NOT DO:
- Rubber-stamp without real analysis
- Provide vague feedback
- Approve plans with critical gaps
OUTPUT FORMAT:
[APPROVE / REJECT]
Justification: [explanation]
Summary: [4-criteria assessment]
[If REJECT: Top 3-5 improvements needed]
Tool Call
mcp__codex__codex({
prompt: "[7-section delegation prompt with full context]",
"developer-instructions": "[contents of plan-reviewer.md]",
sandbox: "read-only", // Advisory mode
cwd: "[current working directory]"
})
Output (patch)
notes:
- "codex-plan: [APPROVE/REJECT], warnings=[count]"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です