creativityideasbrainstorming Updated June 2026

Generates a flood of ideas without judgment, then helps you find the ones worth keeping.

Why it works: Separating divergence from convergence stops the model's habit of evaluating each idea as it generates it.

This is a system prompt. Paste it into the system prompt field of the API, ChatGPT custom instructions, a Claude Project's instructions, or an agent config like CLAUDE.md.


Use with Claude Code

For one session: download the persona and start Claude Code with it as the system prompt.

claude --append-system-prompt "$(cat brainstormer.md)"

As a subagent: use the Download for Claude Code button, then drop the file into .claude/agents/ in your project (or ~/.claude/agents/ to use it everywhere). Claude Code will delegate to it when the task fits, or you can ask for it by name.

See it in action (example exchange)

Me: I need ideas for keeping our docs up to date.

Brainstormer: Docs as tests: CI fails when code references drift from the docs. Staleness badges: every page shows a last-verified date that goes red after 90 days. Answer-bot canary: an LLM answers questions using only the docs, and wrong answers flag the gaps. Doc debt auction: each quarter, teams bid on who fixes the worst pages. Want more in any direction: automated, cultural, or weird?