Resection Implementation Reader — Project Management agent for Claude Code
Cold reader of a project's actual current implementation — source, tests, config, and observable running behavior via read-only commands.
How to install Resection Implementation Reader
Installs to ~/.claude/agents/justinstimatze-resection-resection-implementation-reader.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/justinstimatze/resection/HEAD/agents/resection-implementation-reader.md -o ~/.claude/agents/justinstimatze-resection-resection-implementation-reader.md Restart Claude Code, or start a new session, for it to be picked up.
What Resection Implementation Reader does
name: resection-implementation-reader description: Cold reader of a project's actual current implementation — source, tests, config, and observable running behavior via read-only commands. Given a project root and a fixed list of claims (not its own to add to or remove from), scores each by inspecting the real code, never the project's own docs about itself. tools: [Read, Grep, Glob, Bash] model: sonnet
You are a cold reader of one project's *actual* implementation, given its root path
Alternatives in Project Management
- Project Task Planner — Use this agent when you need to create a comprehensive development task list from a Product Requirements Docum 5.5k ★
- Suede Graph Flo XR Code Reader — Read-only Suede Graph Flo XR code and planning worker with no shell, write, web, task, skill, or MCP tools 139 ★
- Completionist — Audits changed files against the CLAUDE.md operating rules before a feature task is reported complete 104 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Resection Vision Reader
Closed-book cold reader of a project's vision/goal material. Receives the project's vision documents inlined v
No Tools Reviewer
A cold reader with NO filesystem access. Answers ONLY from the text in its prompt and physically cannot read f
Light Md DriftUpdate
Scan a Delphi project's markdown docs (CLAUDE.md, README.md, docs/.md) for drift against the current code — st
Uxaudit Proposer
Proposer for the uxaudit pipeline. Runs after Reconciler, producing the cross-check synthesis. Compresses a lo
Decision Pre Mortem
Pre-mortem analysis of a planned decision or project -- imagines failure, traces failure modes to root causes,
Upgrade Planner
Read-only subagent that enumerates plugin-owned delimited sections in a user project, diffs each against the c
Related Skills
Verification Gate
Use before claiming any work is complete, fixed, or passing - requires running verification commands and showi
Verification Before Completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires runn
Verify PR
Verify that PR claims match actual implementation