← 返回 Skills 市场
aiwithabidi

Founder Coach AI

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
572
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install founder-coach-ai
功能描述
AI founder coaching system — daily decision journal, accountability tracking, weekly strategy reviews, and AI-era specific questions on moat, commoditization...
使用说明 (SKILL.md)

Founder Coach 🎯

Your AI-powered founder accountability system.

A 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.

Quick Start

# Morning check-in
python3 {baseDir}/scripts/founder_checkin.py morning

# Evening reflection
python3 {baseDir}/scripts/founder_checkin.py evening

# Weekly review
python3 {baseDir}/scripts/founder_checkin.py weekly

# View stats
python3 {baseDir}/scripts/founder_checkin.py stats

# View recent entries
python3 {baseDir}/scripts/founder_checkin.py history --days 7

🌅 Morning Brief Template

Use this every morning to set your day:

1. Yesterday Recap

  • What did I commit to yesterday?
  • What actually got done? (completion rate)
  • What carried over and why?

2. Today's Top 3 Priorities

# Priority Why it matters Time block
1
2
3

Rule: If you can only do ONE thing today, which is it? That's #1.

3. AI Founder Question of the Day

Pick one to reflect on:

  • "What manual process am I doing that AI could handle?"
  • "Where is my moat — data, workflow, distribution, or brand?"
  • "What's my cost-per-serve and how do I halve it?"
  • "Am I building a product or a feature that GPT will add next quarter?"
  • "What would a 10-person AI-native company do differently?"

🌙 Evening Reflection Template

Wins

  • What went well today?
  • What am I proud of?

Losses

  • What didn't happen? Why?
  • What would I do differently?

Tomorrow

  • Top 3 priorities for tomorrow
  • One thing to stop doing
  • One thing to start doing

Energy Check

Rate 1-5: Energy [ ] Focus [ ] Motivation [ ]


📊 Weekly Strategy Review

Run every Sunday or Monday. Takes 30-60 minutes.

Performance

  • Commitments made this week: ___
  • Commitments kept: ___ (___%)
  • Trend vs last week: ↑ / → / ↓

Key Metrics

Metric Last Week This Week Target
Revenue
Users/Customers
Key Feature Progress
Cost-per-serve

Strategic Questions

Moat Analysis

  • Data moat: Are we accumulating proprietary data? What data do we have that others don't?
  • Workflow moat: Are we embedded in customer workflows? Switching cost?
  • Distribution moat: Do we own a channel? Community? Brand?
  • Speed moat: Are we shipping faster than anyone else?

Commoditization Risk

  • Which parts of our stack are becoming commoditized?
  • What happens when GPT-5 / Claude 4 / Gemini 3 drops?
  • Are we building on top of APIs that could become competitors?

AI-Era Economics

  • Cost-per-serve: What does it cost to serve one customer?
  • Outcome-based pricing: Can we charge for outcomes, not seats?
  • Marginal cost: Does our 1000th customer cost the same as the 1st?
  • AI leverage: Where does AI give us 10x leverage vs humans?

Decisions Made This Week

Decision Context Options Considered Chosen Reversible?

Next Week

  • #1 priority (must happen):
  • #2 priority (should happen):
  • #3 priority (nice to have):
  • One bet/experiment to run:

📓 Decision Journal Format

For important decisions, use this format:

## Decision: [Title]
Date: YYYY-MM-DD
Stakes: Low / Medium / High / Critical

### Context
What's the situation? Why does this decision need to be made now?

### Options
1. **Option A:** [description]
   - Pro: ...
   - Con: ...
   - Cost: ...

2. **Option B:** [description]
   - Pro: ...
   - Con: ...
   - Cost: ...

### Decision
Chose: [Option X]
Reasoning: [Why]
Reversible: Yes/No
Review date: [When to check if this was right]

### Outcome (fill in later)
Date reviewed:
Result:
Lesson:

📈 Accountability System

How It Works

  1. Morning: Set 3 commitments
  2. Evening: Mark complete/incomplete with notes
  3. Weekly: Review completion rate and patterns
  4. Monthly: Identify systemic issues

Scoring

  • 90-100% completion: You're either crushing it or setting easy goals
  • 70-89%: Healthy stretch zone
  • 50-69%: Overcommitting or execution issues
  • Below 50%: Stop. Fewer commitments. Execute on 1-2 things.

Patterns to Watch

  • Always incomplete #3: You're overcommitting — do 2 things well
  • Same item carrying over: It's either not important (cut it) or you're avoiding it (why?)
  • High completion but no progress: You're busy, not productive — wrong priorities
  • Energy always low: Burnout risk — take a break before it takes you

🤖 AI-Era Founder Questions Bank

Rotate through these in morning briefs:

Product & Moat

  1. What would this business look like if AI could do 80% of the work?
  2. Are we a thin wrapper around an API? How do we add defensible value?
  3. What proprietary data or feedback loops do we create?
  4. If OpenAI built our feature tomorrow, what would still be ours?

Economics

  1. What's our cost-per-serve and trajectory?
  2. Can we charge for outcomes instead of access?
  3. Where do margins come from when AI costs drop 10x yearly?
  4. What's our unit economics at 10x scale?

Competition

  1. What can a 3-person AI-native startup build in 3 months that competes with us?
  2. Where do we have distribution that new entrants don't?
  3. What switching costs have we built?

Personal

  1. Am I building a company or a project?
  2. What am I uniquely positioned to build that AI can't easily replicate?
  3. Am I spending time on $10/hr tasks or $1000/hr tasks?
  4. What would I do if I had 10x the resources? What about 1/10th?

Storage

All entries are stored in memory/founder-journal/:

memory/founder-journal/
├── 2026-02-15.md       # Daily entries
├── 2026-02-16.md
├── weekly/
│   └── 2026-W07.md     # Weekly reviews
└── decisions/
    └── 2026-02-15-decision-name.md

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

安全使用建议
Before installing, be aware of three things: (1) The bundled script will write journal files to ~/.openclaw/workspace/memory/founder-journal by default (or a directory you set via FOUNDER_JOURNAL_DIR). (2) If you set OPENROUTER_API_KEY in your environment, the tool will send recent journal text and weekly summaries to openrouter.ai for AI-generated insights — this could leak sensitive personal or business information to a third party. SKILL.md and the registry metadata do not declare that API key requirement or the network behavior. (3) If you want to use this skill safely, either do not set OPENROUTER_API_KEY (the tool will still work locally but without AI summaries), or review/modify the script to confirm what is sent, or point FOUNDER_JOURNAL_DIR to a safe location. Also verify you trust the openrouter.ai service and the skill author (homepage is a single domain and owner is unknown). If you need higher assurance, ask the publisher to update the metadata to declare OPENROUTER_API_KEY as required, disclose network behavior in SKILL.md, and explain data-retention/privacy for anything sent off-host.
功能分析
Type: OpenClaw Skill Name: founder-coach-ai Version: 1.0.0 The OpenClaw skill 'founder-coach-ai' is designed for founder journaling and accountability. It stores entries locally within the agent's designated memory (`~/.openclaw/workspace/memory/founder-journal`). The skill utilizes an external LLM (OpenRouter) for 'AI coaching' and analysis, sending portions of journal entries (up to 3000 characters) to `https://openrouter.ai/api/v1/chat/completions`. This functionality is explicitly coded and aligns with the skill's stated purpose of 'AI founder coaching system'. There is no evidence of data exfiltration beyond the scope of the skill's features, no malicious execution attempts, no persistence mechanisms, and no prompt injection against the OpenClaw agent itself. The `SKILL.md` provides user instructions and templates, not agent manipulation. The use of an external LLM for analysis, while involving data transmission, is a core, transparent feature of the skill and not indicative of malicious intent.
能力评估
Purpose & Capability
Name/description (founder coaching, journaling, reviews) match the included script's behavior: creating and reading journal files, summaries, stats, and optional ‘AI coach’ responses. The script writes entries under ~/.openclaw/workspace/memory/founder-journal by default, which aligns with 'agent memory' mentioned in SKILL.md.
Instruction Scope
SKILL.md instructs running the included Python script but does not mention that the script will (optionally) call an external LLM endpoint. The script will collect journal text (recent entries, weekly combined content) and send it to https://openrouter.ai if an OPENROUTER_API_KEY is present — this transmits potentially sensitive personal/journal content to a third party. SKILL.md does not disclose this network behavior or the required API key.
Install Mechanism
This is an instruction-only skill with a bundled Python script; there is no external installer or remote download. No high-risk install mechanism (no arbitrary downloads or package installs) is present.
Credentials
The skill metadata declares no required environment variables, yet the script expects OPENROUTER_API_KEY (to contact an external LLM) and optionally respects FOUNDER_JOURNAL_DIR. Requiring an LLM API key is proportionate if documented, but here it's undeclared and therefore unexpected. If the key is set, the script will send user journal content to an external service; that is a sensitive capability and should have been declared.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only writes files under a per-user path (~/.openclaw/... by default). That filesystem persistence is reasonable for a journaling tool. Autonomous invocation is allowed (platform default) but not a new elevated privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install founder-coach-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /founder-coach-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — AI-powered founder coaching for the AI era. - Structured system for daily decision journaling, accountability tracking, and weekly strategy reviews. - Focused templates with AI-era strategic questions on moat, commoditization, and outcome-based pricing. - Guided morning and evening check-ins for priority setting, reflection, and motivation tracking. - Decision journal format to document important choices, reasoning, and outcomes. - Automated storage and organization of all journal entries, reviews, and decisions in agent memory. - Designed for OpenClaw agent compatibility with support for cron jobs.
元数据
Slug founder-coach-ai
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Founder Coach AI 是什么?

AI founder coaching system — daily decision journal, accountability tracking, weekly strategy reviews, and AI-era specific questions on moat, commoditization... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 572 次。

如何安装 Founder Coach AI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install founder-coach-ai」即可一键安装,无需额外配置。

Founder Coach AI 是免费的吗?

是的,Founder Coach AI 完全免费(开源免费),可自由下载、安装和使用。

Founder Coach AI 支持哪些平台?

Founder Coach AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Founder Coach AI?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论