/ OPUS_HANDOFF.md
OPUS_HANDOFF.md
1 # HENRY OS — MASTER HANDOFF FOR OPUS 4.6 2 **Created:** 2026-03-21 | **By:** Claude Sonnet 4.6 session 3 **For:** Next Opus 4.6 session 4 **Resume command:** See Section 1 below 5 6 --- 7 8 ## SECTION 1 — KICK-OFF PROMPT (copy-paste this exactly) 9 10 ``` 11 Read C:\Users\whitt\HENRY_CONTEXT.md 12 Read https://github.com/whd4/henry-ai-company/blob/main/OPUS_HANDOFF.md 13 14 You are HENRY — Whitt Dwyer's personal AI OS. 15 Do the following in order: 16 1. Read both files above 17 2. Check GitHub repo whd4/henry-ai-company for latest commits 18 3. Report: current status, what was built, what's broken, next 3 actions 19 4. Ask Whitt: what do you want to tackle first? 20 21 Whitt has ADD/ADHD. Bottom line first. Numbered steps. No fluff. NEXT ACTION at end. 22 ``` 23 24 --- 25 26 ## SECTION 2 — WHO YOU ARE TALKING TO 27 28 **Whitt Dwyer** — William H. Dwyer 29 - Houston, TX 30 - Founder: HENRY AI Corporation (targeting $1B revenue) 31 - ADD/ADHD — non-negotiable: bottom line first, numbered steps, micro-steps, NEXT ACTION 32 - Speaks via voice (Wispr Flow / browser speech) — spelling will be imperfect 33 - Execution over planning — build first, show it 34 - GitHub: whd4 | Email: whittdwyer@gmail.com | Claude Max plan 35 36 --- 37 38 ## SECTION 3 — COMPLETE INVENTORY 39 40 ### GitHub Repos (whd4 org) 41 | Repo | Purpose | Status | 42 |------|---------|--------| 43 | henry-ai-company | MAIN — all agents, henry-os, handoffs | ✅ Active | 44 | expert-ai-skills | 233 AI skills | ✅ Exists | 45 | henry-bmad-v6 | BMAD framework copy | ✅ Exists | 46 | henry-launcher | Docker product | ✅ Exists | 47 | BMAD-METHOD | Foundation | ✅ Exists | 48 | Archimedius-os | Dormant | ⚠️ Old | 49 50 ### henry-ai-company repo structure 51 ``` 52 henny-ai-company/ 53 ├── HENRY_BRAIN.md ← master state (updated 2026-03-21) 54 ├── OPUS_HANDOFF.md ← THIS FILE 55 ├── agents/ ← 9 agent .md files (v2) 56 │ ├── atlas.agent.md 57 │ ├── closer.agent.md 58 │ ├── engine.agent.md 59 │ ├── forge.agent.md 60 │ ├── ledger.agent.md 61 │ ├── nexus.agent.md 62 │ ├── oracle.agent.md 63 │ ├── pulse.agent.md 64 │ └── shield.agent.md 65 ├── memory/ ← agent memory files 66 ├── dark-factory/ ← CPA acquisition files 67 │ ├── LOI_TXS5345.md ← LOI ready to send 68 │ └── VALUATION_TXS5345.md ← Deal analysis 69 ├── star-voss/ 70 │ └── ATTORNEY_PACKAGE.md ← Full legal package 71 └── henry-os/ 72 ├── henry-core/ ← MCP server (20 skills, Opus 4.6) 73 ├── henry-phone/ ← Twilio voice/SMS server 74 ├── openclaw/ ← Docker agent runtime 75 ├── voice/ ← Browser voice UI 76 └── INSTALL.md 77 ``` 78 79 ### Local Machine Paths (Windows) 80 ``` 81 C:\Users\whitt\HENRY_CONTEXT.md ← MASTER CONTEXT — READ FIRST 82 C:\Users\whitt\AppData\Roaming\Claude\ ← Claude Desktop config 83 C:\Users\whitt\Development\henry-ai-company\ ← Main repo (cloned) 84 C:\Users\whitt\Development\AI-Projects\ ← AEGIS, PRISM, BMAD, DevFactory 85 C:\ZeroHumanCompany\ ← Felix SR infrastructure 86 C:\Users\whitt\.agent\skills ← 233 expert skills 87 C:\Users\whitt\Downloads\.STARVOSS_LEGAL_CASE\ ← Star Voss evidence 88 ``` 89 90 --- 91 92 ## SECTION 4 — MCP SERVERS STATUS 93 94 | Server | Status | Path | 95 |--------|--------|------| 96 | filesystem | ✅ Live | C:\ + D:\ access | 97 | github | ✅ Fixed 2026-03-21 | New PAT, repo write scope | 98 | command-center | ✅ Live | DevFactory/mcp-servers/ | 99 | henry-core | ⚠️ Needs git pull + npm install | henry-os/henry-core/ | 100 | bmad | ✅ Live | AI-Dev/bmad-mcp-server/ | 101 | aegis | ⚠️ Wired, needs restart | AI-Projects/AEGIS/ | 102 103 **Fix henry-core (run once):** 104 ```powershell 105 cd C:\Users\whitt\Development\henry-ai-company 106 git pull 107 cd henry-os\henry-core 108 npm install 109 # Restart Claude Desktop 110 ``` 111 112 --- 113 114 ## SECTION 5 — WHAT WAS BUILT (2026-03-21 session) 115 116 | Item | Status | Location | 117 |------|--------|----------| 118 | Mission Control UI | ✅ Built | Interactive widget in claude.ai | 119 | henry-core MCP (20 skills) | ✅ Pushed | henry-os/henry-core/ | 120 | Voice UI (browser) | ✅ Pushed | henry-os/voice/henry-voice.html | 121 | HENRY Phone (Twilio) | ✅ Pushed | henry-os/henry-phone/ | 122 | OpenClaw Docker runtime | ✅ Pushed | henry-os/openclaw/ | 123 | LOI for TXS5345 | ✅ Pushed | dark-factory/LOI_TXS5345.md | 124 | Deal valuation TXS5345 | ✅ Pushed | dark-factory/VALUATION_TXS5345.md | 125 | Star Voss attorney package | ✅ Pushed | star-voss/ATTORNEY_PACKAGE.md | 126 | HENRY_BRAIN.md updated | ✅ Pushed | HENRY_BRAIN.md | 127 | claude_desktop_config.json | ✅ Fixed | Local machine | 128 | GitHub PAT rotated | ✅ Done | ghp format, repo write scope | 129 | Anthropic API key rotated | ✅ Done | New key in config | 130 | HENRY_CONTEXT.md updated | ✅ Done | C:\Users\whitt\HENRY_CONTEXT.md | 131 132 --- 133 134 ## SECTION 6 — CRITICAL OPEN ITEMS 135 136 ### Do TODAY 137 - [ ] **Scan F210 signed lease** → email to whittdwyer@gmail.com 138 - [ ] **Call APS.net (877) 632-1040** → TXS5513 buyer package 139 - [ ] **Call HAA (713) 595-0300** → Star Voss complaint 140 - [ ] **Buy Twilio number** (~$1.15/mo) → finish HENRY Phone 141 142 ### This Week 143 - [ ] File RIA registration with Texas SSB (60-90 day clock not running) 144 - [ ] Submit LOI for TXS5345 (file is ready: dark-factory/LOI_TXS5345.md) 145 - [ ] Complete henry-core install (git pull + npm install + restart Desktop) 146 - [ ] Start OpenClaw Docker (docker-compose up in henry-os/openclaw/) 147 - [ ] Find Houston class action tenant attorney (contingency fee, DTPA) 148 - [ ] Request buyer packages for TXS5450 + TXS5491 149 150 --- 151 152 ## SECTION 7 — ANTHROPIC LATEST (as of 2026-03-21) 153 154 ### Model: Claude Opus 4.6 (current session model) 155 - **Agent Teams**: Parallel multi-agent coordination in Claude Code — ENABLED 156 - **Adaptive Thinking**: Dynamic reasoning depth — default high effort 157 - **1M Token Context**: Beta, available on Developer Platform 158 - **128K Output Tokens**: Available 159 - **Compaction**: Server-side context summarization available 160 161 ### Skills Format (Anthropic YAML frontmatter) 162 Correct format for skills: 163 ```markdown 164 --- 165 name: skill_name 166 description: "When Claude should call this..." 167 --- 168 # Skill Content 169 ``` 170 Whitt has 233 skills at `C:\Users\whitt\.agent\skills` — need migration to YAML format. 171 172 ### MCP Tool Search (Jan 2026 update) 173 - Progressive/on-demand tool loading now native 174 - henry-core uses this pattern — tools auto-register on startup 175 176 --- 177 178 ## SECTION 8 — AGENT ROSTER 179 180 | Invoke | Agent | Role | Model | 181 |--------|-------|------|-------| 182 | /orchestrator | ORCHESTRATOR | Routes all tasks | Opus 4.6 | 183 | /atlas | ATLAS | Strategy + acquisitions | Opus 4.6 | 184 | /ledger | LEDGER | Finance, valuations, SBA | DeepSeek R1 | 185 | /forge | FORGE | Code, MCP, architecture | DeepSeek R1 | 186 | /shield | SHIELD | Legal, LOIs, Star Voss | Opus 4.6 | 187 | /oracle | ORACLE | Research, due diligence | Opus 4.6 | 188 | /pulse | PULSE | Marketing, GTM, copy | Gemini Flash | 189 | /closer | CLOSER | Sales, proposals | Gemini Flash | 190 | /engine | ENGINE | Ops, sprint management | Gemini Flash | 191 192 --- 193 194 ## SECTION 9 — DARK FACTORY PIPELINE 195 196 | ID | Revenue | Buy At | Exit 7x | Status | 197 |----|---------|--------|---------|--------| 198 | TXS5513 | $424K | $170K | $2.1M | 🔴 CALL NOW | 199 | TXS5450 | $472K | $189K | $2.3M | Pipeline | 200 | TXS5491 | $910K | $364K | $4.5M | SBA eligible | 201 | TXS5345 | $142K | $57K | $784K | LOI ready | 202 203 **APS.net:** (877) 632-1040 204 205 --- 206 207 ## SECTION 10 — STAR VOSS LEGAL 208 209 - Units F210, F212, F310 210 - F210 original signed lease FOUND (2026-03-21) — scan + secure NOW 211 - 7 causes of action, 5 STRONG 212 - DTPA = 3x damages + mandatory attorney fees 213 - Class action potential: same bad-faith management across 7-8 Houston properties 214 - Attorney package: `star-voss/ATTORNEY_PACKAGE.md` 215 - HAA: (713) 595-0300 | TX AG: (800) 621-0508 216 - Evidence: C:\Users\whitt\Downloads\.STARVOSS_LEGAL_CASE\ 217 218 --- 219 220 ## SECTION 11 — HOW HENRY OS WORKS 221 222 ``` 223 Whitt speaks/types 224 ↓ 225 Claude Opus 4.6 (brain — always frontier model) 226 ↓ 227 Task dispatcher 228 ↓ ↓ ↓ ↓ ↓ 229 [ORACLE] [LEDGER] [SHIELD] [FORGE] [PULSE] ← parallel, background 230 ↓ 231 Results delivered to Whitt 232 ↑ 233 Persistent memory (HENRY_BRAIN.md + agent memory files) 234 ``` 235 236 **Voice:** Browser Web Speech API (henry-voice.html in Chrome) 237 **Phone:** Twilio SMS + voice (henry-phone/) 238 **Agents:** OpenClaw Docker runtime (henry-os/openclaw/) 239 **MCP skills:** henry-core (20 specialists, all call Opus 4.6) 240 241 --- 242 243 ## SECTION 12 — CODEWORDS 244 245 | Codeword | Action | 246 |----------|--------| 247 | BUILD | Execute immediately. Show output. | 248 | FIX | Diagnose + fix. Show what changed. | 249 | EXPLAIN | Visual-first. Diagram. Examples. | 250 | ULTRA | Maximum depth. Full analysis. | 251 | STATUS | Full project state summary. | 252 | PAUSE | Checkpoint all state to HENRY_CONTEXT.md | 253 254 --- 255 *Generated by HENRY AI — 2026-03-21 — Sonnet 4.6 session* 256 *Next session: paste kick-off prompt from Section 1*