/goal 允许 Agent 执行超长任务(Alex 跑过 24小时+ 不间断)。关键解锁方式:
Metaprompting —— 让 AI 先帮你写 prompt,再用精心设计的 prompt 跑 /goal。
"/goal is one of the most underrated features in AI this year. Metaprompting is what unlocks slashgoal."
— Alex Finn @ 0:51 / 1:18
Metaprompting 工作流
📝 描述需求
→
🤖 AI写prompt
→
📋 复制prompt
→
▶️ 执行/goal
→
✅ 24h+运行
1
告诉 AI 你想做什么("我想做一个 3D 第三人称射击游戏")
2
让 AI 帮你写一个详细的 /goal prompt
3
复制生成的 prompt,在 Hermes 里执行 /goal
4
Agent 先问几个澄清问题,然后开始长时间运行
5
完成后,用 Claude Code/Cline 接手代码继续完善
✅ 适合 /goal 的任务
复杂 App 构建
详细设计变更
超长研究文档
大规模重构
多文件代码生成
视频脚本编写
❌ 不适合 /goal 的任务
简单问答
单行修改
需要实时反馈
模糊目标
核心:任务需要细节和约束,给得越多跑得越好
Hermes 内置 Kanban 板(Hermes dashboard → URL → Kanban Tab)。
任务放进 Triage 列,Agent 自动领取并完成。人做只有人能做的事。
🎯 Triage 自动化逻辑
放进去 任何任务 → Hermes 自动识别
判断 AI 能做 → 分配给 Sub-Agent
人类任务 → 留在原地等你处理
完成后 → 移动到 Done 列
"You start your day, you go hey Hermes here's everything I need you to do. Put in the Kanban board. You go get your human work done. And by the time you're done with that, Hermes took care of all the work it can do."
— Alex Finn @ 4:19
💡 与 /goal 的协同
简单任务 → Kanban 直接完成
复杂任务 → Kanban → /goal 执行
代码任务 → Claude Code / Cline 接手
三者组合:Kanban(入口) + /goal(执行) + Coder(完善)
Hermes 控制浏览器,自动访问竞品网站,查看 Console,分析技术栈,生成完整技术报告。
结果可以喂给 Coding Agent 帮你实现竞品做得好的功能。
1
对 Hermes 说:"Open a browser and go to [竞品网站]. Do a full research and technical breakdown."
2
Hermes 自己打开浏览器,点击页面,查看 Console,分析技术栈
4
发给 Claude Code → 让它帮你实现竞品的功能
📊 技术报告输出内容
| 维度 | 内容 | 价值 |
| 技术栈 | 前端框架、后端、语言 | 高 |
| 定价模式 | 订阅/免费/一次性 | 高 |
| 分析事件 | 收集哪些用户数据 | 中 |
| 功能列表 | 所有 Feature | 高 |
| 可借鉴点 | 做得好可以 emulated | 高 |
🔗 完整 Pipeline
🔍 竞品调研
→
📄 技术报告
→
👨💻 Claude Code
→
🚀 你的 App
建一个网站,记录所有对话、每日工作日志、所有做过的事。既是人类日记(回溯过去),也是 Agent 记忆强化。
"This reinforces your memory system. If you have your Hermes agent maintain this memory wiki, it can go back and look at these daily logs itself."
— Alex Finn @ 9:46
🎯 Memory Wiki 价值
回溯 — 之前用 Hermes 做过什么关于 X 的事?
记忆强化 — Agent 可查看自己的 daily logs
自动化日记 — 追踪所有对话和工作
自我学习 — Agent 越来越懂你
📋 Memory Wiki Prompt
I want to build a memory wiki. This should be a site I can visit that has:
- A list of all the subjects we've talked about
- Daily logs of what we've done together
- I should be able to click on any subject or daily log and get more details
通过 Tailscale(免费) 把所有设备组成私有网络,Hermes Agent 在任何设备上工作。
"CEO of all your devices"。
"General computer administrator, basically the CEO of all your devices is what it turns Hermes into."
— Alex Finn @ 12:47
💡 核心使用场景
📱 手机取文件 — 在手机上让 Hermes 从电脑取文件
🖥 LLM 调用 — 在一台电脑上安装本地 LLM,另一台直接调用
🧪 跨设备测试 — 在 MacBook 上 vibe coding,在 iPhone 上测试
🌍 远程访问 — 任何地方访问家里电脑的 localhost
✅ Tailscale 完全免费,支持所有主流平台(macOS/iOS/Windows/Linux)
每天早上 9 点,Agent 主动问你当天最重要的一件事。通过每日回答,Agent 越来越了解你,工作越来越个性化。
📋 Morning Priority Prompt(直接可用)
Every morning at 9:00 AM, ask me what my number one priority is for that day.
Then, come up with tasks you can do to help me with that priority.
Then, update your memories about me accordingly.
🔄 每日增强循环
↓
🧠 Context 更新
Agent 更新对你的记忆
↓
💎 长期价值
30天后 — Agent 掌握你的工作模式
90天后 — Agent 能预测你的需求
180天后 — Agent 成为真正的数字分身
关键是每天坚持回答,日积月累的 context 让 Agent 越来越精准。
📋 Prompt 库(可直接 Copy 使用)
🎯 Metaprompting for /goal
I want to do a slash goal with you. But first, I want to come up with the perfect prompt for it. I'm looking to build [YOUR PROJECT DETAILS]. Please build me a /goal prompt for this.
先让 AI 写 prompt,再执行 /goal,跑 24h+ 不间断
📋 Memory Wiki
I want to build a memory wiki. This should be a site I can visit that has:
- A list of all the subjects we've talked about
- Daily logs of what we've done together
- I should be able to click on any subject or daily log and get more details
🌅 Morning Priority (配合 Cron Job)
Every morning at 9:00 AM, ask me what my number one priority is for that day. Then, come up with tasks you can do to help me with that priority. Then, update your memories about me accordingly.
建议配合 cron job 每天 9:00 AM 自动触发
🔍 竞品调研
Open a browser and go to [COMPETITOR-URL]. Do a full research and technical breakdown of the site. What stack does it use? How does it work? Which features does it have? What can we emulate?