10x-plan-review

Review implementation plans for feasibility, architectural fitness, and completeness before coding begins.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-plan-review-oskarovsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-plan-review
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-plan-review-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Flawed implementation plans cause wasted engineering hours when gaps, contradictions, or unverifiable assumptions surface mid-build. This Skill catches substance problems in a plan before any code is written, through structured analysis and interactive triage. ## Core Features & Use Cases - Multi-dimensional plan analysis: Evaluates plans across End-State Alignment, Lean Execution, Architectural Fitness, Blind Spots, and Plan Completeness, producing severity-ranked findings (CRITICAL / WARNING / OBSERVATION). - Grounding and codebase verification: Checks that referenced file paths and symbols actually exist, and optionally launches a deep verification pass on the riskiest claims with file:line evidence. - Interactive triage workflow: Presents findings one at a time with fix options, applies approved edits directly to the plan file, and supports resuming from a saved report. - Use Case: After drafting an implementation plan with /10x-plan, run this Skill to validate the plan against the actual codebase, receive a verdict (SOUND / REVISE / RETHINK), and triage each finding before starting implementation. ## Quick Start Ask the assistant to review the implementation plan at context/changes/my-change/plan.md and triage the findings.

Frequently Asked Questions about 10x-plan-review

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

FAQPage Schema
How do I review an implementation plan before coding?

Point the Skill at a plan markdown file or a change ID whose folder contains plan.md. It scans for contradictions, promise gaps, and contract breaks, verifies paths and symbols against the codebase, then produces severity-ranked findings with fix options.

What does a plan review check for?

It evaluates five dimensions: End-State Alignment, Lean Execution, Architectural Fitness, Blind Spots, and Plan Completeness. It also runs grounding checks confirming that referenced file paths and symbols exist, plus an optional deep codebase verification of the riskiest claims.

Can I resume a plan review triage session later?

Yes. Save the report to the change folder, then rerun the Skill with the saved report path. It parses findings marked Decision: PENDING and resumes interactive triage where you left off.

What is the difference between deep mode and quick mode?

Quick mode (--quick flag) performs document-only analysis, skipping the codebase verification step. Deep mode additionally launches a sub-agent to verify the 3-5 riskiest claims against actual code with file:line evidence and a blast-radius sweep.

When should I not run a plan review?

Archived plans under context/archive/ are refused — reviews are not appended to archived changes. The Skill also only analyzes and reports; it does not rewrite the plan except for minimal edits approved during triage.