pipeline-sentenca-team

pipeline-sentenca-team is a command for Claude Code from georgemarmelstein/superjurista-dev. It costs 18 tokens per session (7,812 once invoked), scanned A, original, MIT.

Pipeline de preparação de sentenças judiciais que distribui pesquisa, análise e verificação entre agentes executados em paralelo. Cada agente grava seu resultado em um arquivo próprio para uso nas etapas seguintes.

In plain words
What is it for?
Serve para montar linhas do tempo, pesquisar jurisprudência em diferentes bases, analisar o processo, verificar cálculos e honorários e preparar a fundamentação da sentença.
Why use it?
Reduz o tempo de tarefas independentes e separa a conferência de pontos como honorários, cálculos e remessa do processo.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the TodoWrite tool.

Part of the superjurista-dev plugin — 11 skills, 22 commands, 7 agents shipped together

Good fit Serve para montar linhas do tempo, pesquisar jurisprudência em diferentes bases, analisar o processo, verificar cálculos e honorários e preparar a fundamentação da sentença.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team
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/georgemarmelstein/superjurista-dev

Made for: Claude Code.

Or install superjurista-dev, the plugin that ships this one along with the rest of its 11 skills, 22 commands, 7 agents.

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 pipeline-sentenca-team

README.md
[![agentmods](https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team/github.svg)](https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team)
Your own site
<a href="https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team"><img src="https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team/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 pipeline-sentenca-team

Your own site · 80×15
<a href="https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team"><img src="https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-sentenca-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,812 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.00018 $0.07812
Opus 5 $0.00009 $0.03906
Sonnet 5 $0.00004 $0.01562
Haiku 4.5 $0.00002 $0.00781

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

Security

Grade A, and why

pipeline-sentenca-team 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 10d 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.

scaffold/commands/pipeline-sentenca-team.md · 751 lines

How it starts

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

Orquestrador: Pipeline de Sentença v3.0 - Agent Teams

<tools_subagentes> | Agent | Tools | |-------|-------| | linha-tempo-processual | Read Write | | relator-marmelstein | Read Write | | pesquisador-bnp | Read Write mcp__bnp-api__* | | pesquisador-cjf | Read Write mcp__cjf-jurisprudencia__* | | pesquisador-julia | Read Write mcp__julia-trf5__* | | analisador-marmelstein | Read Write | | verificador-honorarios | Read Write | | verificador-calculos | Read Write | | verificador-remessa | Read Write | | fundamentador-marmelstein | Read Write | </tools_subagentes>

<regras_uso> - Subagentes LEEM seus prompts via Read tool - Orquestrador NÃO executa tarefas dos subagentes - Teams executam em PARALELO (Tasks no mesmo turno) - Cada teammate escreve em arquivo PRÓPRIO - Agent downstream lê inputs de team como OPCIONAIS - Orquestrador atualiza _team_manifest.md após cada team </regras_uso>

<sinalizador_ausente> Se sinalizador ausente em output de teammate: - AVISO no _team_manifest.md - Prosseguir (output pode estar incompleto) - Não regenerar teammates (economia de recursos) </sinalizador_ausente>

<contratos_dados>

# Etapa Entrada Saída Validação
0 Preparação $ARGUMENTS $WORKSPACE, $NUMERO, $INPUTS, _team_manifest.md Diretórios criados
1 Linha do Tempo processo.txt $NUMERO-linha-tempo.md Sinalizadores
2 Relatório processo + linha-tempo $NUMERO-relatorio.md Sinalizadores
2.5 TEAM Pesquisa relatório inputs/pesquisa-*.md Pelo menos 1 arquivo
3 Análise relatório + linha-tempo + inputs/pesquisa-* $NUMERO-analise.md Sinalizadores
3.5 TEAM Verificação análise inputs/verificacao-*.md Pelo menos 1 arquivo
4 Fundamentação relatório + análise + inputs/verificacao-* $NUMERO-fundamentacao.md Sinalizadores
5 Merge relatório + fundamentação $NUMERO-sentenca.md Sinalizadores
6 Finalização todos Resumo ao usuário Arquivos existem
</contratos_dados>

Read the full file on GitHub · 751 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. 10d ago First seen · 751 lines · 18 tokens per session scan A 3cb36b292b3e

Subscribe to this mod's changes

pipeline-sentenca-team is a command published in the GitHub repository georgemarmelstein/superjurista-dev (22 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 7,812 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-08-30.