recheck

Review modified files against the original plan for compliance.

14|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kojott/claude-replan --skill recheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recheck
Source: https://github.com/kojott/claude-replan/tree/main/plugin/skills/recheck
Command: npx skills add https://github.com/kojott/claude-replan --skill recheck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-implementation review ensures code matches the original plan and validates quality via parallel subagents for plan-compliance, security, and test coverage checks.

Core Features & Use Cases

  • Parallel review architecture: dispatches multiple specialized agents to assess plan compliance, code quality, security, and test coverage.
  • Fresh perspective: includes an agent that reads the plan cold to identify blind spots the others may miss.
  • Scope-aware validation: adapts reviews to the plan's complexity and project standards, reducing deviations and scope creep.

Quick Start

Run the /recheck flow after implementing changes to verify plan-alignment and quality across perspectives.

Frequently Asked Questions about recheck

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

FAQPage Schema
How do I verify code changes match the original implementation plan?

To verify code changes match the original implementation plan, you need a post-implementation review process that reads modified files alongside the plan to assess scope, detect deviations, and confirm compliance with project conventions.

How does parallel code review work for post-implementation checks?

Parallel code review for post-implementation checks works by dispatching multiple specialized agents simultaneously to evaluate plan compliance, security, test coverage, and code quality, including one agent reading the plan cold to identify blind spots.

What is the best way to prevent scope creep after implementing new features?

The best way to prevent scope creep after implementing new features is to run scope-aware validation that evaluates git history, diffs, and project conventions against the original plan to identify and reduce deviations.

How do I check if my git diff covers critical paths like error handling and security?

To check if your git diff covers critical paths like error handling and security, perform a plan-aligned review that confirms these considerations are properly covered and validates overall test coverage.

Can I use automated review agents when my base branch is unclear?

You can use automated review agents when your base branch is unclear, but the review process will request clarification on the base branch before proceeding to evaluate git history and diff accurately.

Do I need a CLAUDE.md file to perform plan-compliance reviews?

You need a CLAUDE.md file or similar project conventions document to perform plan-compliance reviews, as the review process evaluates your changes against these established project standards to ensure quality and alignment.