10x-plan-review

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

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-plan-review-assamir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/Assamir/ai-toolkit/tree/main/.cursor/skills/10x-plan-review
Command: npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-plan-review-assamir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Flawed implementation plans cause wasted hours of rework 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: Scores plans across End-State Alignment, Lean Execution, Architectural Fitness, Blind Spots, and Plan Completeness with severity- and impact-rated findings. - Grounding and codebase verification: Checks that referenced file paths and symbols actually exist, and uses a sub-agent to verify the riskiest claims against real code with file:line evidence. - Interactive triage with resume: Presents findings with fix options, applies chosen edits directly to the plan, and supports resuming from a saved report via the PLAN-REVIEW-REPORT marker. - Use Case: After drafting an implementation plan with /10x-plan, run this Skill to validate the plan's phases, success criteria, and contract surfaces, then triage each finding before starting /10x-implement. ## 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 writing code?

Run the plan review against your plan file, for example context/changes/<change-id>/plan.md. The review scans for contradictions, promise gaps, and contract breaks, verifies file paths and symbols against the codebase, then presents findings for interactive triage.

What does the 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 on file paths and symbols, plus a deep-mode sub-agent pass verifying the riskiest claims against actual code.

What is the difference between deep mode and quick mode?

Deep mode includes Step 3 codebase verification, where a sub-agent verifies the 3-5 riskiest claims, sweeps for unlisted callers, and checks for pattern proliferation. Quick mode (--quick flag) skips that step and relies on document analysis and grounding only.

Can I resume a plan review triage session later?

Yes. Save the report, which writes a file containing a PLAN-REVIEW-REPORT marker and Decision: PENDING fields. Passing that saved report path back to the review resumes triage at the first pending finding.

Why does the review refuse to write a report for some plans?

Reviews are refused when the resolved plan path is under context/archive/, because archived changes are frozen. The review prints a message stating reviews are not appended to archived plans and stops.