founderfocus
Behavioral operating system for solo founders managing parallel workstreams. Enforces execution discipline, captures ideas without session d
Open source Repository Open in the app JSON README (API)
About
Behavioral operating system for solo founders managing parallel workstreams. Enforces execution discipline, captures ideas without session derailment, and ensures seamless session recovery.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- martelgpt10
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-15T10:11:41Z
- Repository state
- ativo
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
martelgpt10/founderfocus/founderfocus
README
# FounderFocus A behavioral operating system for solo founders managing parallel workstreams. Enforces execution discipline, captures ideas without session derailment, and ensures seamless session recovery. **Author:** Sanders Software Solutions --- ## What It Does FounderFocus 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. --- ## Skills ### `session-open` Establishes 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. **Triggers:** "let's start", "starting a session", "I want to work on", "picking up where I left off", "continuing on" --- ### `founder-focus` Enforces 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. **Triggers:** Any new idea, "what if we also...", "one more thing", "I just thought of...", scope expansion mid-session --- ### `idea-vault` Captures, 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. **Triggers:** "log this idea", "add to vault", "park this", "don't let me forget", post-session vault review --- ### `session-close` Closes 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. **Triggers:** "wrapping up", "done for now", "session over", "shutting down", "calling it" --- ### `session-recover` Handles 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. **Triggers:** "picking up where I left off", "resuming", "where were we", "session got interrupted", "continuing from yesterday" --- ## The Execution Loop ``` session-open → [active work] → session-close ← clean path session-open → [active work] → session-recover ← interrupted path session-recover → session-open → [resume work] ← recovery path ``` founder-focus and idea-vault activate inside the `[active work]` phase whenever drift or new ideas appear. --- ## Installation ```bash cc --plugin founderfocus@claude-plugins-official ``` Or install via the `/plugin` command inside Claude Code.