10x-plan-review

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

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-plan-review-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-plan-review
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-plan-review-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Flawed implementation plans waste hours of development time when contradictions, missing phases, or unverified assumptions surface mid-build. This Skill catches substance problems in a plan before any code is written, through structured analysis and codebase verification. ## Core Features & Use Cases - Internal consistency scanning: Detects contradictions between current-state analysis and phases, promise gaps between success criteria and planned work, and contract breaks across API endpoints. - Grounding and codebase verification: Checks that referenced file paths and symbols actually exist, and launches a sub-agent to verify the riskiest claims against real code with file:line evidence. - Five-dimension analysis with triage: Scores plans on End-State Alignment, Lean Execution, Architectural Fitness, Blind Spots, and Plan Completeness, then walks each finding through an interactive fix/skip/accept decision loop. - Use Case: After drafting a plan with /10x-plan, run this Skill to get a SOUND/REVISE/RETHINK verdict with severity-ranked findings and concrete fix options before starting implementation. ## Quick Start Ask the assistant to review the 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 file path or change ID, and it scans for contradictions, promise gaps, and contract breaks, then verifies risky claims against the codebase. It produces a severity-ranked findings report with a SOUND, REVISE, or RETHINK verdict.

What makes a good implementation plan review checklist?

A strong review checks end-state alignment, lean execution, architectural fitness, blind spots like rollback and error paths, and plan completeness. This Skill formalizes those five dimensions and verifies file paths and symbols actually exist in the codebase.

Can I resume a saved plan review later?

Yes. Reports are saved with a PLAN-REVIEW-REPORT marker and PENDING decision fields. Passing the saved report path back to the Skill resumes interactive triage exactly where it stopped.

What is the difference between plan review and implementation review?

Plan review asks whether the plan will work before any code is written, checking feasibility and consistency. Implementation review asks whether the built code matches what was planned, running after implementation completes.

When should I use the quick mode for plan review?

Use the --quick flag for document-only review when you want fast feedback without deep codebase verification. It skips the sub-agent step that verifies risky claims against actual code, so it suits lower-stakes or early-draft plans.