plan-reviewer

Audit implementation plans for file existence and task clarity.

1|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill plan-reviewer-eremesng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-reviewer
Source: https://github.com/EremesNG/oh-my-opencode-lite/tree/main/src/skills/plan-reviewer
Command: npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill plan-reviewer-eremesng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews implementation plans in .omolite/plans/ (generated with writing-plans) or actively running plans (executed with executing-plans) to verify they are executable before starting or resuming implementation. Use whenever the user asks to review, validate, or audit a plan, when a plan was just created and needs approval before handing off to Architect, or when you want to catch blockers before execution begins.

Core Features & Use Cases

  • Verify referenced files exist and contain what is claimed

  • Ensure each task has enough context to start working

  • Catch BLOCKING issues only — things that would completely stop execution

  • Use Case: When a user asks to review a new plan, the reviewer confirms file references and plan readiness.

Quick Start

Ask the plan-reviewer to audit a plan by confirming that all referenced files exist and are accurate.

Frequently Asked Questions about plan-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an implementation plan before execution?

To audit an implementation plan before execution, verify that all referenced files exist and contain relevant content, while ensuring each task has enough context to start. The process defaults to approval when uncertain.

What is plan validation for blocking issues?

Plan validation for blocking issues is the process of catching conditions that would completely stop execution, such as missing file references or insufficient task-level clarity, prior to handing off or resuming implementation.

When do I need to review an implementation plan?

You need to review an implementation plan when a plan was just created and needs approval before handoff, or when you want to catch blockers before starting or resuming execution. It applies to new or updated plans.

How to verify file existence and content relevance in a plan?

To verify file existence and content relevance in a plan, audit the plan to confirm that referenced files actually exist and accurately contain what is claimed, ensuring tasks are executable and reference-accurate.

Does the plan reviewer approve plans when uncertain?

Yes, the plan reviewer defaults to APPROVE when uncertain. It focuses on catching BLOCKING issues only—things that would completely stop execution—rather than failing plans over minor ambiguities.

Can I use this to audit actively running plans?

Yes, you can use this to audit actively running plans. It applies to plans generated by planning workflows or executed during audits to verify they remain executable and reference-accurate when resuming implementation.