critic

Review implementation plans against source code to identify gaps and risks.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill critic-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critic
Source: https://github.com/FourthWiz/claude_dev_workflow/tree/main/dev-workflow/skills/critic
Command: npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill critic-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementation plans often miss hidden gaps, risks, and integration mismatches. An unbiased reviewer is needed to catch these issues before code is written.

Core Features & Use Cases

  • Fresh Session Review: Runs in a new AI session to avoid bias.
  • Multi‑Round Critique: Incorporates lessons learned on the first round and updates the cost ledger.
  • Code‑Plan Cross‑Check: Reads actual source files to verify plan claims against the codebase.
  • Structured Report: Produces a detailed critique with a pass/revise verdict and actionable suggestions.

Quick Start

Ask the critic to review my current implementation plan for gaps and risks.

Frequently Asked Questions about critic

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

FAQPage Schema
How do I detect hidden risks in a software implementation plan?

To identify gaps in a software implementation plan, use an unbiased reviewer to cross-check plan claims against actual source code. This process reads the plan, past lessons, and codebase to find integration mismatches, producing a detailed critique report with actionable suggestions.

What is a code-plan cross-check and when do I need it?

A code-plan cross-check verifies whether your implementation plan's claims match the actual codebase. You need this unbiased review during the codebase planning phase to catch integration issues and hidden gaps before any code is actually written.

How does a fresh AI session improve code review for implementation plans?

A fresh AI session improves code review by avoiding bias from previous context. It conducts a multi-round critique that incorporates lessons learned on the first round, updates the cost ledger, and uses the Opus model to thoroughly analyze source files and plan documentation.

Can I use an Opus model to review my codebase planning for integration issues?

Yes, you can use the Opus model to review codebase planning and detect integration issues. It reads your actual source files and implementation plans to generate a structured critique report, ultimately returning a clear pass or revise verdict.

What are the limitations of using an automated critic for risk analysis?

The limitation of using an automated critic for risk analysis is that it requires reading the plan, past lessons, and actual source code to function properly. It is strictly designed for the codebase planning phase to provide a fresh critique, not for live code execution or runtime debugging.