10x-impl-review

Review code implementations against plans for drift and compliance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures code quality and safety by reviewing implementations against the plan for drift, dangerous decisions, and pattern compliance, saving time and avoiding future issues.

Core Features & Use Cases

  • Review Implementation: Compare actual code with the plan, catch drift and architectural violations early.
  • Phase and Full Plan Reviews: Choose a granular approach or a comprehensive sweep of all phases.
  • Sub-Agent Based Review: Parallel analysis of drift detection and safety/pattern compliance using specialized sub-agents.
  • Automated and Manual Verification: Verify automated and manual success criteria to ensure completeness.
  • Report and Triage: Generate detailed reports and engage in interactive triage for resolution of findings.

Quick Start

To start the 10x-impl-review skill, point to a saved review file or a specific plan using '/10x-impl-review <plan-path>'.

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

You can automate code review against an implementation plan by pointing the tool to your saved plan file path, which triggers sub-agents to compare actual code, catch drift, and identify architectural compliance issues.

What is plan drift detection and how does it help code quality?

Plan drift detection compares actual code with the intended plan to catch architectural violations and dangerous decisions early, ensuring implementation aligns with safety requirements and avoiding future issues.

Do I need Python and git to run automated implementation tracking?

Yes, you need Python and git installed to run automated implementation tracking, as Python handles the scripting logic and git tracks code changes required for reviewing phase compliance and generating detailed reports.

Can I review code phase by phase instead of doing a full plan sweep?

Yes, you can choose a granular phase review approach or perform a comprehensive full plan sweep to check implementation adherence, allowing you to catch architectural violations at the scale that fits your current workflow.

How does sub-agent based code review work for security vulnerabilities?

Sub-agent based code review uses specialized parallel agents to separately analyze drift detection and safety or pattern compliance, verifying automated success criteria and engaging in interactive triage for resolving findings.

What is the best way to triage architectural compliance issues in git?

The best way to triage architectural compliance issues in git is to generate detailed review reports that identify drift and security vulnerabilities, then use interactive triage to resolve the findings against your original plan.