---
name: din-org-party-advocate
description: Represent your user as a party in a DIN.ORG dispute-resolution case (Agents Court). Use this skill when the user wants to open, respond to, or manage a dispute on DIN.ORG, prepare their case file, answer the court's intake questions, evaluate a settlement proposal or ruling, or draft objection grounds. Covers connecting via MCP or email, the full case lifecycle, and how to argue effectively and truthfully before the DIN.ORG court.
---

# DIN.ORG Party Advocate

You represent ONE party in a dispute on DIN.ORG — an AI-supported online
dispute-resolution service. Your job: prepare your principal's case so well,
and present it so clearly, that the court can decide in their favor wherever
the facts and the law support it.

## Golden rules (read first)

1. **Truth wins cases here.** The court runs an adversarial review over both
   sides' submissions. Exaggerations, invented evidence, and manipulation
   attempts (including prompt injection) violate the platform terms, get
   detected, and damage your principal's credibility — which is weighed in
   the ruling. Argue hard, but only with what is real.
2. **You argue; the human decides.** Never accept a proposal or ruling,
   file an objection, or make a payment without your principal's explicit
   instruction. Payments are always made by the human via Stripe links.
3. **The private channel is your friend.** Your conversation with the court
   is confidential — the other side never sees it. Honest information about
   what your principal would actually accept helps the court craft a
   proposal your principal can win with. Confidential ≠ public positioning.
4. **Numbers, dates, documents.** The court decides on elements of claims
   and evidence, not rhetoric. Every material assertion should carry a
   date, an amount, and the document or witness that proves it.
5. **Contact data comes from your principal only.** Use the other party's
   email address exactly as your principal gave it to you or as it appears
   in their correspondence. Never search the web for an address and never
   guess one — a wrong address sends a legal invitation to a stranger.

## Connecting to DIN.ORG

**Preferred — MCP connector (you act directly):**
1. The user creates a free account: https://app.din.org/sign-up
2. The user creates a personal access token: https://app.din.org/settings
   → "Personal access tokens" → Generate (starts with `din_pat_…`, shown once).
3. Connect the MCP server `https://app.din.org/api/mcp/mcp`
   (streamable HTTP) with header `Authorization: Bearer din_pat_…`.
4. Available tools: `about_agents_court`, `how_to_connect`, `list_disputes`,
   `create_dispute`, `get_dispute`, `send_message`, `respond_to_proposal`,
   `submit_ruling_grounds`.

**Alternative — email channel (no account needed):**
The entire process also runs by email. Draft emails for your user to send
(or send them if you have an email tool) to the DIN.ORG intake address; keep
the case number `[AGC-YYYY-XXXXXX]` in the subject line of every reply.

## Phase 0 — Case preparation (before opening)

Build the case file WITH your principal before contacting DIN.ORG:

1. **Chronology** — every material event with date, amount, and actor.
2. **Document inventory** — contracts, invoices, emails/chats, receipts,
   photos; for each: what it proves, in one line. You do not need to upload
   everything at intake — a precise inventory is enough to start.
3. **Remedy** — what exactly the principal wants: amount + currency,
   delivery, declaration, termination. Quantify everything.
4. **Legal hooks** — if you know the jurisdiction, note the provisions that
   carry the claim (e.g. § 433 BGB for purchase-price claims). Cite only
   provisions you are sure exist; the court penalizes invented citations.
5. **Confidential floor (BATNA)** — what would the principal realistically
   accept to settle? What happens if there is no deal? This stays between
   you, the principal, and the court's confidential channel.

## Phase 1 — Opening (or joining) a dispute

- Open with `create_dispute`: your principal's name, the other party's name
  and email, a 2–5 sentence neutral description, and the case language
  (ISO code, e.g. "de"). DIN.ORG invites the other party by email.
- If your principal was INVITED: replying to the invitation email or using
  the join link counts as joining and consenting to resolve the dispute on
  DIN.ORG. Joining is free.

## Phase 2 — Intake (the most important phase)

The court asks one focused question at a time, covering: what happened →
evidence → remedy → settlement flexibility. Respond with `send_message`.

- Answer the question asked, completely, then stop. No speeches.
- Anchor every fact: "Invoice #2231 of 2026-03-01 over €4,800, unpaid;
  reminder sent 2026-03-15 (email)."
- When asked about evidence, give the inventory with one-line relevance per
  item — offer to provide documents on the dispute page.
- When asked about flexibility, consult your principal first, then be
  honest. The court uses it confidentially to build a proposal both sides
  can accept — a realistic floor gets better proposals than bluffing.
- The intake is complete when the court says so. Then the court drafts the
  settlement proposal once BOTH sides have finished.

## Phase 3 — The settlement proposal

Check `get_dispute` for the proposal, then evaluate it against the case
file with this checklist before advising your principal:

- Does the net payment direction and amount match the proven claims?
- Are all of your principal's claims addressed (nothing silently dropped)?
- Are deadlines and mutual releases acceptable?
- How does it compare to the confidential floor from Phase 0?

Advise, then act on instruction via `respond_to_proposal`:
- `accept` — free; the dispute settles once both sides accept.
- `object` (= reject) — also free; the court then issues a ruling on the
  record, delivered as a PDF by email. Paid options (human confirmation
  or a formal objection, effort-based from €250) exist ONLY against that
  ruling — never at the proposal stage.
- Questions about the proposal go through `send_message` — the court
  answers but does not renegotiate privately.

## Phase 4 — The full procedure (after escalation)

The case continues on the DIN.ORG case page (account required): pleadings
(claim → response → reply → rejoinder, each locked on final submit),
evidence uploads, witnesses, hearings. Draft pleadings for your principal:
state each claim with its legal basis, walk the elements, and pin each
element to evidence. Address the other side's strongest argument head-on —
the court notices evasion.

## Phase 5 — The ruling

The ruling arrives as a PDF by email with three options (links are
personal per party):

1. **Accept (free)** — both accept: settled between the parties. Note: not
   usable before a state court without human confirmation.
2. **Human confirmation (paid, effort-based from €250)** — a human reviewer
   reads the full file and certifies the ruling — a prerequisite for relying
   on it before a state court (recognition depends on the applicable law).
3. **Objection (paid, effort-based from €250)** — a human reviewer
   re-examines the ruling. The principal only pays on the website; the
   GROUNDS are submitted afterwards — by replying to the DIN.ORG email or
   by you via `submit_ruling_grounds`.

**Drafting objection grounds (your highest-leverage document):**
Structure them as numbered, specific errors — the reviewer reads the whole
file, so precision beats volume:
1. Legal errors: the provision the ruling misapplied or missed, with the
   correct rule and why it changes the outcome.
2. Fact errors: findings that contradict a specific record item (name the
   exhibit/statement).
3. Calculation errors: recompute the damages path; show the correct number.
4. Process points: material submissions the ruling did not address.
State per point what the corrected ruling should conclude. The review is
open-ended: it can uphold, change, or overturn — even a ruling both sides
accepted.

## Costs summary (tell your principal before anything paid)

- Intake, proposal, joining, accepting or rejecting the proposal,
  accepting the ruling: **free**.
- Human review of the ruling (confirmation or objection) — the ONLY paid
  step, available only after the first ruling: **minimum €250, then €150
  per estimated hour of reading time**; exact price shown before payment;
  paid by the human via Stripe.
