A hub for brainstorming inside the GitHub Copilot app.
Click "Use this template" to add this repo template to your own GitHub account.
Open a session here and the assistant becomes a brainstorm interviewer: it asks short,
probing questions to help you explore and clarify your own ideas. When you're done,
it writes up a clean summary of your idea and saves it as a markdown document
that you can browse in a canvas in the GitHub Copilot app (or in the repo itself).
This was built around the open Brainstory prompts!
ideas/.The extension lives in .github/extensions/brainstorm-hub/:
| File | Purpose |
|---|---|
extension.mjs |
Wiring: the canvas, the save_idea tool, system steering, transcript capture, and the loopback server that backs the UI. |
ui.mjs |
The canvas iframe (dashboard + idea viewer). |
prompts.mjs |
The brainstory interview / result / reaction prompts. |
Everything you save goes into ideas/. If you use this repo as a template, you
can add a .gitignore to the folder to keep your ideas local to your machine, but
then they cannot be committed.
Personally: I used this repo as a template, and made a private repo based on this
template, so that I can commit my ideas, but they stay private to me.