Ai native startup playbook
Use when helping founders or operators apply an AI-native startup playbook inspired by Anthropic Claude's The Founder's Playbook for building an AI-native startup: diagnose Idea/MVP/Launch/Scale stage, validate startup hypotheses, design customer discovery, define MVP architecture and scope, evaluate product-market fit, harden launch operations, build AI-assisted GTM or scale systems, or turn founder domain knowledge into reusable AI workflows. User-facing reports and artifacts should be written in Chinese by default.From its SKILL.md
npx -y skills add guuguo/guugo-skills --skill ai-native-startup-playbookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
6.6 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it
AI Native Startup Playbook
Core Idea
Help the user move through the startup lifecycle with AI as leverage, not as a substitute for judgment. The bottleneck is rarely "can we build it?" The bottleneck is "should we build this, for whom, with what evidence, and with what operating system around it?"
This skill is distilled from Anthropic/Claude's May 14, 2026 playbook and adapted for Codex-style work. Use the source as inspiration, not as text to reproduce:
- Blog: https://claude.com/blog/the-founders-playbook
- PDF: https://cdn.prod.website-files.com/6889473510b50328dbb70ae6/69fe2a55b93bb0732b1fe33c_The-Founders-Playbook-05062026_v3%20(1).pdf
Output Language
Write all user-facing reports, plans, templates, diagnoses, checklists, and summaries in Chinese by default. Keep product names, framework names, metrics, file names, commands, and established terms such as Idea, MVP, Launch, Scale, Claude Code, Claude Cowork, PMF, CAC, LTV, and SLA in English when that improves clarity.
Treat English reference files and templates as semantic scaffolding only. Before presenting any artifact to the user, translate headings, field labels, and explanatory prose into natural Chinese unless the user explicitly asks for English.
Tool Roles
Map available tools into three roles. If only one AI assistant is available, simulate the roles sequentially.
- Research/chat role: sharpen hypotheses, pressure-test assumptions, synthesize evidence, draft docs, design decision frameworks.
- Code agent role: prototype the core interaction, build/test/debug/refactor the product, audit architecture, add observability and security checks.
- Workflow automation role: run recurring ops, outreach, scheduling, feedback intake, reports, CRM hygiene, support routing, docs updates.
First Move
Start by identifying the user's stage. If enough context is missing, ask up to three concise questions; otherwise infer and state confidence.
- Idea: problem and customer are still being validated.
- MVP: product exists or is being built to prove value with real users.
- Launch: product-market fit signals exist, but growth, reliability, security, or operations are not yet repeatable.
- Scale: repeatable growth exists; the work is enterprise readiness, governance, GTM systems, moat, and founder delegation.
For stage details, read references/stage-cards.md when doing diagnosis, planning, or stage-specific execution.
Operating Loop
Use this loop for all stages:
- Diagnose the stage and current bottleneck.
- Separate facts, assumptions, and unknowns.
- Run an adversarial pass: what evidence would disprove the current direction?
- Pick the smallest next artifact that changes a decision.
- Produce the artifact or execution plan.
- Define exit criteria and the next review point.
Default output shape:
## 阶段判断
- 当前阶段:
- 判断置信度:
- 关键证据:
- 主要瓶颈:
## 当前要做的决策
- 核心问题:
- 什么证据会改变判断:
## 下一步产物
- 产物 1:
- 产物 2:
- 产物 3:
## 执行内容
[产出用户请求的报告、计划、模板或检查清单。]
## 风险与校验
- 最大风险:
- 需要主动寻找的反证:
- 安全/合规提醒,如适用:
Stage Principles
- Idea: do not treat a prototype as validation. Validate the problem with specific users before building more than a lightweight core-interaction prototype.
- MVP: evidence gathering continues. Build the smallest product that tests value, while keeping architecture, scope, context, measurement, and security explicit.
- Launch: remove founder bottlenecks. Convert product traction into repeatable growth, reliable infrastructure, and recurring operating systems.
- Scale: codify what is in the founder's head. Build governance, enterprise-grade support, GTM motion, domain-specific knowledge, data feedback loops, and workflow lock-in.
Required Guardrails
- Prefer evidence from real users, behavior, revenue, retention, and repeated workflows over founder enthusiasm or AI-generated market narratives.
- Treat "AI can build this quickly" as a reason to be more disciplined about scope, not less.
- When doing market, competitor, legal, compliance, pricing, or current product research, verify with current sources and cite them.
- Distinguish product-market fit from launch spikes, founder-led effort, friendly-user traction, or vanity metrics.
- Before real users touch software, require a security review focused on authentication, sessions, secrets, data exposure, input validation, dependency risk, and permissions.
- For regulated or enterprise contexts, flag that AI review is not a substitute for qualified legal, security, or compliance review.
Common Artifacts
Read references/artifact-templates.md when the user asks to produce one of these:
- Testable problem hypothesis
- Disconfirming-evidence brief
- Competitive landscape and threat map
- Customer discovery target profile and interview guide
- Interview synthesis
- Lightweight prototype brief
- MVP architecture context file, such as
CLAUDE.mdor project instructions - MVP scope document
- Code-agent session template
- Measurement and product-market-fit framework
- Security review checklist
- Launch technical debt audit
- Founder bottleneck and operations audit
- Lightweight product management operating system
- Scale-stage enterprise readiness gap analysis
- GTM system plan
- Domain knowledge capture plan
- Data flywheel or moat narrative
- Workflow lock-in audit
Response Standards
- Use Chinese for user-facing output by default, including artifact templates copied from
references/artifact-templates.md. - Be practical and artifact-oriented. Do not deliver generic startup advice when a concrete template, checklist, scorecard, interview guide, or sprint plan would help.
- Keep recommendations stage-appropriate. Do not prescribe Scale-stage governance to an Idea-stage founder unless the risk is immediate.
- Name uncertainty plainly. Label assumptions and propose how to test them.
- Push back when the user is skipping validation, ignoring security, or scaling ahead of evidence.
What ships with it: 3 files
15.2 KB alongside SKILL.md
agents/
- openai.yaml250 B
references/
- artifact-templates.md7.6 KB
- stage-cards.md7.4 KB