agentsclimarketplace

Intent guard

Skill pedroberaldo87/pedro-plugins/plugins/intent-guard/skills/intent-guard

Marketplace privado de 17 plugins (skills, hooks e automações) pessoais para Claude Code.

Install
npx -y skills add pedroberaldo87/pedro-plugins --skill intent-guard

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use quando o usuário digitar /intent-guard (status, baixa N, off, on, projeto-off, projeto-on), perguntar o que está no caderno de pedidos, pedir para arquivar um pedido, ou quando o gate de entrega do intent-guard bloquear o Stop. Mostra e opera o ledger de pedidos verbatim e a auditoria independente de entrega. Plugin EXPERIMENTAL — baixa automática por auditoria pode migrar para baixa manual.

SKILL.md

2.4 KB, as published. Nobody here has run it

intent-guard — comandos e obrigações

O ledger fica em <projeto>/.claude/intent/ledger.jsonl (invisível pro git via .git/info/exclude). Toda operação passa pelo CLI: python3 ${CLAUDE_PLUGIN_ROOT}/lib/ledger.py <cmd> --cwd <projeto>.

Comandos

Pedido do usuárioAção
/intent-guard statusRode ledger.py status --cwd $PWD e mostre TUDO: vivos, resolvidos E os descartados como conversa (pra o usuário pescar erro de classificação). Passou de 10 linhas → renderize via /visual.
/intent-guard baixa <n>ledger.py baixa --cwd $PWD --id p-<n> --by usuario --reason "<motivo que ele deu>". Confirme em 1 linha o que foi arquivado.
/intent-guard off / onEscreva off em ~/.claude/intent-guard/mode (ou remova o arquivo). Vale pra TODAS as sessões e projetos, sem reload.
/intent-guard projeto-off / projeto-onCrie/remova o arquivo .claude/intent/off no projeto atual.

Quando o gate de entrega bloquear o Stop

Siga as instruções do bloqueio À RISCA:

  1. O prompt do auditor é references/auditor-prompt.md deste plugin — passe o texto VERBATIM ao subagente + o bloco DADOS do bloqueio. NÃO reescreva, NÃO resuma, NÃO acrescente contexto da conversa (o auditor é independente DE PROPÓSITO — qualquer contexto seu contamina a auditoria).
  2. Depois do veredito, tente encerrar de novo — o hook valida e transcreve.
  3. OBRIGATÓRIO: mostre a tabela de vereditos ao usuário (pedido → veredito → CONFIRMADO/INFERIDO → evidência). Mais de 10 linhas → /visual. "Entregue" sem mostrar a tabela é violação desta skill.

Regras EXPERIMENTAIS (decisão de projeto, 2026-07-24)

Baixa automática: FEITO+CONFIRMADO arquiva sozinho. Se isso se mostrar traiçoeiro, a migração é: remover o bloco de baixa em apply_audit() no lib/ledger.py — os vereditos continuam, só a baixa vira manual.

Sem claude no PATH, sessão sem plan mode não classifica crus → gate de entrega pode não cobrar (fail-open documentado).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.