EAD_Enterprise_Suite_MCP: Command for Claude Code

.claude/commands/dossier-lifecycle.md

dossier-lifecycle is a command for Claude Code from g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP. It costs 0 tokens per session (1,240 once invoked), scanned A, original, MIT.

A command guide for creating tamper-evident PDF certificates that bundle sealed evidence from an EAD case file. A case file is a workspace that groups related documents and processes.

In plain words
What is it for?
Use it to create certificates from one evidence group or selected evidence across several groups.
Why use it?
It clarifies when to use the one-step or multi-step creation process and how to move a dossier from draft to certified.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP's own configuration. It tells Claude Code how to work on EAD_Enterprise_Suite_MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything EAD_Enterprise_Suite_MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to g-digital-by-Garrigues/EAD_Enterprise_Suite_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.

Copy the file
curl -O https://raw.githubusercontent.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP/main/.claude/commands/dossier-lifecycle.md
Clone the repo
git clone --depth 1 https://github.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_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 dossier-lifecycle

README.md
[![agentmods](https://agentmods.dev/badge/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/dossier-lifecycle/github.svg)](https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/dossier-lifecycle)
Your own site
<a href="https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/dossier-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/ead_enterprise_suite_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.

agentmods 80×15 button for dossier-lifecycle

Your own site · 80×15
<a href="https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/dossier-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/dossier-lifecycle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,240 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.00000 $0.01240
Opus 5 $0.00000 $0.00620
Sonnet 5 $0.00000 $0.00248
Haiku 4.5 $0.00000 $0.00124

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

Security

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.

.claude/commands/dossier-lifecycle.md · 110 lines

How it starts

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

Dossier Lifecycle (EAD Enterprise Suite)

Create "Certificados de evidencia" — tamper-evident PDFs that bundle one or more sealed evidence items from any 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_createdossier_evidence_linkdossier_certify Any subset from any groups Multiple groups or specific selection

Full flow (multi-group)

  1. List templates

    • dossier_template_list() — returns available templates; note id and any required schema fields
  2. Create a DRAFT dossier

    • dossier_create with a generated UUID id, caseFileId, name, language, validityFrom, validityTo, dossierTemplateId
    • Optional: filledFields for template-required fields, password + confirmPassword for password-protected certificates
    • Dossier starts in DRAFT status
  3. Update metadata (optional)

    • dossier_update with caseFileId, dossierId, and any fields to change
    • Only allowed while the dossier is in DRAFT
  4. Browse linkable evidences (optional)

    • dossier_evidence_list_to_link with caseFileId and dossierId
    • Returns evidences eligible for linking (only COMPLETED evidences from CLOSED groups)
  5. Link evidences

    • dossier_evidence_link with caseFileId, dossierId, caseFileToLinkId (same as caseFileId when evidences are in the same case file), and ids (array of evidence UUIDs)
    • Can be called multiple times for different batches
  6. Preview (optional)

    • dossier_preview with caseFileId and dossierId
    • Returns an HTML preview of the Certificado de evidencia before certifying
  7. Certify

    • dossier_certify with caseFileId and dossierId
    • Status: DRAFTCERTIFYINGCERTIFIED
    • Certification is asynchronous; poll dossier_list until status is CERTIFIED
    • Note: dossier_certify has no SSE bridge — always poll regardless of runtime

Read the full file on GitHub · 110 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 · 110 lines · 0 tokens per session scan A 9a49bd9046a6

Subscribe to this mod's changes

dossier-lifecycle is a command published in the GitHub repository g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP (0 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,240 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.