Product thinking playbook
A decision-making playbook for solo product builders. 20 principles across 5 dimensions — Intent, Boundary, Execution, Quality, Closed Loop — extracted from 6 shipped products. Use when starting a new product, stuck on a product decision, reviewing your own work, or collaborating with an AI coder who can write anything but doesn't know what to build.From its SKILL.md
npx -y skills add yangyue1974/product-thinking-playbookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 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
5.6 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it
Product Thinking Playbook
A judgment framework for indie developers and product people.
Not a "product manager handbook" — a record of what's actually going through your head in the moment you make a call.
一套给独立开发者 / 产品人的判断框架。不是"产品经理手册",是把"做决策的那一刻在想什么"写下来。
Each principle file below is bilingual (English first, then 中文).
When to use this skill
Open the corresponding principle before making the call:
- Starting a new product →
principles/01-scenario-first.md→principles/02-spec-before-code.md - Feature creep, can't stop adding →
principles/05-subtraction-over-addition.md - Working with AI, product feels off →
principles/11-commander-posture.md - Have a batch of bugs, don't know where to start →
principles/13-end-to-end-fixes.md+14-design-vs-execution-error.md - Product "works" — what's next? →
principles/17-real-engagement-metrics.md+20-distribution-is-product.md - Quick lookup →
quick-reference.md
新产品立项 / 功能蔓延 / 收不住手 / bug 收不住 —— 打开对应的原则文件再做决定。
Five dimensions
| Dimension | Answers | Principles |
|---|---|---|
| I. Intent 立意 | Why does it exist? For whom? | 01–04 |
| II. Boundary 边界 | What NOT to do? | 05–08 |
| III. Execution 执行 | How to ship the judgment? | 09–12 |
| IV. Quality 品质 | How to make it stick? | 13–16 |
| V. Closed Loop 闭环 | When is it "done"? | 17–20 |
20 principles · index
I. Intent 立意
- Scenario-first · 场景先于功能
- Spec before code · 先定性,再动手
- Aesthetic as stance · 气质即立场
- Subtitle as promise · 副标题是承诺
II. Boundary 边界
- Subtract, don't add · 做减法而非加法
- Vision non-negotiable · 愿景不妥协
- Product boundary = user's decision path · 产品边界 = 用户决策路径
- Infrastructure mindset · 克制:不是基础设施该做的别做
III. Execution 执行
- Decisive & meticulous · 决策果断,细节挑剔
- Borrow existing cognition · 借力已有认知
- Commander posture · 指挥者姿态
- Content standards > technical standards · 内容标准 > 技术标准
IV. Quality 品质
- End-to-end fixes · 端到端修复
- Design vs execution error · 设计错误 vs 执行错误
- Experience before review · 先用再评
- Security = product quality · 安全 = 产品品质
V. Closed Loop 闭环
- Core metric bound to real engagement · 核心指标绑定真实投入
- Persistence is trust · 持久化 = 信任基础
- Cross-platform parity + honest permissions · 跨端一致 + 权限诚实
- Distribution is part of the product · 分发是产品的一部分
Case studies
Every principle above is grounded in a real project. The full development conversations:
- Contra Code · VS Code Contra overlay
- AudioLib · Audio library API service
- Gospel Hub · Gospel music aggregator
- Spybook · Interactive detective fiction
- Tarot · AI tarot consultation
- Xianxia · AI xianxia novel generation
How to invoke
In Claude Code:
> Using product-thinking-playbook, help me decide: should this feature go in now?
In your own head:
> Read through quick-reference.md, find the line that hurts most.
Three core postures · 三个核心姿态
English:
- Intent stands firm: scenario, aesthetic, vision — each clearly articulated, you'd push back on a one-character change.
- Execution holds up: decisive direction × meticulous detail; you're the commander, not the contractor.
- Loop closes: it works → it stands up to scrutiny → users can actually reach it.
中文:
- 立意定得住:场景、气质、愿景都能说清楚,别人改一字都不舒服。
- 执行扛得住:果断拍板 × 细节不放过,自己是指挥者不是乙方。
- 闭环做得到:能跑起来 → 经得起推敲 → 用户真的能用到。
Distilled from the full-process conversations of 6 shipped products · 2026-04
基于 6 个已上线产品的全过程对话提炼
Author @yangyue1974 · 43.group
What ships with it: 32 files
167.5 KB alongside SKILL.md
case-studies/
- audiolib.md4.8 KB
- contra-code.md6.2 KB
- gospel-hub.md6.7 KB
- README.md2.4 KB
- spybook.md7.1 KB
- tarot.md5.8 KB
- xianxia.md7.0 KB
principles/
- 01-scenario-first.md5.2 KB
- 02-spec-before-code.md5.5 KB
- 03-aesthetic-as-stance.md5.2 KB
- 04-subtitle-as-promise.md4.8 KB
- 05-subtraction-over-addition.md5.1 KB
- 06-vision-non-negotiable.md5.2 KB
- 07-product-boundary.md5.2 KB
- 08-infrastructure-mindset.md4.8 KB
- 09-decisive-and-meticulous.md5.3 KB
- 10-borrowed-cognition.md4.7 KB
- 11-commander-posture.md5.9 KB
- 12-content-standards-first.md6.4 KB
- 13-end-to-end-fixes.md5.1 KB
- 14-design-vs-execution-error.md5.9 KB
- 15-experience-before-review.md5.2 KB
- 16-security-as-quality.md5.1 KB
- 17-real-engagement-metrics.md5.9 KB
- 18-persistence-is-trust.md5.2 KB
- 19-honest-parity.md5.3 KB
- 20-distribution-is-product.md8.0 KB
- CONTRIBUTING.md4.2 KB
- .gitignore39 B
- LICENSE1.0 KB
- quick-reference.md6.0 KB
- README.md7.1 KB