plan-review

Identify risks, gaps, and dependencies in execution plans before implementation.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/xiongxianfei/rigorloop --skill plan-review-xiongxianfei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/xiongxianfei/rigorloop/tree/main/.codex/skills/plan-review
Command: npx skills add https://github.com/xiongxianfei/rigorloop --skill plan-review-xiongxianfei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that execution plans are safe, complete, and ready for implementation by providing a structured review that identifies gaps, dependencies, risks, and alignment with proposals, specs, and architecture.

Core Features & Use Cases

  • Self-contained plan evaluation: verifies context, milestones, and validation steps so a new contributor can follow the plan.
  • Risk and dependency orchestration: maps sequencing, rollback, and recovery, ensuring alignment with ADRs and specs.
  • TDD readiness and maintainability: identifies tests to add or update and records decisions, findings, and action items.

Quick Start

Submit the concrete execution plan file to trigger a thorough review.

Frequently Asked Questions about plan-review

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

FAQPage Schema
How do I review an execution plan before coding to identify risks and dependencies?

To review an execution plan before coding, assess risks, map dependencies, and verify milestone alignment with proposals and specs. This structured plan evaluation outputs a verdict with findings and action items to ensure safe implementation.

What is a plan review and when do I need it for milestone-driven delivery?

A plan review is a structured assessment that identifies gaps, risks, and dependencies in a concrete execution plan. You need it for milestone-driven delivery when execution plans must trace to proposals, specs, ADRs, and test plans before implementation begins.

How do I check if my execution plan is ready for TDD and implementation?

Check execution plan readiness by identifying tests to add or update and recording decisions as findings. A thorough plan evaluation verifies TDD readiness, maintainability, and alignment with architecture specs before you start coding.

Do I need a complete plan file and related artifacts to assess execution plan risks?

Yes, assessing execution plan risks requires a complete plan file and related artifacts such as AGENTS.md and CONSTITUTION.md if present. These artifacts provide the context needed to map sequencing, rollback, and recovery strategies accurately.

What's the best way to find missing milestones in an architecture execution plan?

The best way to find missing milestones is a self-contained plan evaluation that verifies context and validation steps against architecture specs. This process outputs a verdict highlighting missing milestones and recommended actions for implementation.

What are the limitations of automated execution plan verification for proposal-driven development?

Automated execution plan verification relies on the completeness of submitted plan files and artifacts like ADRs. It cannot assess undocumented risks or missing proposals if those artifacts are absent, limiting its ability to trace full alignment in proposal-driven development.