One-click install
npx skills add https://github.com/nodatall/primedirective --skill review-plan-nodatall
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/nodatall/primedirective/tree/main/skills/review-plan
Command: npx skills add https://github.com/nodatall/primedirective --skill review-plan-nodatall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unvetted $deliver execution plans often contain hidden blockers, scope gaps, dependency order errors, or missing acceptance criteria that only surface during implementation, leading to wasted engineering effort and rework.

Core Features & Use Cases

  • First-Principles Adversarial Council Review: Runs a structured internal adversarial review across multiple analytical lanes to pressure-test plans against first-principles standards.
  • Safe Auto-Fix Mode: Automatically applies safe, scope-preserving fixes to the execution plan for confirmed blocker and material issues by default.
  • Approval Gate Mode: Supports a read-only flag that writes proposed fixes to a review log for user approval before any plan edits are made.
  • Use Case: Before implementing a new feature planned via $deliver, run $review-plan to catch missing validation steps, unclear checkbox items, or scope shrinkage before any implementation code is written.

Quick Start

Use the review-plan skill to run an adversarial first-principles review of your active $deliver execution plan and apply safe plan-only fixes before starting implementation.

Frequently Asked Questions about review-plan

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

FAQPage Schema
How do I catch hidden blockers in an execution plan before implementation?▼

To catch hidden blockers in an execution plan before implementation, run an adversarial first-principles review that pressure-tests plan logic, scope gaps, and dependency orders against engineering standards.

What is adversarial plan review and how does it work?▼

Adversarial plan review is a structured analytical process that runs across multiple lanes to identify flawed logic, missing acceptance criteria, and scope shrinkage in execution plans before any code is written.

How do I apply automatic fixes to a plan after reviewing blockers?▼

You can apply automatic fixes to a plan after reviewing blockers using the safe auto-fix mode, which automatically applies scope-preserving corrections to confirmed material issues in the execution plan.

Can I review proposed plan fixes before any edits are made?▼

You can review proposed plan fixes before any edits are made by enabling approval gate mode, which writes proposed fixes to a read-only review log for user approval before modifying the plan.

When do I need an approval gate mode for plan reviews?▼

You need approval gate mode for plan reviews when working within strict engineering workflows that require manual user validation of proposed scope changes and blocker fixes before implementation begins.