Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

五卡体系 · Five-Card System

License: CC BY-SA 4.0 Status: Active

把你的经验变成AI能读懂的知识资产。 Turn your experience into knowledge assets that AI can consume.


为什么需要五卡体系 · Why the Five-Card System

2026年的AI可以在一秒内读完人类历史上所有的书、论文、代码库。但它读不了你在某个项目里踩过的坑,读不了你谈判时那个"感觉不对"的瞬间,读不了你做了十年才知道什么时候该打破规则的那个判断。

你的经验——决策直觉、方法诀窍、失败教训——构成了你最有价值的资产。但它们存在于一个AI完全看不见的地方:你的隐性记忆里。

五卡体系是一套开源的结构化工具,把任何人的经验变成五张卡片:案例卡、决策卡、方法论卡、风险卡、偏好卡。每张卡同时为两个读者服务——人 + AI

AI in 2026 can read every book, paper, and codebase ever written in one second. But it cannot read the mistakes you made on a project, the moment you felt "something's off" during a negotiation, or the judgment you developed over a decade about when to break the rules.

Your experience — decision intuition, method heuristics, failure lessons — is your most valuable asset. But it lives where AI cannot see: in your tacit memory.

The Five-Card System is an open-source structured toolkit that turns anyone's experience into five cards: Case, Decision, Method, Risk, and Preference. Every card serves two readers — human + AI.


五卡画布 · Five-Card Canvas

五卡画布是一张A4纸。就像商业模式画布把商业计划拆成九个格子,五卡画布把你的经验拆成五个格子。

The Five-Card Canvas is a single A4 sheet. Just as the Business Model Canvas breaks a business plan into nine boxes, the Five-Card Canvas breaks your experience into five.

┌─────────────────────────────────────────────────┐
│                                                  │
│    [决策卡]                    [方法论卡]         │
│   Decision Card              Method Card         │
│         ↘                      ↙                 │
│              [案例卡 · Case Card]                 │
│         ↙                      ↘                 │
│    [风险卡]                    [偏好卡]           │
│    Risk Card              Preference Card         │
│                                                  │
└─────────────────────────────────────────────────┘

📥 下载画布 · Download Canvas — 打印一张A4,25分钟填完你的第一张画布。


五张卡片 · The Five Cards

卡片 Card 回答的问题 Question 一句话 In One Line
📖 案例卡 Case Card 发生了什么? What happened? 所有经验的锚点——从故事开始 The anchor of all experience — start with a story
🌟 决策卡 Decision Card 你怎么选的? How did you choose? 暴露判断逻辑和排除的选项 Expose your decision logic and rejected alternatives
方法论卡 Method Card 什么做法可复用? What method is reusable? 跨案例验证的做法和检查清单 Cross-case validated practices and checklists
⚠️ 风险卡 Risk Card 什么会出错? What could go wrong? 你踩过的坑,AI最难获取的经验 The pitfalls you've fallen into — the hardest experience for AI to acquire
💭 偏好卡 Preference Card 你喜欢/在意什么? What do you prefer? 你的品味和风格——AI时代最稀缺 Your taste and style — the scarcest asset in the AI era

快速开始 · Quick Start

第一步:下载画布

打印或打开 五卡画布 · Five-Card Canvas

第二步:填你的第一张画布(25分钟)

案例卡开始——回忆你最近做的一个重要决定或项目,把它真实地写下来。然后向外扩展,填写其他四张卡。

案例卡 (5分钟) → 决策卡 (5分钟) → 方法论卡 + 风险卡 (10分钟) → 偏好卡 (5分钟)

第三步:深入阅读

浏览 实践手册 · Handbook,了解每张卡的填写方法和完整示例。

Step 1: Download the Five-Card Canvas

Step 2: Fill your first canvas (25 minutes). Start from the Case Card — recall a recent important decision or project. Write it down truthfully. Then expand outward to fill the other four cards.

Step 3: Browse the Handbook for detailed guides and complete examples for each card.


社区案例 · Community Cases

五卡体系的真正价值来自真实世界的经验。查看 examples/ 目录,了解如何提交你自己的案例。

The real value of the Five-Card System comes from real-world experience. See the examples/ directory to learn how to submit your own cases.


关于作者 · About the Author

陈露 (ActionThinker) — 五卡体系的创立者。致力于将人类隐性经验转化为AI可消费的结构化知识资产。OPC共识宪章起草人,神经网络式组织架构的实践者。

Chen Lu (ActionThinker) — Creator of the Five-Card System. Dedicated to transforming human tacit experience into structured knowledge assets consumable by AI. Author of the OPC Consensus Charter, practitioner of neural-network organizational architecture.


许可 · License

本项目采用 Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) 许可协议。

这意味着你可以自由地:

  • 分享 — 在任何媒介以任何形式复制、发行本作品
  • 改编 — 修改、转换或以本作品为基础进行创作
  • 甚至用于商业目的

只要遵守以下条件:

  • 署名 — 必须给出适当的署名,提供指向本许可的链接
  • 相同方式共享 — 如果你修改、转换或以本作品为基础创作,必须使用与本许可相同的许可协议分发你的贡献

This work is licensed under CC BY-SA 4.0. You are free to share and adapt for any purpose, even commercially, as long as you give appropriate credit and share your contributions under the same license.


目录结构 · Repository Structure

five-card-system/
├── README.md                    # 双语主文档 · Bilingual main README
├── README.zh-CN.md              # 中文版 · Chinese-only version
├── LICENSE                      # CC BY-SA 4.0 完整法律文本
├── CONTRIBUTING.md              # 贡献指南 · Contribution guide
├── canvas/
│   └── five-card-canvas.html    # A4打印版画布 · Printable canvas
├── handbook/
│   ├── 01-什么是五卡体系.md      # 第一章:体系概览
│   ├── 02-五卡画布使用指南.md     # 第二章:画布使用
│   ├── 03-案例卡.md              # 第三章:案例卡
│   ├── 04-方法论卡.md             # 第四章:方法论卡
│   ├── 05-决策卡.md              # 第五章:决策卡
│   ├── 06-风险卡.md              # 第六章:风险卡
│   ├── 07-偏好卡.md              # 第七章:偏好卡
│   └── 08-从卡片到Agent.md       # 第八章:卡片到Agent
└── examples/
    └── README.md                # 案例提交模板与指南

© 陈露 / ActionThinker · CC BY-SA 4.0 · 五卡体系 · Five-Card System
actionthinker.com · 飞书知识库 (coming soon)

About

五卡体系 · Five-Card System — 把你的经验变成AI能读懂的知识资产。CC BY-SA 4.0

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages