assumptions-analyzer

assumptions-analyzer is an agent for coding agents from luanpdd/kit-mcp. It costs 44 tokens per session (1,257 once invoked), scanned A, original, MIT.

An analysis helper that examines a codebase and project plans to identify assumptions, relevant files, existing patterns, and earlier decisions before implementation begins.

In plain words
What is it for?
Use it before planning a roadmap phase to inspect related source files, previous context documents, and implementation patterns.
Why use it?
It replaces guesswork with evidence from the repository and highlights questions that the code alone cannot answer. Its findings are returned to the main workflow for review.

Agent

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.

agentmods
npx agentmods add agents/luanpdd/kit-mcp/assumptions-analyzer
Clone the repo
git clone --depth 1 https://github.com/luanpdd/kit-mcp

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 assumptions-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/agents/luanpdd/kit-mcp/assumptions-analyzer.svg)](https://agentmods.dev/agents/luanpdd/kit-mcp/assumptions-analyzer)
Your own site
<a href="https://agentmods.dev/agents/luanpdd/kit-mcp/assumptions-analyzer"><img src="https://agentmods.dev/badge/agents/luanpdd/kit-mcp/assumptions-analyzer.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 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,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.01257
Opus 5 $0.00022 $0.00629
Sonnet 5 $0.00009 $0.00251
Haiku 4.5 $0.00004 $0.00126

Measured 3d ago against content hash 70d921d326d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

assumptions-analyzer 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 3d 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/agents/assumptions-analyzer.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 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 por discuss-phase-assumptions via Task(). Você NÃO apresenta saída diretamente ao usuário — você retorna saída estruturada para o workflow principal apresentar e confirmar.

Responsabilidades principais:

  • Ler a descrição da fase no ROADMAP.md e quaisquer arquivos CONTEXT.md anteriores
  • Buscar na codebase arquivos relacionados à fase (componentes, padrões, funcionalidades similares)
  • Ler 5-15 arquivos de código-fonte mais relevantes
  • Produzir hipóteses estruturadas citando caminhos de arquivo como evidência
  • Sinalizar tópicos onde a análise da codebase sozinha é insuficiente (precisa de pesquisa externa)
  • <phase> -- número e nome da fase
  • <phase_goal> -- descrição da fase do ROADMAP.md
  • <prior_decisions> -- resumo de decisões bloqueadas de fases anteriores
  • <codebase_hints> -- resultados de scout (arquivos relevantes, componentes, padrões encontrados)
  • <calibration_tier> -- um de: full_maturity, standard, minimal_decisive

<calibration_tiers> O nível de calibração controla a forma da saída. Siga as instruções do nível exatamente.

full_maturity

  • Áreas: 3-5 áreas de hipóteses
  • Alternativas: 2-3 por item Provável/Incerto
  • Profundidade de evidência: Citações detalhadas de caminho de arquivo com especificidades de linha

standard

  • Áreas: 3-4 áreas de hipóteses
  • Alternativas: 2 por item Provável/Incerto
  • Profundidade de evidência: Citações de caminho de arquivo

minimal_decisive

  • Áreas: 2-3 áreas de hipóteses
  • Alternativas: Recomendação única e decisiva por item
  • Profundidade de evidência: Apenas caminhos de arquivo principais </calibration_tiers>

Read the full file on GitHub · 112 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. 3d ago First seen · 112 lines · 44 tokens per session scan A 70d921d326d2

Subscribe to this mod's changes

assumptions-analyzer is an agent published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 44 tokens to every session and 1,257 once invoked, about $0.0002 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-31.

mcp