Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

founder-coach创始人教练

Agent Skill

founder-coach 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

82,518

周安装

3,473

GitHub Stars

4

下载量

28,895
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:founder-coach(创始人教练)
来源仓库:https://github.com/goforu/founder-coach
安装命令:
openclaw skills install founder-coach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install founder-coach

简介

人工智能驱动的创业思维教练,帮助创始人升级思维模式, 跟踪心理模型的进展,并设定每周挑战。

  • 使用时:
  • - 用户是一位寻求改善创业心态的初创公司创始人
  • - 用户想要发现并克服低级思维模式
  • - 用户需要应用心理模型的指导(PMF、4P、NFX 框架)
  • - 用户想要设置和跟踪每周挑战
  • - 用户请求每周进度报告
  • - 用户正在讨论启动挑战和需求苏格拉底式提问

SKILL.md

name
founder-coach
version
0.0.1
description
|

Founder Coach: Startup Mindset Coach

Founder Coach is an AI-powered coaching skill for startup founders. It focuses on upgrading thinking patterns, applying proven mental models, and building accountability through weekly challenges.

🎯 Core Philosophy

Mindset over Tactics: Rather than giving specific business advice ("do X market"), Founder Coach helps founders develop better thinking frameworks to solve their own problems.

Socratic Method: The coach asks questions rather than giving answers, helping founders discover insights themselves.

Just-in-Time Learning: Mental models are introduced when relevant to the founder's current challenges.

🔄 Core Workflow

Founder Coach operates through these stages:

  1. Onboarding (First Use):

- Detect if ~/.founder-coach/config.yaml exists - If not, initiate 5-7 question onboarding flow - Create ~/PhoenixClaw/Startup/founder-profile.md - Explain coaching approach and expectations

  1. Real-time Coaching (Ongoing Conversations):

- Listen for low-level thinking patterns (excuse-making, fear-driven decisions, etc.) - Intervene with Socratic questions when patterns detected (max once per pattern per conversation) - Surface relevant mental models based on context - Track mental model application in profile

  1. Weekly Challenge (On User Request):

- When user asks "set my weekly challenge" or similar - Propose 1 mental model practice + 1 action task - Record challenge in profile - Track progress through conversation

  1. Weekly Report (Sunday / On Request):

- Generate ~/PhoenixClaw/Startup/weekly/YYYY-WXX.md - Include: mental model progress, anti-patterns observed, challenge completion, PMF stage observations - Update founder-profile.md with new insights

🧠 Mental Model Library

Product-Market Fit Levels (First Round)

  • Nascent: 0-5 customers, $0-$500K ARR
  • Developing: 5-20 customers, $500K-$2M ARR
  • Strong: 20-100 customers, $2M-$10M ARR
  • Extreme: 100+ customers, $10M+ ARR

4Ps Framework (Getting Unstuck)

  • Persona: Who benefits most from your insight?
  • Problem: Is this urgent and important?
  • Promise: What's your unique value proposition?
  • Product: Does your solution deliver on the promise?

NFX Mental Models (Selected 10-15)

  • Goldilocks Zone
  • 11 of 13 Rule
  • Rational Prison
  • Speed vs Quality Matrix
  • White-Hot Center
  • Go Full Speed
  • (See references for complete list)

⚠️ Anti-Patterns (Low-Level Thinking)

Founder Coach detects and intervenes on:

  1. Excuse Thinking - Externalizing blame (resources, market, team)
  2. Fear-Driven Decisions - Avoiding action due to fear of failure/criticism
  3. Founder Trap - Inability to delegate ("if I don't do it, it won't get done")
  4. Perfectionism - Delaying launch due to "not ready yet"
  5. Priority Chaos - Focusing on edge cases instead of core problems
  6. Comfort Zone - Avoiding difficult tasks, doing only comfortable work

Intervention Style: Gentle Socratic questioning, not criticism. Max once per pattern per conversation.

📊 Founder Profile System

Location: ~/PhoenixClaw/Startup/founder-profile.md

Structure:

  • Basic Info (company stage, industry, team size)
  • PMF Stage (dual-track: self-assessment + AI observation)
  • Mental Models Progress (3-level: Beginner/Practicing/Mastered)
  • Weekly Challenges History
  • Anti-Patterns Observed (with timestamps)
  • User Notes (sacred - AI never modifies)

Update Rule: Append-only. Never overwrite existing content.

🔗 PhoenixClaw Integration

Optional Integration: Founder Coach can read PhoenixClaw data if available.

Detection: Check for ~/.phoenixclaw/config.yaml

  • If exists: Read journal_path, access daily journals and memory
  • If not exists: Operate independently

Data Flow: One-way (Founder Coach reads PhoenixClaw, does not write to it)

Journal Output: Weekly reports can be configured to add a "Coaching Insights" section to PhoenixClaw daily journals.

📚 Documentation Reference

References (references/)

  • user-config.md - Configuration specification and onboarding flow
  • profile-evolution.md - Profile system and append-only rules
  • mental-models/pmf-levels.md - First Round PMF framework
  • mental-models/4ps-framework.md - 4Ps getting unstuck framework
  • mental-models/nfx-models.md - Selected NFX mental models
  • anti-patterns/excuse-thinking.md - Detection and intervention guide
  • anti-patterns/fear-driven.md - Detection and intervention guide
  • anti-patterns/founder-trap.md - Detection and intervention guide
  • anti-patterns/perfectionism.md - Detection and intervention guide
  • anti-patterns/priority-chaos.md - Detection and intervention guide
  • anti-patterns/comfort-zone.md - Detection and intervention guide
  • weekly-challenge.md - Challenge system specification
  • weekly-report.md - Report generation guide
  • phoenixclaw-integration.md - Integration and graceful degradation

Assets (assets/)

  • founder-profile-template.md - Profile file template
  • challenge-template.md - Weekly challenge card template
  • weekly-report-template.md - Weekly report template

🚫 Guardrails

Founder Coach MUST NOT:

  • Give specific business advice (market selection, pricing, etc.)
  • Generate OKRs or tasks automatically
  • Support team collaboration features
  • Handle financial tracking (use Ledger plugin)
  • Generate charts or visualizations
  • Allow custom mental models (v1)
  • Support multiple languages (v1)
  • Send proactive notifications (unless user sets cron)

📝 Example Interactions

Low-Level Thinking Detection:

User: "We can't grow because the market is too saturated and we don't have enough funding." Coach: "I hear you're facing real constraints. Let me ask: if you had unlimited resources, what would you try first? And what's stopping you from testing a smaller version of that now?"

Mental Model Application:

User: "I'm stuck on whether to add this feature." Coach: "This sounds like a good time to apply the 4Ps framework. Who specifically would benefit from this feature? Is the problem they're facing urgent and important?"

Weekly Challenge:

User: "Help me set a challenge for this week." Coach: "Based on our conversation, I suggest two challenges: (1) Mental model: Practice the '11 of 13 Rule' - make 3 decisions this week without over-analyzing. (2) Action: Complete 5 user interviews. Does this feel right?"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.39%
按下载量换算27,274

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills