matter-update

Append dated events to litigation matter history and refresh _log.yaml rows.

Updated May 26, 2026
One-click install
npx skills add https://github.com/yachela/claude-for-legal-ar --skill matter-update-yachela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-update
Source: https://github.com/yachela/claude-for-legal-ar/tree/main/litigation-legal/skills/matter-update
Command: npx skills add https://github.com/yachela/claude-for-legal-ar --skill matter-update-yachela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you keep a litigation matter’s history and status log up to date without relying on freeform notes that drift over time.

Core Features & Use Cases

  • Structured event capture: Prompts for event type, date, and a one-paragraph summary while guiding which log fields are likely impacted.
  • Matter history + portfolio log updates: Appends a dated entry to the matter’s history.md and refreshes the corresponding row in _log.yaml.
  • Safety and correctness gates: Enforces a conflicts check against _log.yaml so updates are refused for unmanaged matters, and includes explicit gates for settlement acceptance and materiality reclassification triggers.

Quick Start

Use the matter-update skill to append a dated event to your matter’s history by providing the matter slug and a brief description of what changed.

Frequently Asked Questions about matter-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log a litigation matter event with timestamped accuracy?

To log a matter event, provide the matter slug and event description. The skill appends a dated entry to history.md and refreshes the corresponding row in the matter log.

How does matter history logging work for risk re-assessments?

Matter history logging for risk re-assessments captures the event date and summary, updates the matter log, and enforces materiality reclassification prompts to keep jurisdictional records accurate.

Can I append discovery events to a matter log using a slug?

Yes, you can append discovery, procedural, or substantive events by providing the matter slug. The skill validates the slug exists in the matter log before writing the history entry.

What happens if I try to update an unmanaged litigation matter?

Updating an unmanaged litigation matter triggers a refusal. The skill enforces a conflicts check against the matter log to ensure updates are only applied to validated, existing slugs.

Does settlement authority tracking require specific validation gates?

Yes, settlement authority tracking requires specific validation gates. The skill enforces explicit prompts for settlement acceptance and materiality reclassification before finalizing the history entry.