원클릭으로
plan-reviewer
Review SDD task plans for execution blockers and return [OKAY] or [REJECT].
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review SDD task plans for execution blockers and return [OKAY] or [REJECT].
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Mandatory thoth-mem workflow contract for orchestrator/subagent memory ownership, parent session_id/project dispatch, prompt-save prohibitions, project-scoped read tools, session-summary ownership, and durable observation rules. Use whenever work mentions thoth-mem, persistent memory, orchestrator/subagents, session_id, project, saved prompts, session summaries, or project-level memory context.
Execute SDD task lists with real-time progress tracking, sub-agent dispatch, and verification checkpoints.
Generate phased `tasks.md` checklists from specs and design.
Repository understanding and hierarchical codemap generation
Mandatory step-0 requirements discovery for non-trivial work before any implementation or SDD routing decisions.
Execute assigned SDD tasks and return structured implementation results.
| name | plan-reviewer |
| description | Review SDD task plans for execution blockers and return [OKAY] or [REJECT]. |
| metadata | {"author":"oh-my-opencode-lite","version":"1.0"} |
Verify that an SDD task plan is executable, references valid files, and is safe to hand to implementation.
~/.config/opencode/skills/_shared/openspec-convention.md~/.config/opencode/skills/_shared/persistence-contract.md~/.config/opencode/skills/_shared/thoth-mem-convention.mdReview the tasks artifact for true execution blockers. Retrieve it according to
the persistence mode: read openspec/changes/{change-name}/tasks.md for
openspec/hybrid modes, use thoth-mem 3-layer recall for thoth-mem/hybrid modes,
or read from inline context for none mode.
The artifact governance validator is not part of this review. Plan-reviewer is
only the pre-execution approval gate for the task plan; it does not run the
validator, enforce its findings, or manage the future pre-sdd-apply handoff.
Focus on whether the plan can be executed as written, not whether you would have designed it differently.
change-namepipeline-type (accelerated or full)persistence-mode (thoth-mem, openspec, hybrid, or none)Recognize these checklist states in tasks.md:
- [ ] pending- [~] in progress- [x] completed- [-] skipped with reasonReview executability of the remaining work. If a task is marked - [-], ensure
the skip reason is explicit and does not hide a blocker.
Check only what affects executability:
Verification section.Verification section includes both:
Run:Expected:[OKAY].[REJECT] only for true blockers.If the plan is executable:
[OKAY]
- Brief confirmation that the plan is executable.
- Optional note on any non-blocking caution.
If the plan has blockers:
[REJECT]
1. <blocking issue>
2. <blocking issue>
3. <blocking issue>
For each rejected issue, include:
Approve when a competent implementer can execute the plan without guessing about critical paths, missing files, or missing verification instructions.