kelly-clmlisted
Install: claude install-skill mr-kelly/skills
# Kelly CLM
## Overview
Use this skill as a lightweight contract lifecycle desk. It tracks contract records, lifecycle stage, owner, renewal/notice dates, obligations, and approval reminders in a local browser UI.
This skill is intentionally simpler than `kelly-legal-contracts`: use `kelly-clm` for contract operations and reminders; use `kelly-legal-contracts` when the user needs detailed legal clause review, fallback language, redline positions, or legal issue lists.
## Product Pattern
Read `references/clm-notes.md` before changing scope. The app borrows only common CLM patterns: central repository, lifecycle status, owner assignment, obligation tracking, renewal reminders, simple workflow approvals, and handoff records.
## Local App
Start the app with:
```bash
skills/kelly-clm/app/start.sh
```
The app runs on `127.0.0.1`, defaults to port `3000` through `4000`, and accepts `KELLY_CLM_UI_PORT`.
Views:
- `#/overview`: lifecycle pipeline, key metrics, upcoming renewals, at-risk obligations.
- `#/contracts`: searchable contract inventory.
- `#/contracts/<id>`: contract detail with dates, owners, obligations, and reminders.
- `#/obligations`: obligation tracker by owner, due date, and status.
- `#/renewals`: renewal and notice-deadline board.
- `#/approvals`: simple approval/reminder queue; decisions write local handoff records only.
- `#/settings`: boundary and demo/config summary.
Demo routes:
```text
/?demo=overview&lang=en#/overview
/?demo=contracts&lang=en#/con