Borrowing it
Nothing to install: this file belongs to g-digital-by-Garrigues/GoCertius_MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/g-digital-by-Garrigues/GoCertius_MCP/main/.claude/commands/dossier-lifecycle.mdgit clone --depth 1 https://github.com/g-digital-by-Garrigues/GoCertius_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/commands/g-digital-by-garrigues/gocertius_mcp/dossier-lifecycle)<a href="https://agentmods.dev/commands/g-digital-by-garrigues/gocertius_mcp/dossier-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/gocertius_mcp/dossier-lifecycle/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.
<a href="https://agentmods.dev/commands/g-digital-by-garrigues/gocertius_mcp/dossier-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/gocertius_mcp/dossier-lifecycle.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.01132 |
| Opus 5 | $0.00000 | $0.00566 |
| Sonnet 5 | $0.00000 | $0.00226 |
| Haiku 4.5 | $0.00000 | $0.00113 |
Grade A, and why
dossier-lifecycle 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dossier Lifecycle
Create certified dossiers (tamper-evident PDFs) that bundle one or more evidence items from a case file.
Two creation modes
| Mode | Tool | Evidences | When to use |
|---|---|---|---|
| Express | dossier_group_certify |
All from ONE evidence group | Single group, one step |
| Full | dossier_create → dossier_evidence_link → dossier_certify |
Any subset from any groups | Multiple groups or specific evidence selection |
Full flow (multi-group)
-
Select a template (optional)
dossier_template_list— returns available templates with their IDs and translations- Pass the returned
idasdossierTemplateIdindossier_createif you need a specific template
-
Create a DRAFT dossier
dossier_createwith a generated UUIDid,caseFileId,name,language,validityFrom,validityTo- The dossier starts in
DRAFTstatus with 0 evidences
-
Link evidences
dossier_evidence_linkwithcaseFileId,dossierId,caseFileToLinkId(same ascaseFileIdwhen evidences are in the same case file), andids(array of evidence UUIDs)- Can be called once with all evidence IDs, or multiple times for different batches
- Only COMPLETED evidences from sealed groups can be linked
-
Certify
dossier_certifywithcaseFileIdanddossierId- Dossier transitions
DRAFT→CERTIFYING→CERTIFIED - Certification is asynchronous; poll
dossier_listuntilstatus: CERTIFIED - Note:
dossier_certifyhas no SSE bridge — always poll regardless of runtime
Express flow (single group)
dossier_group_certify id=<uuid> caseFileId=<id> evidenceGroupId=<group-id>
name="..." language=es_ES
[evidenceIds=["uuid1","uuid2"]] ← optional: filter specific evidences within the group
The express endpoint creates AND certifies in one call. Do NOT call it in parallel with the same id — the first call creates and certifies immediately, subsequent calls fail.
Example — all evidences across multiple groups
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.
- 10d ago First seen · 94 lines · 0 tokens per session scan A 7b8db0154fdf
dossier-lifecycle is a command published in the GitHub repository g-digital-by-Garrigues/GoCertius_MCP (0 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,132 tokens. 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 commands, from other repositories
audit-export
Exportar audit trail en JSON/CSV/PDF para auditorías externas. ISO 42001 & NIST AI RMF compliant.
sign
Sign a PDF — stamp a signature block (name + date, or a PNG signature) on a signed copy.
pipeline-minutar-pdf
Pipeline completo de sentença judicial a partir de PDF (conversão, linha-tempo, relatório, análise, fundamentação, merge).
baixar-inteligente
Pipeline inteligente - baixa processo especifico com selecao por LLM.
baixar-pje
Baixa processos do PJE (apenas PDF).
family-tree
A tool that reads a Japanese family-register PDF and creates a self-contained HTML family relationship chart for inheritance matters. A family register is an official record used to establish family relationships and status.