Clients
Active client engagements with substantive, ongoing relationships. Each client gets a directory with structured tracking at two layers: synthesis (overview) and tactical (sub-items + log).
Structure
clients/
├── {company}/
│ ├── overview.md # Synthesis layer — read this to know everything
│ ├── log.md # Chronological interaction log
│ ├── questions.md # Open questions both directions, with answers
│ ├── scope.md # Living scope: deliverables, responsibilities, timeline
│ ├── commercial.md # Terms, pricing, negotiation status
│ └── documents/ # Raw artifacts
│ ├── sent/ # What we sent them
│ └── received/ # What they sent us
How It Works
Three-layer pipeline
- Raw inputs — transcripts, docs, emails get dropped in
- Sub-items — structured trackers updated from inputs (questions, scope, commercial, decisions)
- Overview — synthesizes across all sub-items into one coherent snapshot
When something comes in
Transcript pasted:
- Add entry to
log.md(what happened, what shifted, action items) - Update relevant sub-items (new answers in
questions.md, scope changes inscope.md, terms incommercial.md) - Refresh
overview.md(status, what matters, risk, next steps)
Document shared:
- File in
documents/sent/ordocuments/received/ - Update sub-items with any new content
- Update
overview.mddocument table + any status changes
Email exchange:
- Log entry in
log.md - Update sub-items if substance changed
- Refresh overview if status shifted
Overview is always current
The overview should be readable as a standalone brief. Anyone reading just overview.md should understand: what the engagement is, who's involved, where we are, what's next, what's at risk, and what the commercial picture looks like.
Adding a New Client
Copy the structure from an existing client directory. The key files:
overview.md— start with engagement summary, working team, initial statuslog.md— first entry with how the relationship startedquestions.md— seed with initial discovery questionsscope.md— even if rough, capture what's been discussedcommercial.md— proposed terms, even if preliminary