10x-impl-review

Compare code implementations against plans to detect drift and non-compliance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review of code implementations against plans, identifying drift, dangerous decisions, and non-compliance with patterns, improving code quality and safety.

Core Features & Use Cases

  • Implementation Review: Compare actual code against plans to detect drift, dangerous decisions, and non-compliance with patterns.
  • Phase Review: Review a specific phase of implementation quickly.
  • Full Plan Review: Perform a comprehensive review of the entire plan.
  • Resume Triage: Resume a saved review session.
  • Findings Report: Generate a detailed report of findings, including severity, impact, and recommendations.

Quick Start

Run the 10x-impl-review skill with the path to the implementation plan file, e.g., /10x-impl-review @context/changes/12345/plan.md

Frequently Asked Questions about 10x-impl-review

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

FAQPage Schema
How do I automate code review for implementation drift against a plan?

Automating implementation review requires comparing actual code against a plan file to detect drift, dangerous decisions, and pattern non-compliance. You provide the plan path, and the review generates a findings report with severity, impact, and recommendations.

What is implementation drift detection in software engineering?

Implementation drift detection identifies dangerous decisions and pattern non-compliance by comparing actual code against original implementation plans. It ensures code quality and safety by flagging deviations during the review process.

How do I review a specific implementation phase for safety and pattern compliance?

Reviewing a specific phase for safety and pattern compliance involves running a phase review against your implementation plan. This quickly isolates dangerous decisions and drift for that stage, generating targeted findings.

Do I need an implementation plan file to check code for pattern compliance?

Yes, an implementation plan file is required to check code for pattern compliance. The review process compares actual code repositories against these plans to identify drift and ensure safety standards are met.

What is the best way to generate a code review findings report with severity levels?

Generating a findings report with severity levels requires performing a full plan review comparing code against implementation plans. The resulting report details severity, impact, and recommendations for any detected drift or non-compliance.

Can I resume a saved implementation review session if it gets interrupted?

Yes, you can resume a saved implementation review session using the resume triage feature. This allows you to continue checking code for drift and pattern compliance without restarting the full analysis.