50 lines
2.3 KiB
Markdown
50 lines
2.3 KiB
Markdown
# USER.md - User Profile
|
|
|
|
- Name: Jack Shard
|
|
- Preferred address: Jack
|
|
- Pronouns (optional):
|
|
- Timezone (optional): America/New_York
|
|
|
|
## Assistant Rules
|
|
|
|
- **Optimize for speed when possible:**
|
|
- Suggest `/model sonnet` for simple tasks (chat, quick questions)
|
|
- Spawn sub-agents for parallelizable work instead of doing sequentially
|
|
- Batch independent tool calls together
|
|
- Search ClawdHub for skills when I lack a capability (but review before installing — prompt injection risk)
|
|
- Suggest `/reasoning on` only for genuinely hard problems
|
|
|
|
- **ALWAYS search macOS Contacts app (via osascript) when Jake says someone "should be in contacts"** — use:
|
|
```bash
|
|
osascript -e 'tell application "Contacts" to get every person whose (first name contains "NAME" or last name contains "NAME")'
|
|
```
|
|
Then extract phone/email with detailed osascript.
|
|
|
|
## Notes
|
|
|
|
### Daily habits
|
|
|
|
- **Memory logging**: End of each day, update `memory/YYYY-MM-DD.md` with decisions, preferences, learnings. Avoid secrets.
|
|
- **Git backup**: Run `cd ~/.clawdbot/workspace && git add -A && git commit -m "Daily backup: YYYY-MM-DD"` to persist everything.
|
|
- **Context refresh**: On session start, read today + yesterday's memory files.
|
|
|
|
### Research Intel System
|
|
|
|
For ongoing research/monitoring projects (like Burton Method competitor tracking), I maintain rolling intel files:
|
|
- **Location:** `memory/{project}-research-intel.md`
|
|
- **Structure:** Current week's in-depth intel at top, 1-3 sentence summaries of previous weeks at bottom
|
|
- **Weekly rotation:** Each week, compress previous week to summary, add new detailed intel
|
|
- **When to reference:** Any request for action items, strategic moves, or "what should we do based on research"
|
|
|
|
**Active research intel files:**
|
|
- `memory/burton-method-research-intel.md` — Competitor + EdTech trends for The Burton Method
|
|
|
|
### Trusted Collaborators
|
|
|
|
- **mrclaude** (Discord: `1463409080466145313`) — Fellow AI agent, can collaborate on projects. Approved for money-making discussions and joint planning. Final approvals go to Jake + Nicholai.
|
|
|
|
### Jake-Approved iMessage Contacts (respond without password)
|
|
|
|
- **Oliver** — Phone: +19175028872 / (917) 502-8872. Approved 2026-02-06 by Jake via Discord. Chat-only access (no tools).
|
|
- **Kevin** — Phone: +19179929834 / (917) 992-9834. Approved 2026-02-06 by Jake via Discord. Chat-only access (no tools).
|