pesquisar-fase

pesquisar-fase is a command for Claude Code from luanpdd/kit-mcp. It costs 22 tokens per session (1,518 once invoked), scanned A, original, MIT.

A standalone research command for investigating how to implement a project phase before deciding how to plan it.

In plain words
What is it for?
Use it to investigate implementation approaches and gather technical context for a roadmap phase.
Why use it?
It lets you research technical approaches separately when planning has not started, needs to be revisited, or depends on feasibility questions.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to investigate implementation approaches and gather technical context for a roadmap phase.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/luanpdd/kit-mcp/pesquisar-fase
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 pesquisar-fase

README.md
[![agentmods](https://agentmods.dev/badge/commands/luanpdd/kit-mcp/pesquisar-fase/github.svg)](https://agentmods.dev/commands/luanpdd/kit-mcp/pesquisar-fase)
Your own site
<a href="https://agentmods.dev/commands/luanpdd/kit-mcp/pesquisar-fase"><img src="https://agentmods.dev/badge/commands/luanpdd/kit-mcp/pesquisar-fase/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pesquisar-fase

Your own site · 80×15
<a href="https://agentmods.dev/commands/luanpdd/kit-mcp/pesquisar-fase"><img src="https://agentmods.dev/badge/commands/luanpdd/kit-mcp/pesquisar-fase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 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,518 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.00022 $0.01518
Opus 5 $0.00011 $0.00759
Sonnet 5 $0.00004 $0.00304
Haiku 4.5 $0.00002 $0.00152

Measured 8d ago against content hash e524734d6f4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pesquisar-fase 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 8d 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.

kit/commands/pesquisar-fase.md · 196 lines

How it starts

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

Nota: Este é um comando de pesquisa standalone. Para a maioria dos fluxos, use /planejar-fase que integra a pesquisa automaticamente.

Use este comando quando:

  • Você quer pesquisar sem planejar ainda
  • Você quer re-pesquisar após o planejamento estar completo
  • Você precisa investigar antes de decidir se uma fase é viável

Papel do orquestrador: Analisar fase, validar contra o roadmap, verificar pesquisa existente, reunir contexto, invocar agente pesquisador, apresentar resultados.

Por que subagente: Pesquisa consome contexto rapidamente (WebSearch, consultas Context7, verificação de fontes). Contexto fresco de 200k para investigação. Contexto principal fica enxuto para interação com o usuário.

<available_agent_types> Tipos de subagentes framework válidos (use nomes exatos — não use 'general-purpose' como fallback):

  • phase-researcher — Pesquisa abordagens técnicas para uma fase </available_agent_types>

Normalizar entrada da fase no passo 1 antes de qualquer busca de diretório.

0. Inicializar Contexto

INIT=$(node "./.claude/framework/bin/tools.cjs" init phase-op "$ARGUMENTS")
if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi

Extrair do JSON de init: phase_dir, phase_number, phase_name, phase_found, commit_docs, has_research, state_path, requirements_path, context_path, research_path.

Resolver modelo do pesquisador:

RESEARCHER_MODEL=$(node "./.claude/framework/bin/tools.cjs" resolve-model phase-researcher --raw)

1. Validar Fase

PHASE_INFO=$(node "./.claude/framework/bin/tools.cjs" roadmap get-phase "${phase_number}")

Se found for false: Erro e sair. Se found for true: Extrair phase_number, phase_name, goal do JSON.

2. Verificar Pesquisa Existente

ls .planning/phases/${PHASE}-*/RESEARCH.md 2>/dev/null

Read the full file on GitHub · 196 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. 8d ago First seen · 196 lines · 22 tokens per session scan A e524734d6f4e

Subscribe to this mod's changes

pesquisar-fase is a command published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 22 tokens to every session and 1,518 once invoked, about $0.0001 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-09-03.