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.
npx agentmods add agents/luanpdd/kit-mcp/assumptions-analyzergit clone --depth 1 https://github.com/luanpdd/kit-mcpWrote 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.
[](https://agentmods.dev/agents/luanpdd/kit-mcp/assumptions-analyzer)<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>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.
| Model | Per session | Once 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 |
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.
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>
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.
- 3d ago First seen · 112 lines · 44 tokens per session scan A 70d921d326d2
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.