menu
25Command Claude Code
Show me what FounderOS can do right now. Say "show me what you can do" or "what's available" (or run /founder-os:menu). Returns 5 to 7 capability suggestions tailored to your current state.
Command Claude Code
Show me what FounderOS can do right now. Say "show me what you can do" or "what's available" (or run /founder-os:menu). Returns 5 to 7 capability suggestions tailored to your current state.
Command Claude Code
The morning answer loop. Say "morning loop" or run /founder-os:morning-loop. At most four sharp questions drawn from what is actually waiting, every answer written back to the file that owns it, then one coach line naming today's single step. Once a day.
Command Claude Code
Recommend the next action. Say "what should I focus on next?" (or run /next). Reads priorities, clients, cadence, and brain, then recommends one thing with reasoning. Read-only.
Command Claude Code
Roll up weekly observation logs. Say "roll up observations" or "compress old logs" (or run /founder-os:observation-rollup). Compresses JSONL observation files older than 10 days into weekly markdown summaries. Idempotent.
Command Claude Code
Plan the next round of OS improvements. Say "evolve the OS" or run /founder-os:os-evolve [path to an audit or plan]. Scores the last cycle, writes gaps with evidence and numbered execute prompts into one dated plan file. Plans only - never executes its own prompts.
Command Claude Code
Gate before any meeting. Say "prep me for my call with [name]" (or run /pre-meeting ). Requires capture artifact + ask. Logs intent to brain/log.md.
Command Claude Code
Query the OS for a topic. Say "find the file about [topic]" or "search my OS for [topic]" (or run /founder-os:query ). Three modes (index, timeline, full) for progressive disclosure. Read-only.
Command Claude Code
Manage the work queue. Say "what's on my plate", "what's moving", or "add to queue: " (or run /founder-os:queue). Shows ACTIVE items, adds to BACKLOG, moves items between states. ACTIVE is capped at 3.
Command Claude Code
Capture a raw rant immediately, then offer to route it. Say "I want to rant" or "let me dump something" (or run /founder-os:rant). The rant goes to brain/rants/ first; routing is optional after.
Command Claude Code
Draft replies to incoming customer messages, reviews, DMs, and inquiries. Asks whose voice to use, then drafts in that voice with channel and posture constraints applied.
Command Claude Code
Stress-test your venture the way an investor will, before they do. Say "what would an investor say" or "am I ready to raise" (or run /founder-os:self-diligence). Five scored dimensions, SWOT, and the questions you will be asked.
Command Claude Code
Set up Founder OS from scratch. Fires on any natural-language onboarding ask, including "set up Founder OS", "install Founder OS", "set up my second brain", "help me set up my second brain", "help me onboard", "onboard me", "what do I do", "where do I start", "how does this work", "I'm new", "get me started", "run the…
Command Claude Code
Final ship gate. Say "is this ready to send" or "ship-check this" (or run /founder-os:ship-deliverable ). Runs template fit, anti-AI scan, blind-spot evidence, and pre-send-check. Read-only.
Command Claude Code
Report what changed since the last time this command ran. Say "what changed since last session", "what did I miss", "catch me up", or run /founder-os:since-last-session. Reads the marker at brain/.last-session and reports five things: hours elapsed, brain/log.md entries added, flags decayed, commitments now overdue…
Command Claude Code
Check OS readiness. Say "check my OS readiness", "what's my OS state", or "readiness check" (or run /founder-os:status). Returns a weighted score across six buckets (Core, Voice and Brand, Cadence, Business Context, Brain Layer, Queue) plus the next 3 high-impact moves. For a full health audit, use /founder-os:audit.…
Command Claude Code
Produce a state-of-the-OS report from the current file layer. Say "give me a strategic read", "where am I", or run /founder-os:strategic-read. Returns 5 sections by default; pass a section key (identity, commitments, decisions, flags, next-moves) to render only that section. Read-only.
Command Claude Code
Show what's on for today. Say "what's on for today?" (or run /today). 20-line view: anchor, open decisions, active flags, last 3 log entries, next calendar event.
Command Claude Code
Uninstall Founder OS. Say "uninstall Founder OS" (or run /founder-os:uninstall). Lists what will be removed, asks confirmation, then removes plugin registration and (optionally with --purge) your data files. Default mode preserves your data.
Command Claude Code
Update Founder OS. Say "update Founder OS" or "pull the latest" (or run /founder-os:update). Pulls the latest System Layer files without touching your personal data, then walks the release packs with you - filtered to the modules you actually run, and proposing every change to a file you have edited as a diff you…
Command Claude Code
Check that Founder OS is healthy. Say "verify the OS" or "health check" (or run /founder-os:verify). Returns a structured report across 9 substrate checks. Read-only. Never auto-fixes.
Command Claude Code
Set up your voice profile. Say "set up my voice profile" (or run /founder-os:voice-interview). Captures how you write into core/voice-profile.yml. Activates the voice-coupled writing skills (linkedin-post, client-update, proposal-writer, email-drafter, content-repurposer, sop-writer, your-voice). Takes about 10…
Command Claude Code
Find work you cannot find. Say "where is my work", "where did that go", "where did you save it", or run /founder-os:where. Answers with the project and folder in your own words instead of a list of paths, says plainly whether a second copy exists anywhere, and names any folder that would be gone tomorrow if this…
Command Claude Code
Rebuild the wiki graph. Tool invocation (run /founder-os:wiki-build). Walks OS markdown, extracts [[wikilinks]], refreshes the wikilinks section in brain/relations.yaml. Read-only on source markdown.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, executing dispatch.py via python. From ARCASSystems/FounderOS.