{
  "markdown": "# FounderFocus\n\nA behavioral operating system for solo founders managing parallel workstreams. Enforces execution discipline, captures ideas without session derailment, and ensures seamless session recovery.\n\n**Author:** Sanders Software Solutions\n\n---\n\n## What It Does\n\nFounderFocus installs five tightly coupled skills that run as an execution loop around every build session. The system's core insight: the biggest threat to a solo founder's output isn't distraction — it's the moment a genuinely good idea arrives mid-execution and feels more important than the task at hand.\n\n---\n\n## Skills\n\n### `session-open`\nEstablishes a scope contract before any build session begins. Declares what's being built, what done looks like, and what's explicitly out of scope. No session starts without it. Takes under two minutes.\n\n**Triggers:** \"let's start\", \"starting a session\", \"I want to work on\", \"picking up where I left off\", \"continuing on\"\n\n---\n\n### `founder-focus`\nEnforces execution discipline when new ideas, scope additions, or drift patterns appear mid-session. Names the drift, protects the idea by compressing it to one sentence, refuses to integrate it into the active session, and reorients to the current task.\n\n**Triggers:** Any new idea, \"what if we also...\", \"one more thing\", \"I just thought of...\", scope expansion mid-session\n\n---\n\n### `idea-vault`\nCaptures, compresses, and tags ideas that arrive at the wrong time. Works in two modes: Capture (mid-session, triggered by founder-focus) and Review (post-session, triggered by session-close). Ideas are not rejected — they're protected until the right time.\n\n**Triggers:** \"log this idea\", \"add to vault\", \"park this\", \"don't let me forget\", post-session vault review\n\n---\n\n### `session-close`\nCloses build sessions with verification against the scope contract, generates an Operator status entry for handoff, and opens the idea-vault for post-session review. Only after the done condition is verified does the vault open.\n\n**Triggers:** \"wrapping up\", \"done for now\", \"session over\", \"shutting down\", \"calling it\"\n\n---\n\n### `session-recover`\nHandles the gap between sessions when a clean close didn't happen. Fires at interruption (captures minimum necessary state) and at resumption (reconstructs that state perfectly). Runs before session-open when resuming from an interrupted session.\n\n**Triggers:** \"picking up where I left off\", \"resuming\", \"where were we\", \"session got interrupted\", \"continuing from yesterday\"\n\n---\n\n## The Execution Loop\n\n```\nsession-open → [active work] → session-close      ← clean path\nsession-open → [active work] → session-recover    ← interrupted path\nsession-recover → session-open → [resume work]    ← recovery path\n```\n\nfounder-focus and idea-vault activate inside the `[active work]` phase whenever drift or new ideas appear.\n\n---\n\n## Installation\n\n```bash\ncc --plugin founderfocus@claude-plugins-official\n```\n\nOr install via the `/plugin` command inside Claude Code.\n",
  "bytes": 2970,
  "sha": "531ff90ba8533a79960bade710a6cba2139a941bcfa7d6258d67e4966aa03cfe",
  "repo_slug": "martelgpt10/founderfocus",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_martelgpt10_founderfocus_founderfocus_0ead2c87/readme"
}