matter-update

Append timestamped litigation events to matter history and update _log.yaml fields.

9|Updated May 18, 2026
One-click install
npx skills add https://github.com/uk-agents/uk-legal-plugins --skill matter-update-uk-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-update
Source: https://github.com/uk-agents/uk-legal-plugins/tree/main/litigation-legal-uk/skills/matter-update
Command: npx skills add https://github.com/uk-agents/uk-legal-plugins --skill matter-update-uk-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the hassle of keeping litigation matter histories and status logs up to date by providing a structured, date-stamped way to record new developments without silent or unchecked changes.

Core Features & Use Cases

  • Matter-history logging: Appends a dated event to a matter’s history.md using a consistent format.
  • Controlled log refresh: Updates the corresponding row in _log.yaml (including last_updated) and shows field changes before writing.
  • Safety gates for unmanaged matters: Refuses to write if the matter slug is not present in the matters log, requiring an intake step first.
  • Materiality and risk prompts: Forces explicit reclassification prompts for substantive developments, settlement activity (with an acceptance gate), risk re-assessment, and regulator/enforcement-type developments.
  • Field-level change capture: Captures updates to fields such as status, stage, risk, materiality, next_deadline, outside_counsel, and other relevant metadata.

Quick Start

Run /litigation-legal-uk:matter-update with the matter slug and a brief event description to append a dated entry and update the matter log safely.

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 new litigation development against an existing matter?

To log a litigation development, append a timestamped entry to the matter history and refresh the corresponding _log.yaml fields. This records procedural, disclosure, or substantive events safely by confirming the history entry and YAML diff before writing.

Does matter update work if the matter slug is not in _log.yaml?

No, matter update requires the slug present in _log.yaml as an unbypassable conflict gate. If the slug is missing, the skill refuses to write, requiring an intake step first to ensure unmanaged matters are not updated silently.

What is the best way to track materiality and risk re-assessment changes in a litigation portfolio?

Materiality and risk re-assessment changes are tracked by forcing explicit reclassification prompts for substantive developments and settlement activity. This ensures risk updates are deliberate and captured in the matter history log alongside the event metadata.

Can I update next_deadline and outside_counsel metadata when logging a strategy event?

Yes, field-level changes to next_deadline, outside_counsel, status, stage, and risk are captured when logging strategy events. The skill shows the exact YAML diff for these log-field changes before writing them to the matter log.

How does deadline tracking work when recording administrative or pre-action events?

Deadline tracking works by refreshing the next_deadline field in _log.yaml when recording administrative or pre-action events. The timestamped history entry and updated log fields are confirmed before any changes are written to the matter file.

What metadata is required to append a dated event to litigation history?

Appending a dated event requires event metadata including type, date, summary, and relevant log-field changes. The skill applies this to procedural, stakeholder, or risk re-assessment events and confirms the resulting history entry and YAML diff before writing.