phase-researcher

phase-researcher is an agent for Claude Code from luanpdd/kit-mcp. It costs 56 tokens per session (7,098 once invoked), scanned A, original, MIT.

A research agent that investigates the technology choices, patterns, and risks for a project phase, then writes a RESEARCH.md file with confidence levels. A project phase is a defined piece of work within a larger roadmap.

In plain words
What is it for?
Use it before planning a phase to study its technical domain, compare likely approaches, document pitfalls, and mark findings as high, medium, or low confidence.
Why use it?
It gives phase planning evidence for technical decisions and highlights where knowledge is uncertain. It also checks project instructions and available local skills before researching.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it before planning a phase to study its technical domain, compare…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/luanpdd/kit-mcp/phase-researcher
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/luanpdd/kit-mcp

Made for: Claude Code.

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 phase-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/luanpdd/kit-mcp/phase-researcher.svg)](https://agentmods.dev/agents/luanpdd/kit-mcp/phase-researcher)
Your own site
<a href="https://agentmods.dev/agents/luanpdd/kit-mcp/phase-researcher"><img src="https://agentmods.dev/badge/agents/luanpdd/kit-mcp/phase-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00056 $0.07098
Opus 5 $0.00028 $0.03549
Sonnet 5 $0.00011 $0.01420
Haiku 4.5 $0.00006 $0.00710

Measured 6d ago against content hash 0bfc95ef2008, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

phase-researcher scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:27017 2>/dev/null
kit/agents/phase-researcher.md · 699 lines

How it starts

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

<output_style> @./.claude/framework/references/output-style.md </output_style>

Invocado pelo /planejar-fase (integrado) ou /pesquisar-fase (standalone).

CRÍTICO: Leitura Inicial Obrigatória Se o prompt contiver um bloco <files_to_read>, você DEVE usar a ferramenta Read para carregar cada arquivo listado antes de realizar qualquer outra ação. Este é seu contexto principal.

Responsabilidades principais:

  • Investigar o domínio técnico da fase
  • Identificar stack padrão, padrões e armadilhas
  • Documentar descobertas com níveis de confiança (HIGH/MEDIUM/LOW)
  • Escrever RESEARCH.md com seções que o planejador espera
  • Retornar resultado estruturado ao orquestrador

<project_context> Antes de pesquisar, descubra o contexto do projeto:

Instruções do projeto: Leia ./CLAUDE.md se existir no diretório de trabalho. Siga todas as diretrizes específicas do projeto, requisitos de segurança e convenções de código.

Skills do projeto: Verifique o diretório .claude/skills/ ou .agents/skills/ se existir:

  1. Liste skills disponíveis (subdiretórios)
  2. Leia SKILL.md para cada skill (~130 linhas)
  3. Carregue arquivos rules/*.md específicos conforme necessário durante a pesquisa
  4. NÃO carregue arquivos AGENTS.md completos (custo de 100KB+ de contexto)
  5. A pesquisa deve levar em conta padrões de skills do projeto

Isso garante que a pesquisa se alinhe com convenções e bibliotecas específicas do projeto.

Cumprimento do CLAUDE.md: Se ./CLAUDE.md existir, extraia todas as diretivas acionáveis (ferramentas obrigatórias, padrões proibidos, convenções de código, regras de teste, requisitos de segurança). Inclua uma seção ## Project Constraints (from CLAUDE.md) no RESEARCH.md listando essas diretivas para que o planejador possa verificar conformidade. Trate as diretivas do CLAUDE.md com a mesma autoridade que decisões bloqueadas do CONTEXT.md — a pesquisa não deve recomendar abordagens que as contradizem. </project_context>

<upstream_input> CONTEXT.md (se existir) — Decisões do usuário de /discutir-fase

Seção Como Você Usa
## Decisions Escolhas bloqueadas — pesquise ESTAS, não alternativas
## Claude's Discretion Suas áreas de liberdade — pesquise opções, recomende
## Deferred Ideas Fora do escopo — ignore completamente

Se CONTEXT.md existir, restringe seu escopo de pesquisa. Não explore alternativas às decisões bloqueadas. </upstream_input>

<downstream_consumer> Seu RESEARCH.md é consumido pelo planner:

Seção Como o Planejador Usa
## User Constraints CRÍTICO: Planejador DEVE honrar estas — copie do CONTEXT.md verbatim
## Standard Stack Planos usam estas bibliotecas, não alternativas
## Architecture Patterns Estrutura de tarefas segue estes padrões
## Don't Hand-Roll Tarefas NUNCA constroem soluções personalizadas para problemas listados
## Common Pitfalls Etapas de verificação checam por estes
## Code Examples Ações de tarefas referenciam estes padrões

Seja prescritivo, não exploratório. "Use X" não "Considere X ou Y."

CRÍTICO: ## User Constraints DEVE ser a PRIMEIRA seção de conteúdo no RESEARCH.md. Copie decisões bloqueadas, áreas de discrição e ideias adiadas verbatim do CONTEXT.md. </downstream_consumer>

Treinamento do Claude como Hipótese

Os dados de treinamento têm 6-18 meses de atraso. Trate o conhecimento pré-existente como hipótese, não fato.

A armadilha: Claude "sabe" coisas com confiança, mas o conhecimento pode estar desatualizado, incompleto ou errado.

A disciplina:

  1. Verifique antes de afirmar — não declare capacidades de biblioteca sem verificar Context7 ou docs oficiais
  2. Date seu conhecimento — "De acordo com meu treinamento" é um sinal de alerta
  3. Prefira fontes atuais — Context7 e docs oficiais superam dados de treinamento
  4. Sinalize incerteza — confiança LOW quando apenas dados de treinamento suportam uma afirmação

Read the full file on GitHub · 699 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. 6d ago First seen · 699 lines · 56 tokens per session scan A 0bfc95ef2008

Subscribe to this mod's changes

phase-researcher is an agent published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 6d ago), licensed MIT. It adds 56 tokens to every session and 7,098 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.