Auto-sync: 2026-04-23 00:02
This commit is contained in:
60
wiki/concepts/Brain-Dump.md
Normal file
60
wiki/concepts/Brain-Dump.md
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "Brain Dump"
|
||||
type: concept
|
||||
tags: [knowledge-management, agent-memory, prompting]
|
||||
sources: [overnight-mini-app-builder, second-brain]
|
||||
last_updated: 2026-04-22
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
||||
Brain Dump(脑暴倾倒)是一种将所有目标、使命、任务和上下文一次性倒入 AI Agent 记忆系统的操作方式。目的是给 Agent 足够的背景信息,使其能够自主生成高质量的每日可执行任务,而非被动等待指令。
|
||||
|
||||
## Aliases
|
||||
|
||||
- 脑暴倾倒
|
||||
- 目标倾倒
|
||||
- Context Injection
|
||||
|
||||
## How It Works
|
||||
|
||||
用户通过消息/短信/Telegram 将所有目标一次性告诉 Agent:
|
||||
|
||||
```text
|
||||
Here are my goals and missions. Remember all of this:
|
||||
|
||||
Career:
|
||||
- Grow my YouTube channel to 100k subscribers
|
||||
- Launch my SaaS product by Q3
|
||||
- Build a community around AI education
|
||||
|
||||
Personal:
|
||||
- Read 2 books per month
|
||||
- Learn Spanish
|
||||
|
||||
Business:
|
||||
- Scale revenue to $10k/month
|
||||
- Build partnerships with 5 companies in my space
|
||||
- Automate as much of my workflow as possible
|
||||
|
||||
Use this context for everything you do going forward.
|
||||
```
|
||||
|
||||
## Key Insight
|
||||
|
||||
> "The brain dump is everything. The more context you give about your goals, the better the agent's daily tasks will be."
|
||||
|
||||
Brain Dump 是整个 [[overnight-mini-app-builder]] 工作流中**最重要的一步**。它决定了 Agent 每日任务的相关性和价值。
|
||||
|
||||
## Relationship to Second Brain
|
||||
|
||||
- [[Second Brain]] — Brain Dump 是 Second Brain 捕获阶段的具体实践方式
|
||||
- [[overnight-mini-app-builder]] — 将 Brain Dump 作为自主任务生成的上下文输入
|
||||
- [[Cumulative Memory]] — Brain Dump 产生的上下文被 [[OpenClaw]] 永久记忆,随时间积累
|
||||
|
||||
## Key Relationships
|
||||
|
||||
- [[Cumulative Memory]] — Brain Dump 产生的上下文被 Agent 永久记忆
|
||||
- [[Second Brain]] — Brain Dump 是 Second Brain 捕获零摩擦理念的具体操作
|
||||
- [[Zero-Friction Capture]] — Brain Dump 强调用最自然的方式(发消息)完成捕获
|
||||
- [[overnight-mini-app-builder]] — 本概念的来源场景
|
||||
Reference in New Issue
Block a user