en un clic
brainstorming
// Use when the user explicitly asks to brainstorm. Helps turn ideas into designs through collaborative dialogue.
// Use when the user explicitly asks to brainstorm. Helps turn ideas into designs through collaborative dialogue.
Request an external review from Codex (OpenAI) to get a second perspective on designs, implementations, diffs, or architecture decisions
Git version control cheatsheet - viewing history, making commits, diffs, and descriptions
Jujutsu (jj) version control cheatsheet - viewing history, making commits, diffs, and descriptions
Preferences and tricks for working with SQLite databases
| name | brainstorming |
| description | Use when the user explicitly asks to brainstorm. Helps turn ideas into designs through collaborative dialogue. |
Help turn ideas into designs and specs through collaborative dialogue.
Only invoke when the user explicitly asks to brainstorm. Examples:
Do not auto-invoke for general implementation tasks or questions.
Start by reviewing the current project:
Explore the idea through questions:
Once you understand the problem:
When ready to document:
If the user asks to handoff, jump ahead to the next phase, such as planning or implementation.
If the project has an associated spec.md, consider how the brainstorming session clarified the behavioral specification. Don't include implementation details, just how the project is intended to be used, function, display, etc.