Skip to content

Split MATTER.md skill into using + building-clients#48

Open
maxsonderby wants to merge 2 commits into
mainfrom
add-matter-md
Open

Split MATTER.md skill into using + building-clients#48
maxsonderby wants to merge 2 commits into
mainfrom
add-matter-md

Conversation

@maxsonderby

Copy link
Copy Markdown
Contributor

What

Replaces the single managing-matter-md skill with two skills aimed at distinct audiences.

MATTER.md is the durable orientation file for a legal matter — the matter-level equivalent of a project instructions file. The original skill mixed agent behavior with implementer/spec guidance in one doc; this splits them.

  • using-matter-md — operational guidance for an agent doing matter work: when to read MATTER.md, what context is durable enough to write, how to edit without bloating it (link to sources, don't copy; keep it bounded).
  • building-matter-md-clients — the convention for a harness adding MATTER.md support: discovery (MATTER.md at the vault root), load lifecycle, client-owned conflict resolution.

Design stance

Three layers, deliberately kept simple:

  • Vault = source (raw objective objects)
  • Markdown = interpretation (orientation + key facts, with cites back to vault objects)
  • Infra = coordination (clients own conflict resolution; not specified by the convention)

The convention stays loose on purpose — legal work varies too much to fix a schema. Body is freeform Markdown, sections are illustrative not normative, and edits go through plain file tools (no required tool surface, no locking model dictated).

Changes

  • Add skills/casedev/using-matter-md/SKILL.md
  • Add skills/casedev/building-matter-md-clients/SKILL.md
  • Remove skills/casedev/managing-matter-md/SKILL.md
  • Update README skill table (one row → two)

🤖 Generated with Claude Code

maxsonderby and others added 2 commits June 8, 2026 00:39
Replace managing-matter-md with two skills targeting distinct audiences:

- using-matter-md: operational guidance for an agent doing matter work —
  when to read MATTER.md, what context is durable enough to write, how to
  edit without bloating it.
- building-matter-md-clients: the convention/spec for harnesses adding
  MATTER.md support — discovery (MATTER.md at vault root), load lifecycle,
  client-owned conflict resolution.

Keeps the convention loose: body is freeform Markdown, sections are
illustrative not normative, edits go through plain file tools.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@thurgood-bot

thurgood-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

Judicial Review

Adds two new MATTER.md skills and updates the README listing; changes are documentation-only and align with the described split. No security, data integrity, or compliance risks identified.

No significant issues found. This code is cleared to ship.


Legal-Grade review by Thurgood | Re-review with /review

@thurgood-bot

thurgood-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

DB Cooper Database Review

No database-related changes detected in this PR; documentation-only additions and README update. No migration, query, or storage risks observed.

No database risks found. Migrations and DB-impacting changes look safe.


DB review by DB Cooper | Re-run with /dbreview

@thurgood-bot

thurgood-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

Oppenheimer Cleanup Review

Repo-wide search found no remaining references to the removed managing-matter-md skill, and the new skill docs plus README references are internally consistent. No safe simplification opportunities identified in this diff.

No cleanup opportunities found. This code is already lean.


Cleanup review by Oppenheimer | Re-run with /cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant