Manage all contracts in one place. Track dates, extract key terms, flag expiring items. Scale from personal subscriptions to enterprise contract libraries.
~/contracts/
├── index.md # Master list with quick stats
├── by-type/ # NDAs, leases, subscriptions, etc.
├── by-party/ # Organized by counterparty
├── {contract-name}/
│ ├── executed.pdf # Final fully-signed version
│ ├── meta.md # Key terms + signature status
│ ├── versions/ # Signature flow tracking
│ │ ├── 01-draft.pdf # Initial version sent
│ │ ├── 02-signed-them.pdf # Signed by counterparty
│ │ └── 03-signed-us.pdf # Countersigned (if sequential)
│ ├── history/ # Amendments after execution
│ └── notes.md # User notes, flags
Signature states: draft → pending-them → pending-us → executed
| Context | Load |
|---|---|
| --------- | ------ |
| Role-specific workflows | roles.md |
| Contract analysis patterns | analysis.md |
| Alert and deadline tracking | alerts.md |
| Security and boundaries | security.md |
When user shares a new contract:
alerts.md共 1 个版本