Setup guide and documentation for the Founder Support System plugin
Provides strategic planning and executive coaching for founders using Notion-based frameworks.
/plugin marketplace add Pitchlab/founder-support-system/plugin install founder-support-system@founder-support-systemStrategic planning and executive coaching plugin for founders and solopreneurs.
This plugin requires the Notion MCP server to read/write Notion pages.
Installation: Follow the Notion MCP Server Guide
Add to your Claude Code MCP settings (usually ~/.config/claude-code/mcp.json or via Claude settings).
Create these 6 pages in your Notion workspace:
Page Structure: Use blank pages. The plugin will populate them with structured content.
For each page:
https://www.notion.so/Page-Title-{PAGE_ID}Option A: Project-Specific (Recommended)
Create .claude/config.md in your project directory:
# Project Configuration
## Notion URLs
- vision: https://www.notion.so/YOUR-VISION-PAGE-URL
- yearPlan: https://www.notion.so/YOUR-YEAR-PLAN-PAGE-URL
- personalOperatingModel: https://www.notion.so/YOUR-POM-PAGE-URL
- goldenRules: https://www.notion.so/YOUR-GOLDEN-RULES-PAGE-URL
- logbook: https://www.notion.so/YOUR-LOGBOOK-PAGE-URL
- founderWisdom: https://www.notion.so/YOUR-FOUNDER-WISDOM-PAGE-URL
Benefits: Different Notion workspaces per project, version-controlled
Option B: Global Configuration
Create .claude-plugin/config.json in the plugin directory:
{
"notion": {
"vision": "https://www.notion.so/YOUR-VISION-PAGE-URL",
"yearPlan": "https://www.notion.so/YOUR-YEAR-PLAN-PAGE-URL",
"personalOperatingModel": "https://www.notion.so/YOUR-POM-PAGE-URL",
"goldenRules": "https://www.notion.so/YOUR-GOLDEN-RULES-PAGE-URL",
"logbook": "https://www.notion.so/YOUR-LOGBOOK-PAGE-URL",
"founderWisdom": "https://www.notion.so/YOUR-FOUNDER-WISDOM-PAGE-URL"
}
}
Benefits: Single configuration for all projects
# Test basic command
/founder-support-system:get-year-and-quarter
# Test Notion integration
/founder-support-system:coach
/founder-support-system:year-plan - Create/update annual plan (60-90 min)/founder-support-system:quarterly-review - Structured quarterly review (30-60 min)/founder-support-system:vision - Create vision and manifesto (60-90 min)/founder-support-system:personal-operating-model - Self-assessment (60-90 min)/founder-support-system:working-with-me - User manual creation (20-30 min)/founder-support-system:coach - Executive coach for daily decisions/founder-support-system:financial-coach - Burn rate and revenue coach/founder-support-system:get-year-and-quarter - Get current year/quarter/founder-support-system:help - This help screenSkills auto-trigger based on conversation context:
Prime Directive: Turn reflection into decisions.
Based on:
Constraints:
claude plugin marketplace listclaude plugin marketplace add Pitchlab/founder-support-system.claude/config.md or .claude-plugin/config.json)/founder-support-system:coach┌─────────────────────────────────────────────────┐
│ FOUNDER SUPPORT SYSTEM │
├─────────────────────────────────────────────────┤
│ DAILY USE: │
│ • "coach me" - Executive coaching │
│ • "burn rate" - Financial coaching │
│ │
│ PLANNING (60-90 min sessions): │
│ • /founder-support-system:year-plan │
│ • /founder-support-system:quarterly-review │
│ • /founder-support-system:vision │
│ • /founder-support-system:personal-operating- │
│ model │
│ │
│ CONFIG: │
│ • .claude/config.md (project-specific) │
│ • .claude-plugin/config.json (global) │
│ │
│ REQUIRES: │
│ • Notion MCP Server │
│ • 6 Notion pages (Vision, Year Plan, POM, │
│ Golden Rules, Logbook, Founder Wisdom) │
└─────────────────────────────────────────────────┘
Need more help? See the full setup guide at: https://github.com/Pitchlab/founder-support-system/blob/main/SETUP.md