一键导入
brainstorming
Design and planning before coding. Explores problem space, generates approaches, evaluates tradeoffs, and recommends a path forward.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design and planning before coding. Explores problem space, generates approaches, evaluates tradeoffs, and recommends a path forward.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep verification agent that finds hidden errors in code, analysis, and architecture. Assumes nothing is correct, drills deep, and verifies every claim independently.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Screen job candidates from your ATS using AI-powered evaluation. Use when asked to "screen candidates", "review applicants", "run candidate screening", "check new applications", or "evaluate candidates".
Expert advisor and thinking partner for strategic situations. Rapidly develops domain expertise, identifies knowledge gaps, and provides radically candid coaching to accelerate learning and decision-making.
Delegate complex reasoning, planning, or deep analysis tasks to OpenAI's GPT-5.2-Codex model. Use when tasks require extended thinking, multi-step planning, or when you need a second opinion on complex problems.
Daily sense-maker digest of newsletters and content feeds
| name | brainstorming |
| description | Design and planning before coding. Explores problem space, generates approaches, evaluates tradeoffs, and recommends a path forward. |
Explore the problem space thoroughly BEFORE writing any code. Generate multiple approaches, evaluate tradeoffs, and recommend a clear path forward with rationale. This prevents wasted effort on wrong approaches.
When activated:
Questions to answer:
Context to gather:
Be explicit about:
Always produce at least 2-3 options. Force yourself to think beyond the obvious first answer.
Option generation techniques:
| Aspect | Description |
|---|---|
| Summary | One-line description |
| Implementation | Key steps/changes required |
| Pros | Advantages of this approach |
| Cons | Disadvantages and risks |
| Effort | Relative complexity (Low/Med/High) |
| Fits Pattern | Does it match existing codebase patterns? |
Rate each option against relevant criteria:
| Criterion | Weight | Option A | Option B | Option C |
|---|---|---|---|---|
| Simplicity | ||||
| Maintainability | ||||
| Performance | ||||
| Testability | ||||
| Fits existing patterns | ||||
| Future flexibility | ||||
| Risk level |
For each option, identify:
Don't just present options - recommend one with clear rationale.
## Recommendation: Option [X]
**Why this option:**
- [Primary reason]
- [Secondary reason]
**Key tradeoffs accepted:**
- [What we're giving up and why it's acceptable]
**Risks to monitor:**
- [What could still go wrong]
**Implementation approach:**
1. [First step]
2. [Second step]
3. [etc.]
Escalate to human decision if:
# Brainstorming: [Feature/Change Name]
## Problem Statement
[Clear description of what we're trying to achieve]
**Success criteria:**
- [ ] [Criterion 1]
- [ ] [Criterion 2]
**Constraints:**
- [Constraint 1]
- [Constraint 2]
**Scope:**
- IN: [What's included]
- OUT: [What's explicitly excluded]
---
## Context Gathered
- [Relevant existing patterns found]
- [Dependencies identified]
- [Integration points]
---
## Options
### Option A: [Name]
**Summary:** [One line]
**Implementation:**
1. [Step]
2. [Step]
**Pros:**
- [Pro]
**Cons:**
- [Con]
**Effort:** Low / Medium / High
---
### Option B: [Name]
[Same structure]
---
### Option C: [Name]
[Same structure]
---
## Comparison
| Criterion | Option A | Option B | Option C |
| --------------- | -------- | -------- | -------- |
| Simplicity | | | |
| Maintainability | | | |
| Fits patterns | | | |
| Risk | | | |
---
## Recommendation
**Recommended:** Option [X]
**Rationale:**
[Why this is the best path forward]
**Tradeoffs accepted:**
[What we're consciously giving up]
**Next steps:**
1. [First implementation step]
2. [Second step]
3. [etc.]
---
## Open Questions
- [Any remaining uncertainties for human input]
This skill should be invoked:
The output of this skill feeds directly into implementation planning.
| Task Complexity | Brainstorming Depth |
|---|---|
| Simple change | 5 min - Quick sanity check |
| Standard feature | 15-20 min - Full analysis |
| Architectural change | 30+ min - Deep exploration |
| Multi-system integration | Extensive - May need multiple sessions |
If analysis is taking too long:
If the codebase strongly suggests a particular approach: