بنقرة واحدة
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.