matter-update

Append dated events to litigation matter history and update the centralized log.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping legal matters current is expensive when updates are captured manually, scattered across messages, or recorded inconsistently, which leads to stale risk and deadline information.

Core Features & Use Cases

  • Structured event logging: Captures event type, date, and a clear summary tied to the matter slug.
  • Portfolio synchronization: Appends the dated event to the matter's history file and updates the matter log row so status, risk, and deadlines stay aligned.
  • Safety and authority guardrails: Enforces an unbypassable conflicts gate based on whether the matter exists in the repository log, and applies an additional settlement-acceptance check before flipping materiality for acceptance scenarios.
  • Materiality re-check prompts: Forces explicit confirmation when certain event types may require reclassification (e.g., substantive facts, settlement posture shifts, risk moves, regulatory developments).

Quick Start

Run matter-update to append a dated event to the selected litigation matter history and refresh the corresponding log row.

Frequently Asked Questions about matter-update

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

FAQPage Schema
How do I log litigation history events and keep the matter portfolio current?

To log litigation history events, append a dated event to the matter's history file and update the centralized matter log row. This synchronizes status, risk, and deadline information to keep the portfolio current.

What is the best way to track risk re-assessments and deadline updates for matter management?

Tracking risk re-assessments and deadline updates requires appending the event to the matter history and updating the matter log row. The system enforces explicit materiality confirmation when risk moves or deadline updates occur.

How does materiality confirmation work when updating settlement posture in a matter log?

Materiality confirmation prompts for explicit approval when selected event types, such as settlement posture shifts or substantive facts, may require reclassification. An additional settlement-acceptance check applies before flipping materiality for acceptance scenarios.

Can I use matter-update for procedural and administrative updates across an existing matter workspace?

Yes, you can use it for user-driven logging of procedural, discovery, substantive, strategy, stakeholder, and administrative updates across an existing matter workspace, provided the matter exists in the repository log.

Why does matter management logging require a conflicts gate based on the matter slug?

Matter management logging requires an unbypassable conflicts gate to verify the matter slug exists in the repository log, specifically within the _log.yaml file, ensuring updates only apply to validated matters.

What happens to the last_updated and affected fields when appending events to litigation history?

When appending events to litigation history, the system writes to history.md and automatically updates the last_updated timestamp and affected fields in the centralized matter log to maintain consistency.