ワンクリックで
brainstorming
Brainstorming skill. HARD GATE before implementation. Forces structured option analysis before any code is written.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Brainstorming skill. HARD GATE before implementation. Forces structured option analysis before any code is written.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from context/build.md.
Auto-configure .github/copilot-instructions.md and context/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.
Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to context/tasks/todo.md so the next session can resume cleanly.
Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.
Load all relevant context/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.
Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe <table>, or raw SQL.
| name | brainstorming |
| description | Brainstorming skill. HARD GATE before implementation. Forces structured option analysis before any code is written. |
| user-invocable | true |
| disable-model-invocation | false |
No code until brainstorm is complete and the user has approved an approach.
Restate the problem in your own words. Ask the user to confirm understanding before proceeding.
List what you know from the codebase (search for evidence — no guessing):
context/tasks/lessons.md)Generate 2-4 different approaches. For each:
| Option | Description | Pros | Cons | Risk |
|---|---|---|---|---|
| A | ... | ... | ... | ... |
| B | ... | ... | ... | ... |
Pick one option with justification. Be explicit about why the others were rejected.
"Brainstorm complete. Recommend Option [X] because [reason]. Shall I proceed?"
Do not proceed until the user explicitly approves.