onex-plan-review

Verify plan document integrity with adversarial pre-execution checks.

2|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Julian0444/omnicursor --skill onex-plan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onex-plan-review
Source: https://github.com/Julian0444/omnicursor/tree/main/.cursor/skills/onex-plan-review
Command: npx skills add https://github.com/Julian0444/omnicursor --skill onex-plan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring the integrity and quality of plan documents before execution, helping to prevent critical errors and improve workflow efficiency.

Core Features & Use Cases

  • Adversarial Pre-execution Check: Identifies potential issues in plan documents before they are executed.
  • Detailed Analysis: Conducts a thorough analysis covering numeric integrity, acceptance criteria strength, scope violations, integration traps, idempotency, and verification soundness.
  • Task-specific Verification: Provides specific checks for tasks, ensuring that they are accurately described and feasible.
  • Verdict Output: Provides a clear PASS/FAIL verdict based on the findings, with detailed findings for review.
  • Use Case: Before running the execute_plan skill, use onex-plan-review to verify the plan's integrity, catching potential issues early in the workflow.

Quick Start

Run the onex-plan-review skill on your plan file to check its integrity: /plan-review docs/plans/my-plan.md

Frequently Asked Questions about onex-plan-review

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

FAQPage Schema
What is an adversarial pre-execution check for plan documents?

An adversarial pre-execution check is a comprehensive analysis that verifies the integrity, accuracy, and feasibility of plan documents before execution. It identifies potential issues like numeric errors, scope violations, and integration traps to prevent critical workflow failures.

How do I check plan integrity before executing a project workflow?

To check plan integrity, run the pre-execution analysis on your plan file to evaluate task-specific details, acceptance criteria, and idempotency. This process outputs a clear PASS/FAIL verdict with detailed findings for your review.

Do I need Python to run a task analysis and verify my plan document?

Yes, you need Python installed to perform this task analysis and output formatting. The environment uses Python scripts to conduct the comprehensive verification checks and generate the final PASS/FAIL verdict.

What specific issues does a pre-execution plan review identify?

A pre-execution plan review identifies numeric integrity flaws, weak acceptance criteria, scope violations, integration traps, idempotency issues, and verification soundness problems. It ensures tasks are accurately described and feasible before execution.

When should I run a plan integrity check in my project management workflow?

You should run a plan integrity check immediately before executing your plan document. Running it pre-execution catches potential issues early in the workflow, ensuring accuracy and preventing critical errors during actual task execution.