원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.