10x-plan-review

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

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-plan-review-michaail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/michaail/hybrid-logs-analyzer/tree/main/.cursor/skills/10x-plan-review
Command: npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-plan-review-michaail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Flawed implementation plans cause wasted hours of rework when contradictions, missing phases, or unverified assumptions surface mid-build. This Skill catches substance problems in a plan before any code is written. ## 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. - Codebase grounding and verification: Checks that referenced file paths and symbols exist, and launches a sub-agent to verify the riskiest claims against actual code with file:line evidence. - Interactive triage workflow: Presents findings with concrete fix options, walks through decisions one by one, applies minimal plan edits, and supports resuming from a saved report. - Use Case: After drafting a plan with /10x-plan, run this Skill to validate that success criteria map to phases, API contracts are consistent, and rollback paths exist before starting implementation. ## Quick Start Ask the assistant to review the plan at context/changes/my-change/plan.md and triage any findings it reports.

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 actual codebase. Findings are presented with severity, impact, and concrete fix options for interactive triage.

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 referenced in the plan actually exist.

Can I resume a plan review triage session later?

Yes. Save the generated report, which contains a PLAN-REVIEW-REPORT marker and PENDING decision fields. Re-run the Skill with the saved report path to resume triage exactly where you left off.

What is the difference between quick mode and deep mode plan review?

Quick mode (--quick flag) performs document-only analysis: internal consistency, grounding checks, and substance analysis. Deep mode additionally launches a sub-agent to verify the riskiest claims against actual code, sweep for unlisted callers, and check for pattern duplication.

When should I not run a plan review?

Do not run it on archived plans under context/archive/, since the Skill refuses to write reviews there. It is also unnecessary for trivial changes where no phased plan document exists, since the review operates on structured plan.md files.