10x-impl-review

Review implementation against plan for drift and pattern compliance.

Updated May 18, 2026
One-click install
npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-impl-review-pixelsculptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/PixelSculptor/osce-triager/tree/main/.claude/skills/10x-impl-review
Command: npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-impl-review-pixelsculptor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure that the implementation of a project aligns with the original plan, catching deviations, dangerous decisions, and pattern non-compliance early in the development process.

Core Features & Use Cases

  • Implementation Review: Compare actual implementation against the original plan for drift, dangerous decisions, and pattern compliance.
  • Review Phases: Perform a review after each phase or a full review after all phases.
  • Review Types: Fresh review or resume sorting from a saved review.
  • Automated Verification: Execute automated checks for success criteria.
  • Manual Verification: Manually verify progress and criteria adherence.

Quick Start

Run the 10x-impl-review skill with the path to the plan file and specify the phase, e.g., '10x-impl-review path/to/plan.md phase 3'.

Frequently Asked Questions about 10x-impl-review

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

FAQPage Schema
How do I review code implementation for deviations from the original plan?

You can review code implementation for drift by running the review skill with the path to your plan file and specifying the phase, such as '10x-impl-review path/to/plan.md phase 3'.

Can I perform an implementation review after each development phase instead of waiting until the end?

You can perform a review after each development phase or conduct a full review after all phases are complete to check pattern compliance and catch deviations early.

How do I resume an implementation review from a previously saved state?

You can resume an implementation review from a saved state by selecting the resume sorting review type to continue verifying progress and criteria adherence from where you left off.

Do I need Python to run automated checks for project success criteria?

Yes, Python is required because the automated verification of success criteria relies on Python for task handling and user interaction during the implementation review process.

What is the best way to check code for dangerous decisions and pattern non-compliance?

The best way to check code for dangerous decisions and pattern non-compliance is to use an implementation review tool that reads files, executes bash commands, and compares actual implementation against the original plan.