10x-impl-review

Review implementation against plan for drift, safety issues, and pattern compliance.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ZawilecxD/trAInR --skill 10x-impl-review-zawilecxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/ZawilecxD/trAInR/tree/main/.cursor/skills/10x-impl-review
Command: npx skills add https://github.com/ZawilecxD/trAInR --skill 10x-impl-review-zawilecxd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? After implementing a plan, code often drifts from the original intent, introduces security or reliability risks, or breaks existing conventions. This Skill systematically compares actual implementation work against the plan to catch drift, dangerous decisions, and pattern misuse before they compound. ## Core Features & Use Cases - Plan Drift Detection: Uses parallel sub-agents to verify each planned change matches the actual code, flagging missing, drifted, or unplanned changes. - Safety & Quality Scan: Checks changed files for security, performance, reliability, and data-safety issues, plus pattern consistency with existing code. - Structured Report & Interactive Triage: Produces a severity-ranked findings report with dimension verdicts, then walks through each finding interactively to apply fixes, record lessons, or skip. - Use Case: After finishing phase 3 of a multi-phase feature, run the review to confirm the implementation matches the plan, catch an unplanned API endpoint, and fix a SQL injection issue before merging. ## Quick Start Ask the AI to review the implementation of the current change against its plan using the 10x-impl-review skill.

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 implementation against a plan?

Run the skill with a change ID, plan path, or phase number. It loads the plan, detects the git diff scope, and launches parallel sub-agents to check plan drift and safety issues, then presents a findings report for triage.

How to review only one phase of a multi-phase plan?

Pass a phase number such as "phase 3" as the argument. The review scopes itself to that phase's planned changes and success criteria while still checking whether its changes broke assumptions from earlier phases.

Can I resume a saved implementation review later?

Yes. Saved reports contain an IMPL-REVIEW-REPORT marker and per-finding Decision fields. Passing the saved report path resumes triage at the remaining PENDING findings without re-running the analysis.

What kinds of issues does an implementation review catch?

It catches plan drift, unplanned scope additions, missing implementations, security risks like injection and hardcoded secrets, performance problems like N+1 queries, missing error handling, and pattern inconsistencies with existing code.

When should I not run an implementation review?

Do not run it on archived plans under context/archive, since reviews are not appended to archived plans. It is also a review-only tool by default, so it only edits code when you explicitly choose a fix during triage.