一键导入
idea
Quick-capture an idea to BrainStorm's knowledge graph — no agent switch needed
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick-capture an idea to BrainStorm's knowledge graph — no agent switch needed
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Launch AutoMates agents in separate terminal windows with their identities
Open the AutoMates root folder in Finder
Catch up on parallel sessions and brief the user on project state
Build or tailor a resume for a specific job application. Structured intake, honest assessment, scoring loop, and export.
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
Launch a build team (Fetcher + Planner + Builder + Checker) for parallel feature development
基于 SOC 职业分类
| name | idea |
| description | Quick-capture an idea to BrainStorm's knowledge graph — no agent switch needed |
| allowed-tools | ["Read","Write","Edit","Bash"] |
Captures an idea instantly to BrainStorm's knowledge graph Inbox. Works from any agent — no need to switch to BrainStorm first. BrainStorm processes the Inbox on its next startup and connects it to the graph.
/idea Build a CLI that logs what you worked on each day
/idea What if Arsenal.yaml had a "recommended by" field per tool?
/idea Comparison GIF — raw Claude Code vs AutoMates side by side
The user's arguments after /idea are the idea content. If no arguments were provided, ask: "What's the idea?"
cli-daily-work-logger)Write the idea to AgenTeam/BrainStorm/Memory_Logs/MindMap/Inbox/{slug}.md:
---
date: YYYY-MM-DD
source: [agent name or "direct"]
type: idea
tags: [tag1, tag2, tag3]
---
# [Idea title — clean, concise version of the user's words]
[The full idea text as the user wrote it. Add nothing, remove nothing.]
If a file with the same slug already exists, append a number (e.g., cli-daily-work-logger-2.md).
Report back briefly:
Idea captured → BrainStorm/MindMap/Inbox/{slug}.md
Tags: #tag1 #tag2 #tag3
BrainStorm will connect it to the graph next session.