10x-plan-review

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

1|Updated Feb 26, 2025
One-click install
npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-plan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/kryptonum-dev/fabryka-atrakcji/tree/main/.agents/skills/10x-plan-review
Command: npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-plan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents wasted engineering time by reviewing implementation plans for substance, feasibility, and architectural fitness before code starts.

Core Features & Use Cases

  • Plan substance & feasibility review: analyzes desired end state, success criteria, scope boundaries, decisions/assumptions, and progress structure to ensure the plan can actually be executed.
  • Consistency and contract checks: detects contradictions, promise gaps, contract-break risks across defined endpoints/surfaces, and validates ## Progress formatting against the required structure.
  • Grounding and optional code verification: performs path/symbol grounding checks and (in deep mode) verifies the riskiest claims against the codebase with evidence.

Quick Start

Ask to review a plan by providing the plan path or change-id, and request feedback on whether it will actually work.

Frequently Asked Questions about 10x-plan-review

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

FAQPage Schema
How do I validate an implementation plan before coding starts?

Reviewing an implementation plan involves scanning internal consistency, detecting contradictions, grounding file and symbol claims, and verifying the riskiest assumptions against the codebase to confirm the plan is architecturally fit and executable.

What does feasibility analysis check in a software implementation plan?

Feasibility analysis checks a plan's substance by validating the desired end state, success criteria, and scope boundaries, ensuring architectural fitness and that the implementation can actually be executed without wasted engineering time.

How do I check if my implementation plan contradicts existing codebase contracts?

You can check for contradictions by performing consistency and contract checks across defined endpoints and surfaces, detecting promise gaps and contract-break risks, and validating progress formatting against the required structure.

Can I verify the riskiest claims in my plan against the actual codebase?

Yes, deep mode verifies the riskiest claims against the codebase by performing path and symbol grounding checks, providing concrete evidence that architectural assumptions hold true before implementation begins.

What is the required progress format for a plan review?

The required progress format is a structured `## Progress` section within plan.md that enforces specific formatting contracts, allowing the review process to extract end-state, success criteria, and progress data accurately.

Do I need a plan.md file to perform an architecture and feasibility review?

Yes, loading plan.md is required to perform an architecture and feasibility review, while optional plan-brief.md and lessons.md files provide additional context for extracting end-state and success criteria.