Agentic systemLive · daily
Margo — an agentic chief-of-staff
My chief-of-staff assistant. One consistent persona that screens my calls, texts, and email, runs my morning brief, and answers questions about my schedule and tasks. Under the hood it's an orchestrator that loads purpose-built subagents just-in-time, a local-first daemon running proactive loops, and an act-low / ask-high approval gate — it handles the safe things itself and drafts-and-holds anything outbound. References are baked in, so it never wastes a turn re-fetching schemas at runtime.
AI architectureOpen source
Seneschal — the assistant framework, open-sourced
Margo, generalized and given away. Seneschal is the de-personalized framework beneath my own assistant — a local-first, chief-of-staff AI built as a Claude Code skill suite. You bring the persona, the channels, and the data store; it brings the machinery: one orchestrator that picks a mode and runs every turn through an ordered advisor chain, a single act-low / ask-high approval gate, and a resident asyncio daemon that holds a warm chat session and fires reminders on time — subscription-billed, no hosted brain. The system of record is pluggable — Notion, an Obsidian vault, or a plain Markdown folder — behind one seam, and a guided /setup wizard makes it yours one chapter at a time.
AI engineering methodSelf-verifying
My spec-driven development pipeline
How I ship fast without shipping slop. Specifications come first, and a separate verifier certifies every deliverable — the thing that does the work never grades its own homework. The core is a durable task-graph runtime with typed contracts, file-first state, memory, and a self-improvement loop; a local model does the cheap work and escalates to Claude only when it has to. In practice it runs as audit-driven phases: an audit becomes the spec, a briefing hands it off, one pull request per phase, and the verification gate decides what merges.
Agentic tooling7 skills
A reusable Claude Code skill suite
The tooling that makes multi-agent engineering repeatable: context-loaders that prime a session with the right docs in the right order, a crash-recovery skill that rebuilds progress from git history and a ledger to resume a dead run, an in-flight decision framework, CI bootstrappers, and doc-sync. The tools that build the things that build.