10x-plan-review

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

Updated May 23, 2026
One-click install
npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-plan-review-bms-kmusial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/BMS-kmusial/bms-stream-monitor/tree/main/.claude/skills/10x-plan-review
Command: npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-plan-review-bms-kmusial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Flawed implementation plans waste hours of development time when gaps, contradictions, or unverifiable assumptions surface mid-build. This Skill catches substance problems in a plan before any code is written, validating the plan against itself and against the actual codebase. ## Core Features & Use Cases - Multi-dimensional analysis: Scores plans across End-State Alignment, Lean Execution, Architectural Fitness, Blind Spots, and Plan Completeness with PASS/WARNING/FAIL verdicts. - Codebase grounding: Verifies file paths, symbols, and the riskiest plan claims against real code, including a blast-radius sweep for unlisted callers. - Interactive triage: Presents findings with severity and impact ratings, then walks through each one to apply fixes, accept risks, or dismiss issues, with resumable saved reports. - Use Case: After drafting an implementation plan for a database migration, run a review to discover that a 50M-row backfill lacks a rollback strategy, then apply the recommended fix directly to the plan. ## Quick Start Ask the assistant to review the implementation plan at context/changes/my-change/plan.md and triage any 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 your plan file, such as context/changes/<change-id>/plan.md, and it runs a structured review across five dimensions. It verifies claims against the codebase, then presents findings with severity ratings and fix options for interactive triage.

What does a plan review check for?

It checks internal contradictions, promise gaps between success criteria and phases, API contract breaks, file path and symbol existence, blast radius of modified functions, missing rollback and error paths, and plan completeness issues like vague instructions or TBDs.

Can I resume a saved plan review later?

Yes. Reports are saved to context/changes/<change-id>/reviews/plan-review.md with a PLAN-REVIEW-REPORT marker and PENDING decision fields. Passing the saved report path back to the skill resumes triage exactly where you left off.

What is the difference between deep and quick review modes?

Deep mode launches a sub-agent to verify the riskiest claims against actual code, sweep for unlisted callers, and check for pattern duplication. Quick mode, triggered with the --quick flag, skips codebase verification and analyzes only the document itself.

When should I not run a plan review?

Archived plans under context/archive/ are refused, since reviews are not appended to archived changes. The skill also only reviews and reports; it does not rewrite the plan unless you approve a specific fix during triage.