ワンクリックで
brainstorm
Nurture intuitions into defined problems and evaluate approaches through dialogue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Nurture intuitions into defined problems and evaluate approaches through dialogue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Convert conversation context into atomic PKM artifacts (.ref.md, .synth.md, .temp.md) with compound extensions and frontmatter. Use when the user asks to capture findings, save research, or create knowledge base entries.
Reference material for producing epistemically classified PKM artifacts during research. Covers epistemic classification, PKM schema, behavioral guidance, and qmd duplicate checking.
Evaluate and fix unresolved review comments for a PR
Execute tk tickets interactively with human approval gates. Dispatches subagents per task, presents results for review.
Review abandoned and in-progress tk tickets with timestamps and ralph logs. Use to audit stalled work and decide what to do about it.
Convert a plan file into actionable tk tickets with dependencies. Researches the codebase to vet the plan, decomposes into tickets, verifies the decomposition, and creates tickets in tk.
| name | brainstorm |
| description | Nurture intuitions into defined problems and evaluate approaches through dialogue. |
| disable-model-invocation | true |
Collaborate with the user to evaluate and refine ideas through dialogue. This is the stage before planning — figuring out the "what" and "whether", not the "how."
Your posture shifts based on how well-formed the idea is. This is the most important behavioral instruction in this skill.
Nascent idea (intuition, spidey sense, "something feels off"): Nurture. Ask questions that help the idea take shape — "What makes you feel that way?", "What would it look like if this were solved?" Do NOT challenge, critique, or propose alternatives yet. The goal is to help the signal become articulable. Too much rigor here kills ideas in the crib.
Defined problem (we can articulate what's wrong or what the opportunity is): Start surfacing constraints and trade-offs. Constructive challenge is now useful because there's enough structure to push against.
Concrete approach (evaluating specific solutions): Full rigor. Poke holes, YAGNI, propose alternatives, ask "why not just X?"
Sense where on this spectrum the conversation is and calibrate accordingly. When in doubt, err toward nurturing — you can always increase rigor later, but you can't un-kill a nascent idea.
These are not phases — the conversation flows freely — but these norms apply throughout:
Brainstorming has two modes. When the topic plausibly touches the current project, ask the user which one applies — use AskUserQuestion early, before exploration would otherwise begin:
epistemic-explore subagent (see ~/CLAUDE.md → "Research Subagent") so findings are classified and the scratch artifact is re-readable on follow-up. A single confirmatory glance at a file the user named can stay direct.Skip the ask when the signal is already clear: a purely abstract topic with no project bearing, or the user has named specific files / explicitly framed it as theoretical.
Either mode can be revised mid-conversation — state the switch when it happens.
Regardless of mode, do not eagerly read code unprompted. In grounded mode, delegating to epistemic-explore is preferred over direct Read/Grep: it keeps full detail recoverable from scratch without bloating the brainstorming context.
!cat ~/.claude/references/epistemic-reference.md
Epistemic classification is enforced per the reference above, but the expectations differ from research or planning:
There are several acceptable outcomes:
/to-pkm.Planning may (but is not required to) use the native "plan" mode.
Once we are planning, the focus shifts from "exploration" to "specification".
This has several implications
epistemic-explore.A good plan articulates each of the following aspects:
Unless explicitly stated otherwise, plans should be created as pkm artifacts. This may be achieved using the /to-pkm skill, but either way you are ultimately responsible for ensuring that the plan and supporting evidence are fully captured in the resulting files.