10x-plan-review

Review implementation plans for substance, feasibility, and architectural fitness.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-plan-review-leszekdnv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-plan-review
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-plan-review-leszekdnv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an in-depth review of implementation plans, identifying substance, feasibility, and architectural fitness issues before code is written.

Core Features & Use Cases

  • Substance Analysis: Checks for consistency within the plan and alignment with the desired end state.
  • Feasibility Review: Ensures the plan is implementable and meets feasibility criteria.
  • Architectural Fitness: Evaluates the plan's compatibility with the existing system architecture.
  • Use Case: When a user has a plan ready for implementation, use this Skill to get a detailed review that can help catch critical issues early.

Quick Start

Run the plan review for your document using the command: /10x-plan-review

Frequently Asked Questions about 10x-plan-review

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

FAQPage Schema
What is implementation plan review for software development?

Implementation plan review is the process of analyzing a proposed software development document for substance, feasibility, and architectural fitness to identify critical issues before any code is written.

How do I review a markdown implementation plan for feasibility?

You can review a markdown implementation plan for feasibility by parsing the file and executing defined rule checks that evaluate consistency, implementability, and alignment with the desired end state.

When do I need an architectural fitness analysis for my implementation plan?

You need an architectural fitness analysis when you have an implementation plan ready for development and want to verify its compatibility with your existing system architecture to prevent costly rework.

Does plan review work with markdown files only?

Yes, the plan review process requires parsing and analyzing markdown files to execute its feasibility checks and architectural fitness rules against your software development workflows.

What is the best way to catch design flaws before coding starts?

The best way to catch design flaws before coding is to perform a comprehensive plan review that applies defined rules to check substance consistency and feasibility within your implementation documents.

What are the limitations of automated plan review?

Automated plan review relies on executing predefined scripts and rules against markdown files, meaning its feasibility analysis is limited to the substance and architectural fitness explicitly documented within the parsed plan.