원클릭으로
idea-collider
Collide two random notes into new ideas using oblique-strategy thinking. Generates 3 new ideas in the idea-collider/ folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Collide two random notes into new ideas using oblique-strategy thinking. Generates 3 new ideas in the idea-collider/ folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to create agents that work with the agent-runner
Design and create a town — a group of agents that work together.
Multi-agent orchestration over a shared SQLite event queue.
Capture text into the note garden pipeline. Paste a transcript or idea and it flows through the zettelkasten pipeline.
Summarize recent activity in the note garden by reading breadcrumbs
How to use the event queue CLI
| name | idea-collider |
| description | Collide two random notes into new ideas using oblique-strategy thinking. Generates 3 new ideas in the idea-collider/ folder. |
| user_invocable | true |
This skill triggers the idea collider agent, which picks two random notes from the vault and smashes them together to generate 3 new ideas.
When invoked with /idea-collider, this skill will:
collider.request event to the busytown event queueidea-collider/When the user invokes this skill:
busytown events push --worker user --type collider.request --payload '{}'
busytown events list --tail 10User input:
/idea-collider
Action:
busytown events push --worker user --type collider.request --payload '{}'
Response:
Idea collision triggered! The idea-collider agent will pick two random notes and generate 3 new ideas.
Watch progress with: busytown events list --tail 10