| name | clients |
| description | Client relationship management. Look up client context, log engagement notes, track status, and prep for meetings. Use when user says "client notes", "pull up [client name]", "update client", "new client", "prep for [client] call", "log meeting", "client status".
|
| argument-hint | ["list | get CLIENT | log CLIENT TEXT | new CLIENT COMPANY | prep CLIENT"] |
| allowed-tools | Bash(python3:*), Bash(node:*), Bash(obsidian:*) |
Clients Skill
Manages client context across 2. Areas/Business/<Business>/Clients/.
Commands
python3 {baseDir}/scripts/clients.py list
python3 {baseDir}/scripts/clients.py get "acme corp"
python3 {baseDir}/scripts/clients.py log "acme corp" "signed SOW, starting discovery next week"
python3 {baseDir}/scripts/clients.py new "acme corp" --business "<YourBusinessName>"
python3 {baseDir}/scripts/clients.py prep "acme corp"
Client Folder Structure
2. Areas/Business/<Business>/Clients/<client-name>/
notes.md ← relationship context, history
engagements/
2026-q1-<project>/ ← one folder per engagement
brief.md
decisions.md
Client Note Frontmatter
---
type: client
name: Acme Corp
business: <YourBusinessName>
status: active
rate: 150
since: 2026-01
---