executar-fase

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

A workflow command that runs all plans in a project phase, grouping independent plans into waves and assigning them to helper agents.

In plain words
What is it for?
Use it to execute a planned phase, run independent work in parallel, and collect each plan's results.
Why use it?
It coordinates large phases without making one agent hold every plan and result in its working context. Optional wave control lets you run the phase in stages.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Good fit Use it to execute a planned phase, run independent work in parallel, and collect each plan's results.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/luanpdd/kit-mcp/executar-fase.svg)](https://agentmods.dev/commands/luanpdd/kit-mcp/executar-fase)
Your own site
<a href="https://agentmods.dev/commands/luanpdd/kit-mcp/executar-fase"><img src="https://agentmods.dev/badge/commands/luanpdd/kit-mcp/executar-fase.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 806 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.00019 $0.00806
Opus 5 $0.00010 $0.00403
Sonnet 5 $0.00004 $0.00161
Haiku 4.5 $0.00002 $0.00081

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

Security

Grade A, and why

executar-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 4d 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/executar-fase.md · 60 lines

What it actually says

O orquestrador se mantém enxuto: descobrir planos, analisar dependências, agrupar em ondas, invocar subagentes, coletar resultados. Cada subagente carrega o contexto completo de execute-plan e cuida do seu próprio plano.

Filtro de onda opcional:

  • --wave N executa apenas a Onda N para controle de ritmo, gestão de cota ou lançamento em etapas
  • verificação/conclusão da fase ainda ocorre apenas quando não há planos incompletos restantes após a onda selecionada terminar

Regra de tratamento de flags:

  • As flags opcionais documentadas abaixo são comportamentos disponíveis, não comportamentos ativos implícitos
  • Uma flag está ativa apenas quando seu token literal aparece em $ARGUMENTS
  • Se uma flag documentada estiver ausente de $ARGUMENTS, trate-a como inativa

Orçamento de contexto: ~15% orquestrador, 100% fresco por subagente.

<execution_context> @./.claude/framework/workflows/execute-phase.md @./.claude/framework/references/ui-brand.md </execution_context>

Flags opcionais disponíveis (somente documentação — não automaticamente ativas):

  • --wave N — Executar apenas a Onda N na fase. Use quando quiser controlar o ritmo da execução ou ficar dentro dos limites de uso.
  • --gaps-only — Executar apenas planos de fechamento de lacunas (planos com gap_closure: true no frontmatter). Use após verify-work criar planos de correção.
  • --interactive — Executar planos sequencialmente inline (sem subagentes) com checkpoints de usuário entre tarefas. Menor uso de tokens, estilo programação em par. Melhor para fases pequenas, correções de bugs e lacunas de verificação.
  • [modelo] — token de modelo no fim (opus|sonnet|haiku|inherit ou id do runtime, ex.: /executar-fase 3 --wave 1 haiku). Força o modelo do executor só nesta execução — override de prioridade máxima sobre o perfil. Absorvido do execute <plano> <modelo> do improve.

Flags ativas devem ser derivadas de $ARGUMENTS:

  • --wave N está ativa somente se o token literal --wave estiver presente em $ARGUMENTS
  • --gaps-only está ativa somente se o token literal --gaps-only estiver presente em $ARGUMENTS
  • --interactive está ativa somente se o token literal --interactive estiver presente em $ARGUMENTS
  • Se nenhum desses tokens aparecer, executar o fluxo padrão de execução completa da fase sem filtragem específica de flag
  • Não inferir que uma flag está ativa apenas porque está documentada neste prompt

Arquivos de contexto são resolvidos dentro do workflow via tools init execute-phase e blocos <files_to_read> por subagente.

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. 4d ago First seen · 60 lines · 19 tokens per session scan A ff01e6b58a58

Subscribe to this mod's changes

executar-fase is a command published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 806 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.