One-click install
npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill matter-update-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-update
Source: https://github.com/az9713/claude-for-legal-tutorial/tree/main/litigation-legal/skills/matter-update
Command: npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill matter-update-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of keeping each litigation matter current by turning scattered developments into a structured, dated history entry while updating the corresponding portfolio log.

Core Features & Use Cases

  • History appends with consistency: Prompts for slug-scoped details (event type, date, and summary) and appends a correctly formatted entry to history.md.
  • Portfolio log refresh: Updates _log.yaml by setting last_updated and applying any relevant field changes.
  • Safety and governance gates: Enforces the conflicts gate (matter must exist in _log.yaml) and applies a settlement-acceptance materiality/authority safety check for non-lawyers.
  • Materiality re-check prompts: Forces explicit reclassification questions for substantive events, strategy/posture shifts involving settlement activity, risk re-assessments, and regulatory/enforcement developments.

Quick Start

Use /litigation-legal:matter-update to append a dated procedural, discovery, substantive, or strategy update to the specified matter and refresh the log for the portfolio.

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 matter updates and maintain an audit-ready history?

To log litigation matter updates, append a dated event to history.md and refresh the portfolio log. This structures scattered developments into a consistent, audit-ready record with event type, date, and summary fields.

What is the best way to update a matter portfolio log after a settlement strategy shift?

Updating a matter portfolio log after a settlement shift requires appending the strategy event to history and triggering a settlement-acceptance safety check. This enforces materiality reclassification and authority validation for non-lawyers before writing.

Can I record procedural milestones and discovery events against a specific matter slug?

Yes, you can record procedural milestones and discovery events against a specific matter slug. The system enforces a conflicts gate requiring the slug to already exist in _log.yaml before accepting any structured update inputs.

How does risk re-assessment work when logging substantive rulings or regulatory developments?

Risk re-assessment during ruling or regulatory updates forces explicit reclassification questions for materiality. It prompts you to evaluate impacted fields and reclassify risk levels before appending the dated event to the matter history.

Do I need an existing matter entry in _log.yaml before logging new developments?

Yes, an existing matter entry in _log.yaml is required. The conflicts gate validates the matter slug exists before allowing any history appends or portfolio log field changes, preventing updates to untracked matters.

What limitations exist when non-lawyers attempt to log settlement authority updates?

Non-lawyers face a settlement-acceptance materiality and authority safety check when logging settlement updates. This gate ensures explicit risk reclassification and validates authorization before the event writes to history.md or updates _log.yaml.