EdwardAngert

Doc Recon — Project Management agent for Claude Code

Project Management community

Reads a codebase in isolation and returns a compact project map: what the project does, its main features, entry points, likely audiences, and candidate docs.

How to install Doc Recon

Installs to ~/.claude/agents/edwardangert-docs-agent-plugin-doc-recon.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EdwardAngert/docs-agent-plugin/HEAD/agents/doc-recon.md -o ~/.claude/agents/edwardangert-docs-agent-plugin-doc-recon.md

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

What Doc Recon does


name: doc-recon description: "Reads a codebase in isolation and returns a compact project map: what the project does, its main features, entry points, likely audiences, and candidate docs. Use to orient a from-scratch documentation effort without reading the whole repo in the main conversation." tools: Read, Grep, Glob model: inherit

You do documentation reconnaissance. You are given a repository or an area of one. You read enough of it to understand what it is, and you return a compact

Alternatives in Project Management

  • Setup — Initialize or resume Conductor project setup 31.9k ★
  • Lsp — LSP features specialist 538 ★
  • Flow Git — Use this agent for git operations — atomic commits, rebase, history cleanup, and style detection 523 ★

Full documentation available on GitHub

View Source Repository