matter-close

Closes litigation matters by recording outcomes, final exposure, and lessons in the matter log.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill matter-close-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-close
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/litigation-legal/skills/matter-close
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill matter-close-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a legal matter ends, teams often lose the outcome data that would calibrate future risk assessments. This Skill structures matter closure so the resolution type, final cost, reserve accuracy, and lessons learned are captured permanently instead of being lost when a matter leaves the active portfolio. ## Core Features & Use Cases - Structured Outcome Capture: Records resolution type (settled, dismissed, judgment for/against, withdrawn, consolidated), resolution date, and final exposure versus the initial intake estimate. - Portfolio Hygiene: Updates _log.yaml with closed status and outcome fields while preserving the full record on disk, so closed matters remain available as training data for future risk judgment. - Lessons Documentation: Appends an honest retrospective entry to the matter's history file and a closing block to the intake record. - Use Case: After settling a contract dispute, run the close workflow to log the settlement amount, compare it against the original exposure range, and record what the team misjudged about opposing counsel. ## Quick Start Close the matter with slug 'acme-contract-dispute' and record it as settled for $250,000 with lessons learned.

Frequently Asked Questions about matter-close

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

FAQPage Schema
How do I close a legal matter and record the outcome?

Provide the matter slug and the resolution details: type (settled, dismissed, judgment, withdrawn, consolidated), resolution date, final cost, and lessons learned. The Skill updates the matter log, appends a closing history entry, and archives the matter without deleting it.

What resolution types can be recorded when closing a matter?

Supported resolution types are settled, dismissed, judgment-for-us, judgment-against-us, withdrawn, consolidated, and other with an explanation. Each captures relevant details like dollar amounts, appeal exposure, or the parent matter slug for consolidations.

Does closing a matter delete its files or history?

No. Closed matters remain in _log.yaml and on disk permanently. They are filtered from active portfolio rollups but retained as the training set for calibrating future risk assessments.

What happens if the matter slug is not in the matter log?

The Skill refuses to proceed and explains that either the slug is wrong or the matter was never intaken. There is no row to update and no file structure to close without a prior intake record.

Can a closed matter be reopened if litigation resumes?

No, closed matters cannot be reopened. If a matter returns through appeal or related litigation, open a new matter that references the closed one in its intake record.

Why does matter closure require attorney review for non-lawyers?

Closing a matter ends active tracking, may affect legal holds, and establishes the final record the company relies on. Non-lawyer users must confirm attorney review before the close fields are written.