원클릭으로
forge-brainstorm
Brainstorm estruturado — alternativas, riscos, contorno de escopo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Brainstorm estruturado — alternativas, riscos, contorno de escopo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Executa o milestone inteiro de forma autonoma ate concluir.
Executa exatamente uma unidade de trabalho e para (step mode).
Task autonoma sem milestone — brainstorm, discuss, plan, execute.
Gerencia múltiplas contas Claude e troca entre elas (setup-token). Use ao esgotar a sessão de uma conta.
Qualidade do codebase — lint, nomenclatura. Flags: --fix, --paths.
Configuracoes do Forge — status line, hooks, MCPs.
| name | forge-brainstorm |
| description | Brainstorm estruturado — alternativas, riscos, contorno de escopo. |
<web_research>
Brainstorm de qualidade exige conhecer o estado da arte. Antes de listar alternativas, pesquise livremente com WebSearch / WebFetch (ou brave-search / context7 / fetch MCPs quando configurados — WebSearch nativo da Anthropic já funciona zero-config). Casos que justificam lookup:
Budget: até 5 buscas. Cite findings em ## Alternativas como "(fonte: {url}, confiança: HIGH|MEDIUM)".
</web_research>
<essential_principles>
Before generating anything, read:
.gsd/DECISIONS.md — what's already locked (do not brainstorm around these).gsd/PROJECT.md — what kind of project this is.gsd/KNOWLEDGE.md — lessons already learned.gsd/AUTO-MEMORY.md — patterns and gotchas discovered so farM###-CONTEXT.md and M###-SUMMARY.mdIf Step 1 reveals specific libraries, frameworks, or external services involved in this milestone, run 2–4 targeted searches before generating alternatives. Focus on what changes the decision:
"{library} {version} known issues" or "{library} pitfalls production""{approach A} vs {approach B} {year}" for competing approaches"{library} breaking changes {current_version}" if a pinned version was found in the projectGuidelines:
If no specific tech is identified from context, skip this step entirely.
For the milestone/topic, generate ideas through each lens:
What does the user actually need to be able to do when this is done?
What are 3 fundamentally different ways to achieve the same outcome?
Complete the sentence: "This milestone will fail if..."
What is explicitly OUT of scope for this milestone?
If this milestone were broken into 3-5 demoable slices, what would they be?
Produce a structured brief:
# Brainstorm: [Milestone Title]
**Date:** YYYY-MM-DD
**Prepared for:** discuss phase
## Recommended approach
[One paragraph — the approach that best balances speed, risk, and value]
## Key alternatives considered
| Approach | Tradeoff |
|----------|----------|
## Top risks (ranked)
1. [Risk] — [Early signal / mitigation]
2. ...
## Explicit non-goals
- [What is out of scope]
## Open questions for discuss
- [Question the user needs to answer before planning]
- ...
## Slice draft (for planner context)
- S01: [what user can demo] — risk: high/medium/low
- S02: ...
After producing the brief:
.gsd/milestones/M###/M###-BRAINSTORM.md (create milestone dir if needed)<fast_mode>
When invoked with -fast flag: skip brainstorm entirely. Acknowledge with one line:
Brainstorm skipped (fast mode). Proceeding to discuss. Then return immediately. </fast_mode>
<success_criteria>