第二节课你看到的是:从空目录建一个知识库,再用它服务客户、出一份 PPT。 但 看懂 ≠ 会用。真正的能力,来自你把这套流程搬到一个你自己有知识的领域,亲手走一遍。 下面四步,请按顺序做,每一步都别跳过「记录心得」——这是整个方法的灵魂。In Session 2 you saw: building a knowledge base from scratch, then using it to serve clients and generate a PPT. But understanding ≠ being able to do it. Real skill comes from taking this workflow into a domain where you have your own knowledge, and doing it yourself. Follow these four steps in order. Don't skip the "write reflections" part — it's the soul of this method.
打开 Claude Code,新建一个 空目录 作为你的课程学习项目(比如 我的AI课程-S2)。
空的就对了——接下来的内容由你和 AI 一起长出来。Open Claude Code and create an empty directory as your course project (e.g. MyAICourse-S2).
Starting empty is correct — you and the AI will grow the content together.
建议的目录结构(边做边建,不用一次到位):Suggested directory structure (build gradually, not all at once):
我的AI课程-S2/
├── 课程心得/
│ ├── ppt/ # 把课程 PPT 放这里
│ ├── 跟我做-提示词.md # 下载包里的演示提示词清单,每步带「这步在干嘛」(很有用!)
│ ├── 我的心得.md # 随手记,想到啥写啥
│ ├── 不懂的名词.md # 听到没懂的术语/概念
│ └── 课程总结.md # 让 AI 帮你生成
└── 知识库项目/ # 你自己领域的知识库(作业主体,见第 3 步)
├── raw_material/
├── wiki/
└── output/
.md?用 .txt 一样行。Afraid of .md? .txt works just as well. 上面那些 .md 文件,你嫌麻烦就全建成 .txt(系统自带记事本就能写),
AI 照样读得懂、照样帮你总结。.md 只是排版能好看一点,不影响用——别让格式挡住你动手。You can create all the .md files above as .txt (Notepad works fine),
and AI can still read and summarize them. .md just looks a bit prettier — don't let formatting stop you from getting started.
先你写,再让 AI 补。Write first, then let AI fill in. 顺序很重要——AI 是来帮你深化的,不是替你回忆的。Order matters — AI is here to deepen your thinking, not recall it for you.
我的心得.md 里,尽量回忆课上听到的内容,记下你的体会。不用写得完善,碎片、半句话都行。In 我的心得.md, recall what you heard in class and write down your impressions. No need to be thorough — fragments and half-sentences are fine.不懂的名词.md 里,记下你没太懂的术语和概念(比如 raw_material / wiki / Skill / Graph View)。In 不懂的名词.md, write down terms and concepts you didn't fully understand (e.g. raw_material / wiki / Skill / Graph View).ppt/ 目录;再把下载包里的 跟我做-提示词.md 也放进 课程心得/——它是课堂演示用到的 提示词清单,每步还标了「这步在干嘛」,AI 翻它能准确还原每步在做什么。Put the PPT in the ppt/ directory; also place 跟我做-提示词.md from the download package into 课程心得/ — it's the prompt list used in the class demo, each step annotated with "what this step does," so AI can accurately reconstruct each step.跟我做-提示词.md 帮你总结。多问几次,每次问得更细,最后要求它 输出一个 课程总结.md 文件,方便你以后回看。Then have AI summarize based on your reflections, PPT, and 跟我做-提示词.md. Ask multiple times, going deeper each round, and finally ask it to output a 课程总结.md file for future reference.跟我做-提示词.md 为什么重要Why 跟我做-提示词.md matters:PPT 是「讲了什么」,跟我做-提示词.md 是「实际发了哪些提示词」。
你对某一步没看懂、或想不起演示细节时,让 AI 翻 跟我做-提示词.md 回答你,比凭空解释准得多。The PPT covers "what was taught," while 跟我做-提示词.md contains "what prompts were actually used."
When you don't understand a step or can't remember demo details, having AI reference 跟我做-提示词.md is far more accurate than explaining from scratch.
我的心得.md)、PPT(ppt/ 里的文件)和 跟我做-提示词.md,帮我总结这节课,保存到 课程总结.md。Please summarize this class based on my reflections (我的心得.md), PPT (files in ppt/), and 跟我做-提示词.md, and save to 课程总结.md.」跟我做-提示词.md 给我讲清楚那一步在干嘛、为什么这么做。I didn't understand "___ step" in the demo. Please use 跟我做-提示词.md to explain what that step does and why.」raw_material/、wiki/、output/ 三层目录各是干嘛的?为什么要这么分?请加到总结里。What are raw_material/, wiki/, and output/ each for? Why this structure? Please add to the summary.」只有自己做,才有真体会。You only truly learn by doing. 对着下载包里的 demo/跟我做-提示词.md,从一个空目录开始,
把今天的财务顾问演示自己跑一遍:建三层库 → /wiki-extract 写第一条 wiki → /wealth-client-qa 收集客户 → /ppt-master 出 PPT。约 30-40 分钟。Follow the download package's demo/跟我做-提示词.md, start from an empty directory,
and run the financial advisor demo yourself: build the 3-tier structure → /wiki-extract write the first wiki → /wealth-client-qa collect clients → /ppt-master generate PPT. ~30-40 minutes.
demo/virtual-client-wang.md 或 virtual-client-li.md 直接粘贴继续。If a Skill's output quality isn't good enough at some step, paste from demo/virtual-client-wang.md or virtual-client-li.md and continue.课程心得/我的心得.md 里,让 AI 帮你接着总结。As you go, keep adding reflections, pitfalls, and "aha moments" to 课程心得/我的心得.md, and have AI continue summarizing.Part A 只是找手感、验证环境,不用提交。真正要交的是 Part B(第 3 步)。Part A is just for getting the feel and verifying your setup — no submission needed. The real deliverable is Part B (Step 3).
作业不是交差,是 把这套流程搬到一个你有真实知识的领域——你能判断 AI 输出对不对的领域。 保险 / 律师 / 医疗 / 教育 / 房产都行;实在没有,就跟着做理财库。Homework isn't just a formality — it's about taking this workflow into a domain where you have real knowledge — a domain where you can judge whether the AI's output is correct. Insurance / law / healthcare / education / real estate all work; if you don't have one, just follow along with the wealth KB.
完整六步在 homework-guide.md 里The full 6 steps are in homework-guide.md,这里是骨架: — here's the skeleton:
| 步骤Step | 做什么What to Do | 要交吗Submit? |
|---|---|---|
| Step 1-2 | 选定领域 + 建三层目录(raw_material/ wiki/ output/ + CLAUDE.md)Choose your domain + build the 3-tier structure (raw_material/ wiki/ output/ + CLAUDE.md) | — |
| Step 3 | 先建 /wiki-extract Skill,用它写 3 篇 wiki,每篇写完自己 Review 补行业判断Create /wiki-extract Skill, write 3 wiki entries with it, review each and add your domain expertise | 是Yes |
| Step 4 | 用 superpowers(/brainstorming)针对一个具体客户/场景做定制方案Use superpowers (/brainstorming) to create a custom plan for a specific client/scenario | — |
| Step 5 | 用 /ppt-master 出一份 PPT,截图留好Use /ppt-master to generate a PPT, save screenshots | 是Yes |
| Step 6 ★ | (进阶可选)封装你领域的客户咨询 Skill(Advanced, optional) Package a client consultation Skill for your domain | 否No |
关键是迭代Key is iteration——质量不够好,先改 output/ 里的方案/画像,再跑一次。知识库质量 > 提示词技巧。
最重要的一步是 Step 3d:每篇 wiki 写完,把 AI 没提到的行业经验补进去——这一步让它从「AI 的系统」变成「你的系统」。if the quality isn't good enough, first improve the plans/profiles in output/, then run it again. KB quality > prompt engineering.
The most important step is Step 3d: after writing each wiki, add the domain experience that AI missed — this turns it from "an AI system" into "your system."
raw_material/(原始素材,留来源链接)、wiki/(结构化知识条目)、output/(客户档案,隐私区不进 Git)。创建这三个目录 + 一份 CLAUDE.md 说明结构和隐私规则,并把 output/ 加进 .gitignore。Please initialize a [your domain] knowledge base project, organized in a 3-tier structure: raw_material/ (raw materials, include source links), wiki/ (structured knowledge entries), output/ (client profiles, private — keep out of Git). Create these three directories + a CLAUDE.md explaining the structure and privacy rules, and add output/ to .gitignore.」
最后,结合你这一路的 心得体会 和 作业产出,让 AI 帮你写一封邮件发给我。Finally, let AI help you write a submission email based on your reflections and homework output.
提交三样(邮件正文必须全部覆盖):Three Required Items (all must appear in the email body):
/ppt-master 生成的 PPT 截图PPT screenshots generated by /ppt-master——Step 5 PPT 打开后的 1-2 张关键页截图。1-2 key slide screenshots from Step 5's PPT.知识库项目/ 目录)和课程心得(课程心得/ 目录),帮我写一封发给老师的作业提交邮件。下面三项必须完整出现在邮件正文里,一项都不能省:Please combine my knowledge base project (知识库项目/ directory) and course reflections (课程心得/ directory) to help me write a homework submission email to the instructor. All three items below must appear in full in the email body — none can be skipped:
发送方式How to Submit:邮件发到 austin.aicourse@gmail.com,主题必须是
【Session 2 作业】+ 你的名字。Email to austin.aicourse@gmail.com, subject must be
【Session 2 Homework】+ your name.
我想看到的不是完美,而是 你真的动手了、真的在想。困惑和卡点尤其欢迎——那正是下一节课我能帮你的地方。I don't need perfection — I need to see that you actually did it and genuinely thought about it. Confusion and sticking points are especially welcome — those are exactly what I can help you with in the next class.
—— 看不懂任何一步,截图发学习群,老师和同学帮你。没有笨问题。If anything is unclear, screenshot it and post in the student group — the instructor and classmates will help. No question is too basic.