person
Otten Second Brain
key: OPSOwner: Aria — Topher's personal chief of staff
Topher's life as a leader. Personal lanes, day job, ventures relationship work, Aria System. Capture flow lands here by default.
Open OSB → rocket_launch
Aspire Digital LLC
key: CLIOwner: Linq — COO of Aspire Digital's AI ops
The LLC's business. Per-client work, Aspire Concierge product, agency operations, sales pipeline.
Open ADL →inbox Capture → Triage → Action
- Capture — open Claude Chat (Linear MCP attached). Tell it the raw thought. It interviews 2-4 questions, then logs an issue.
- Land — defaults to OSB / Inbox/Tip Jar with
source/capturelabel. Aspire business thoughts can route to ADL with a project guess. - Triage — Aria mornings (OSB), Linq mornings (ADL). Route to project + priority, or label
state/tipjarto park. - Action — Backlog → In Progress → Done. Persona executes; comments via
comment.mjs.
savings The Tip Jar — Eric Fatkin's discipline
Park ideas in OSB / Inbox/Tip Jar with state/tipjar label, priority 4. Quarterly review to promote / stay / cancel.
"Set parameters — once a quarter, walk the tip jar. You might say, 'gosh, I really underestimated it' — move it to focus. Or, 'this stays in the tip jar.' That's the only way you're able to do it."
First quarterly review: end of June 2026 (Q2 close). Aria runs node skills/linear/tipjar-review.mjs and walks Topher through the checklist.
person OSB Projects (13)
| Slug | Project | Purpose |
|---|---|---|
inbox | Inbox / Tip Jar | Unrouted captures + parked Tip Jar items |
family-health | Personal — Family & Health | Tirzepatide, Dr Haney, kids, Jaime, Cayden's baseball |
finance | Personal — Finance & Taxes | Statements, taxes, 401(k), budget tracker |
hoa-board | Personal — HOA Board Ops | Board-president work (distinct from website build) |
jr-pacers | Personal — Junior Pacers | Nonprofit ops, TeamLinkt, Zettle, attorney |
travel | Personal — Travel | Trip planning, Beryl, Tailscale travel |
smart-home | Personal — Smart Home & Infra | NAS, Cloudflare (personal), AdGuard, HomeKit, Bambu |
personal-brand | Personal — Personal Brand | LinkedIn, /chris, vCard, content cadence |
syf-second-brain | Day Job — SyF Second Brain | Synchrony AI second-brain (Rooster/Signal kit) |
jaime-rovo | Day Job — Jaime ROVO Agents | Jaime's 3-agent ROVO portfolio |
synchrony-career | Day Job — Synchrony Career | Exit timing, Synchrony Pay vision deck, advisory board |
eric-fatkin | Ventures — Eric Mentorship | Weekly Eric calls, boat-financing-saas thesis |
aria-system | Aria System | Capture interview, memory hygiene, cron infra |
rocket_launch ADL Projects (14)
| Slug | Project | Purpose |
|---|---|---|
aspire-concierge | Aspire Concierge — product build | The LLC's flagship voice-AI product (15 verticals) |
agency-ops | Agency Operations | Playbook, docs, templates, persona doctrine, internal tooling |
sales-pipeline | Sales & Pipeline | Prospecting, demos, proposals, close — bookings funnel |
madebyaspire-com | Made by Aspire — care & updates | Per-client (live) |
patina-salon | Patina Salon — build to launch | Per-client |
petalswings | PetalsWings — studio review | Per-client |
photosbyb4 | PhotosbyB4 — care & updates | Per-client |
nrx-asphalt | NRX Asphalt — studio review | Per-client |
tees-flooring | Tee's Flooring — launch review | Per-client |
keeler-carpentry | Keeler Carpentry — build to launch | Per-client |
b-clean-carpet | B Clean Carpet — studio review | Per-client |
modern-maid | Modern Maid — build to launch | Per-client |
willowbrook-hoa | Willowbrook HOA — build to launch | Per-client website (distinct from hoa-board OSB project) |
delaware-lanes | Delaware Lanes — build to launch | Per-client |
terminal Quick reference — Aria scripts
# Open a P1 urgent OSB item (surfaces on dashboard)
node skills/linear/route.mjs --title "..." --project finance --priority 1 --body "..."
# Park an idea in the Tip Jar
node skills/linear/route.mjs --title "Idea X" --tipjar --body "Why this might matter someday."
# Close an item
node skills/linear/comment.mjs --issue OPS-42 --body "Done — see /info/foo." --state Done
# Morning Inbox triage
node skills/linear/triage-inbox.mjs
# Quarterly Tip Jar review
node skills/linear/tipjar-review.mjs > /tmp/tipjar-review.md
# Sync P1 → urgent.json (cron-safe)
node skills/linear/sync-urgent.mjs
# Refresh config after Linear UI changes
node skills/linear/refresh.mjs edit_note What changed 2026-05-10
- Renamed teams: Operations → Otten Second Brain, Client Work → Aspire Digital LLC. Issue keys preserved.
- Created OSB projects: Inbox/Tip Jar, Junior Pacers, Smart Home & Infra, Personal Brand, Synchrony Career, Aria System.
- Renamed projects: Health → Family & Health, Finance → Finance & Taxes, Boat Financing/Eric → Eric Mentorship.
- Moved Aspire Concierge + 11 active issues from OSB to ADL (OPS-1/2/3/4/6/7/8/9/31/34/40 → CLI-39…49).
- Created ADL projects: Agency Operations, Sales & Pipeline.
- Created 10 labels:
lane/{day-job, ventures, finance, health, hoa, travel}, state/tipjar, source/capture, owner/{jaime, eric}. - Patched scripts — Aria multi-team-aware; Linq's default team flipped to ADL.
- New skills: triage-inbox.mjs (morning), tipjar-review.mjs (quarterly).
- Capture flow updated: Claude Chat now routes to OSB / Inbox/Tip Jar by default.