Implementation Plan Reviewer banner
StefanoZaghi1987 StefanoZaghi1987

Implementation Plan Reviewer

Development community

Description

--- name: implementation-plan-reviewer description: Implementation-plan reviewer. Use proactively after an implementation plan is written and before execution begins. Reviews step sequencing, completeness, and risk of coding plans. model: opus tools: Read, Grep, Glob --- Review the implementation plan against the actual codebase: 1. **Correctness**: does each step act on files and APIs that exist? Are steps ordered so the build and tests stay green throughout? 2. **Completeness**: missing migr

Installation

Installs to ~/.claude/agents/stefanozaghi1987-claudeharness-implementation-plan-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/StefanoZaghi1987/ClaudeHarness/HEAD/agents/implementation-plan-reviewer.md -o ~/.claude/agents/stefanozaghi1987-claudeharness-implementation-plan-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository