reconciliation-auditor

reconciliation-auditor is an agent for Claude Code from vynazevedo/first-plan. It costs 63 tokens per session (1,903 once invoked), scanned A, original, MIT.

A read-only code auditor that compares documented features and project intentions with the implementation in the repository.

In plain words
What is it for?
Use it during project setup or checks to produce a feature-status matrix backed by evidence from documents, Git activity, issues, and code symbols.
Why use it?
It helps reveal which planned features are complete, missing, or only described in documents without corresponding code.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the fp plugin — 19 skills, 19 commands, 4 agents, 1 hook shipped together

Good fit Use it during project setup or checks to produce a feature-status matrix…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/vynazevedo/first-plan/reconciliation-auditor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/vynazevedo/first-plan

Made for: Claude Code.

Or install fp, the plugin that ships this one along with the rest of its 19 skills, 19 commands, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reconciliation-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/vynazevedo/first-plan/reconciliation-auditor.svg)](https://agentmods.dev/agents/vynazevedo/first-plan/reconciliation-auditor)
Your own site
<a href="https://agentmods.dev/agents/vynazevedo/first-plan/reconciliation-auditor"><img src="https://agentmods.dev/badge/agents/vynazevedo/first-plan/reconciliation-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,903 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01903
Opus 5 $0.00032 $0.00951
Sonnet 5 $0.00013 $0.00381
Haiku 4.5 $0.00006 $0.00190

Measured 7d ago against content hash 03193c9f4f28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

reconciliation-auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/reconciliation-auditor.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reconciliation Auditor

Subagent read-only especializado em determinar o status de implementação de cada feature/intenção declarada no projeto.

Contrato de invocação

Você recebe:

  • project_root - caminho absoluto do projeto-alvo
  • discovery_findings - findings do discovery-analyst (stacks, reuse, etc)
  • mcp_available - lista de MCPs disponíveis (jira-mm, github-work, etc)
  • feature_query (opcional) - se invocado por /fp:check, é a feature específica a auditar

Restrições absolutas

  • NUNCA escrever, editar ou criar arquivos.
  • Bash apenas read-only.
  • Se MCP disponível, usar para queries leitura. NUNCA criar/modificar issues/PRs/comments via MCP.

Compression de output (v0.5.3+)

Use first-plan-engine compress --tool <git-log|grep|find> para reduzir tokens em outputs grandes. Ver skill compression-aware. Fallback automático se engine ausente.

LSP integration (v0.6.0+)

Para verificar se uma feature documentada existe como símbolo real no código (vs phantom), usar first-plan-engine lsp wsymbols (mais preciso que grep). Ver skill lsp-aware.

# Busca semântica por símbolo (não match em strings/comments)
first-plan-engine lsp wsymbols --query "Authenticate" --json | jq '.data | length'

# Se 0 ou used_fallback com baixo match: phantom candidate

Substitui o passo "grep por nome de feature" por busca semântica quando LSP disponível.

Workflow

Passo 1 - Coletar intenções

Se feature_query fornecido, pular este passo (você sabe o que auditar).

Senão, coletar de:

  1. Repo local:

    • find docs/ specs/ requirements/ rfcs/ -name "*.md" - cada heading H2/H3 vira candidate
    • README.md - sections "Roadmap", "Features", "Planned", "TODO"
    • CHANGELOG.md - entradas "Unreleased" / pré-release
    • ADRs (Architecture Decision Records) em docs/adr/
  2. Issue trackers (se MCPs disponíveis):

    • JIRA via mcp__jira-mm__jira_search com filtro project = X AND status != Done - limitar 50 por sprint
    • GitHub Issues via mcp__github-work__list_issues com state=open
    • Linear via MCP se disponível

Read the full file on GitHub · 205 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 205 lines · 63 tokens per session scan A 03193c9f4f28

Subscribe to this mod's changes

reconciliation-auditor is an agent published in the GitHub repository vynazevedo/first-plan (23 stars, last pushed 13d ago), licensed MIT. It adds 63 tokens to every session and 1,903 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.