{
  "schemaVersion": "1.0",
  "item": {
    "slug": "founder-coach-ai",
    "name": "Founder Coach AI",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/aiwithabidi/founder-coach-ai",
    "canonicalUrl": "https://clawhub.ai/aiwithabidi/founder-coach-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/founder-coach-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=founder-coach-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/founder_checkin.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/founder-coach-ai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/founder-coach-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Founder Coach 🎯",
        "body": "Your AI-powered founder accountability system.\n\nA structured coaching framework for AI-era founders. Daily check-ins, decision journaling, weekly strategy reviews, and accountability tracking — all stored in your agent's memory."
      },
      {
        "title": "Quick Start",
        "body": "# Morning check-in\npython3 {baseDir}/scripts/founder_checkin.py morning\n\n# Evening reflection\npython3 {baseDir}/scripts/founder_checkin.py evening\n\n# Weekly review\npython3 {baseDir}/scripts/founder_checkin.py weekly\n\n# View stats\npython3 {baseDir}/scripts/founder_checkin.py stats\n\n# View recent entries\npython3 {baseDir}/scripts/founder_checkin.py history --days 7"
      },
      {
        "title": "🌅 Morning Brief Template",
        "body": "Use this every morning to set your day:"
      },
      {
        "title": "1. Yesterday Recap",
        "body": "What did I commit to yesterday?\nWhat actually got done? (completion rate)\nWhat carried over and why?"
      },
      {
        "title": "2. Today's Top 3 Priorities",
        "body": "#PriorityWhy it mattersTime block123\n\nRule: If you can only do ONE thing today, which is it? That's #1."
      },
      {
        "title": "3. AI Founder Question of the Day",
        "body": "Pick one to reflect on:\n\n\"What manual process am I doing that AI could handle?\"\n\"Where is my moat — data, workflow, distribution, or brand?\"\n\"What's my cost-per-serve and how do I halve it?\"\n\"Am I building a product or a feature that GPT will add next quarter?\"\n\"What would a 10-person AI-native company do differently?\""
      },
      {
        "title": "Wins",
        "body": "What went well today?\nWhat am I proud of?"
      },
      {
        "title": "Losses",
        "body": "What didn't happen? Why?\nWhat would I do differently?"
      },
      {
        "title": "Tomorrow",
        "body": "Top 3 priorities for tomorrow\nOne thing to stop doing\nOne thing to start doing"
      },
      {
        "title": "Energy Check",
        "body": "Rate 1-5: Energy [ ] Focus [ ] Motivation [ ]"
      },
      {
        "title": "📊 Weekly Strategy Review",
        "body": "Run every Sunday or Monday. Takes 30-60 minutes."
      },
      {
        "title": "Performance",
        "body": "Commitments made this week: ___\nCommitments kept: ___ (___%)\nTrend vs last week: ↑ / → / ↓"
      },
      {
        "title": "Key Metrics",
        "body": "MetricLast WeekThis WeekTargetRevenueUsers/CustomersKey Feature ProgressCost-per-serve"
      },
      {
        "title": "Strategic Questions",
        "body": "Moat Analysis\n\nData moat: Are we accumulating proprietary data? What data do we have that others don't?\nWorkflow moat: Are we embedded in customer workflows? Switching cost?\nDistribution moat: Do we own a channel? Community? Brand?\nSpeed moat: Are we shipping faster than anyone else?\n\nCommoditization Risk\n\nWhich parts of our stack are becoming commoditized?\nWhat happens when GPT-5 / Claude 4 / Gemini 3 drops?\nAre we building on top of APIs that could become competitors?\n\nAI-Era Economics\n\nCost-per-serve: What does it cost to serve one customer?\nOutcome-based pricing: Can we charge for outcomes, not seats?\nMarginal cost: Does our 1000th customer cost the same as the 1st?\nAI leverage: Where does AI give us 10x leverage vs humans?"
      },
      {
        "title": "Decisions Made This Week",
        "body": "DecisionContextOptions ConsideredChosenReversible?"
      },
      {
        "title": "Next Week",
        "body": "#1 priority (must happen):\n#2 priority (should happen):\n#3 priority (nice to have):\nOne bet/experiment to run:"
      },
      {
        "title": "📓 Decision Journal Format",
        "body": "For important decisions, use this format:\n\n## Decision: [Title]\nDate: YYYY-MM-DD\nStakes: Low / Medium / High / Critical\n\n### Context\nWhat's the situation? Why does this decision need to be made now?\n\n### Options\n1. **Option A:** [description]\n   - Pro: ...\n   - Con: ...\n   - Cost: ...\n\n2. **Option B:** [description]\n   - Pro: ...\n   - Con: ...\n   - Cost: ...\n\n### Decision\nChose: [Option X]\nReasoning: [Why]\nReversible: Yes/No\nReview date: [When to check if this was right]\n\n### Outcome (fill in later)\nDate reviewed:\nResult:\nLesson:"
      },
      {
        "title": "How It Works",
        "body": "Morning: Set 3 commitments\nEvening: Mark complete/incomplete with notes\nWeekly: Review completion rate and patterns\nMonthly: Identify systemic issues"
      },
      {
        "title": "Scoring",
        "body": "90-100% completion: You're either crushing it or setting easy goals\n70-89%: Healthy stretch zone\n50-69%: Overcommitting or execution issues\nBelow 50%: Stop. Fewer commitments. Execute on 1-2 things."
      },
      {
        "title": "Patterns to Watch",
        "body": "Always incomplete #3: You're overcommitting — do 2 things well\nSame item carrying over: It's either not important (cut it) or you're avoiding it (why?)\nHigh completion but no progress: You're busy, not productive — wrong priorities\nEnergy always low: Burnout risk — take a break before it takes you"
      },
      {
        "title": "🤖 AI-Era Founder Questions Bank",
        "body": "Rotate through these in morning briefs:"
      },
      {
        "title": "Product & Moat",
        "body": "What would this business look like if AI could do 80% of the work?\nAre we a thin wrapper around an API? How do we add defensible value?\nWhat proprietary data or feedback loops do we create?\nIf OpenAI built our feature tomorrow, what would still be ours?"
      },
      {
        "title": "Economics",
        "body": "What's our cost-per-serve and trajectory?\nCan we charge for outcomes instead of access?\nWhere do margins come from when AI costs drop 10x yearly?\nWhat's our unit economics at 10x scale?"
      },
      {
        "title": "Competition",
        "body": "What can a 3-person AI-native startup build in 3 months that competes with us?\nWhere do we have distribution that new entrants don't?\nWhat switching costs have we built?"
      },
      {
        "title": "Personal",
        "body": "Am I building a company or a project?\nWhat am I uniquely positioned to build that AI can't easily replicate?\nAm I spending time on $10/hr tasks or $1000/hr tasks?\nWhat would I do if I had 10x the resources? What about 1/10th?"
      },
      {
        "title": "Storage",
        "body": "All entries are stored in memory/founder-journal/:\n\nmemory/founder-journal/\n├── 2026-02-15.md       # Daily entries\n├── 2026-02-16.md\n├── weekly/\n│   └── 2026-W07.md     # Weekly reviews\n└── decisions/\n    └── 2026-02-15-decision-name.md"
      },
      {
        "title": "Credits",
        "body": "Built by M. Abidi | agxntsix.ai\nYouTube | GitHub\nPart of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
      }
    ],
    "body": "Founder Coach 🎯\n\nYour AI-powered founder accountability system.\n\nA structured coaching framework for AI-era founders. Daily check-ins, decision journaling, weekly strategy reviews, and accountability tracking — all stored in your agent's memory.\n\nQuick Start\n# Morning check-in\npython3 {baseDir}/scripts/founder_checkin.py morning\n\n# Evening reflection\npython3 {baseDir}/scripts/founder_checkin.py evening\n\n# Weekly review\npython3 {baseDir}/scripts/founder_checkin.py weekly\n\n# View stats\npython3 {baseDir}/scripts/founder_checkin.py stats\n\n# View recent entries\npython3 {baseDir}/scripts/founder_checkin.py history --days 7\n\n🌅 Morning Brief Template\n\nUse this every morning to set your day:\n\n1. Yesterday Recap\nWhat did I commit to yesterday?\nWhat actually got done? (completion rate)\nWhat carried over and why?\n2. Today's Top 3 Priorities\n#\tPriority\tWhy it matters\tTime block\n1\t\t\t\n2\t\t\t\n3\t\t\t\n\nRule: If you can only do ONE thing today, which is it? That's #1.\n\n3. AI Founder Question of the Day\n\nPick one to reflect on:\n\n\"What manual process am I doing that AI could handle?\"\n\"Where is my moat — data, workflow, distribution, or brand?\"\n\"What's my cost-per-serve and how do I halve it?\"\n\"Am I building a product or a feature that GPT will add next quarter?\"\n\"What would a 10-person AI-native company do differently?\"\n🌙 Evening Reflection Template\nWins\nWhat went well today?\nWhat am I proud of?\nLosses\nWhat didn't happen? Why?\nWhat would I do differently?\nTomorrow\nTop 3 priorities for tomorrow\nOne thing to stop doing\nOne thing to start doing\nEnergy Check\n\nRate 1-5: Energy [ ] Focus [ ] Motivation [ ]\n\n📊 Weekly Strategy Review\n\nRun every Sunday or Monday. Takes 30-60 minutes.\n\nPerformance\nCommitments made this week: ___\nCommitments kept: ___ (___%)\nTrend vs last week: ↑ / → / ↓\nKey Metrics\nMetric\tLast Week\tThis Week\tTarget\nRevenue\t\t\t\nUsers/Customers\t\t\t\nKey Feature Progress\t\t\t\nCost-per-serve\t\t\t\nStrategic Questions\nMoat Analysis\nData moat: Are we accumulating proprietary data? What data do we have that others don't?\nWorkflow moat: Are we embedded in customer workflows? Switching cost?\nDistribution moat: Do we own a channel? Community? Brand?\nSpeed moat: Are we shipping faster than anyone else?\nCommoditization Risk\nWhich parts of our stack are becoming commoditized?\nWhat happens when GPT-5 / Claude 4 / Gemini 3 drops?\nAre we building on top of APIs that could become competitors?\nAI-Era Economics\nCost-per-serve: What does it cost to serve one customer?\nOutcome-based pricing: Can we charge for outcomes, not seats?\nMarginal cost: Does our 1000th customer cost the same as the 1st?\nAI leverage: Where does AI give us 10x leverage vs humans?\nDecisions Made This Week\nDecision\tContext\tOptions Considered\tChosen\tReversible?\n\t\t\t\t\nNext Week\n#1 priority (must happen):\n#2 priority (should happen):\n#3 priority (nice to have):\nOne bet/experiment to run:\n📓 Decision Journal Format\n\nFor important decisions, use this format:\n\n## Decision: [Title]\nDate: YYYY-MM-DD\nStakes: Low / Medium / High / Critical\n\n### Context\nWhat's the situation? Why does this decision need to be made now?\n\n### Options\n1. **Option A:** [description]\n   - Pro: ...\n   - Con: ...\n   - Cost: ...\n\n2. **Option B:** [description]\n   - Pro: ...\n   - Con: ...\n   - Cost: ...\n\n### Decision\nChose: [Option X]\nReasoning: [Why]\nReversible: Yes/No\nReview date: [When to check if this was right]\n\n### Outcome (fill in later)\nDate reviewed:\nResult:\nLesson:\n\n📈 Accountability System\nHow It Works\nMorning: Set 3 commitments\nEvening: Mark complete/incomplete with notes\nWeekly: Review completion rate and patterns\nMonthly: Identify systemic issues\nScoring\n90-100% completion: You're either crushing it or setting easy goals\n70-89%: Healthy stretch zone\n50-69%: Overcommitting or execution issues\nBelow 50%: Stop. Fewer commitments. Execute on 1-2 things.\nPatterns to Watch\nAlways incomplete #3: You're overcommitting — do 2 things well\nSame item carrying over: It's either not important (cut it) or you're avoiding it (why?)\nHigh completion but no progress: You're busy, not productive — wrong priorities\nEnergy always low: Burnout risk — take a break before it takes you\n🤖 AI-Era Founder Questions Bank\n\nRotate through these in morning briefs:\n\nProduct & Moat\nWhat would this business look like if AI could do 80% of the work?\nAre we a thin wrapper around an API? How do we add defensible value?\nWhat proprietary data or feedback loops do we create?\nIf OpenAI built our feature tomorrow, what would still be ours?\nEconomics\nWhat's our cost-per-serve and trajectory?\nCan we charge for outcomes instead of access?\nWhere do margins come from when AI costs drop 10x yearly?\nWhat's our unit economics at 10x scale?\nCompetition\nWhat can a 3-person AI-native startup build in 3 months that competes with us?\nWhere do we have distribution that new entrants don't?\nWhat switching costs have we built?\nPersonal\nAm I building a company or a project?\nWhat am I uniquely positioned to build that AI can't easily replicate?\nAm I spending time on $10/hr tasks or $1000/hr tasks?\nWhat would I do if I had 10x the resources? What about 1/10th?\nStorage\n\nAll entries are stored in memory/founder-journal/:\n\nmemory/founder-journal/\n├── 2026-02-15.md       # Daily entries\n├── 2026-02-16.md\n├── weekly/\n│   └── 2026-W07.md     # Weekly reviews\n└── decisions/\n    └── 2026-02-15-decision-name.md\n\nCredits\n\nBuilt by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aiwithabidi/founder-coach-ai",
    "publisherUrl": "https://clawhub.ai/aiwithabidi/founder-coach-ai",
    "owner": "aiwithabidi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/founder-coach-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/founder-coach-ai",
    "agentUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/founder-coach-ai/agent.md"
  }
}