一键导入
brainstorm
Explore approaches before proposing — read context, ask questions, present 2+ options with trade-offs, write sprint with dependencies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explore approaches before proposing — read context, ask questions, present 2+ options with trade-offs, write sprint with dependencies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify and fix documented gaps one at a time — reproduce, root cause, minimal fix, wire-test regression, close
Discover undocumented gaps by comparing AxiomDB against MySQL/PostgreSQL — build inventory, run tests, classify, hand off to hunt-gap
Run Criterion micro-benchmarks and 3-Docker comparison benchmarks, verify no regression against MySQL/PostgreSQL
Save session context to a checkpoint file so the next session can resume without losing state
Systematic debug protocol — reproduce with minimal test, 2+ hypotheses, fix root cause, add regression test
Full phase close protocol — tests, clippy, fmt, benchmarks, docs, memory update, commit, push
| name | brainstorm |
| description | Explore approaches before proposing — read context, ask questions, present 2+ options with trade-offs, write sprint with dependencies |
Before proposing any solution, run this complete protocol:
db.md section for the current phasedocs/fase-anterior.md if it existsspecs/fase-actual/ if it existsDo not propose anything until you have answers to:
Always present at least 2 options, never just the "best" one:
Approach A: [name]
Pros: [list]
Cons: [list]
When to choose it: [condition]
Approach B: [name]
Pros: [list]
Cons: [list]
When to choose it: [condition]
If the task has subtasks, write an explicit sprint:
Sprint: [phase name]
Estimate: [N hours/days]
├── Task 1: [name]
│ Description: [what it does]
│ Dependencies: none
│ Done criterion: [verifiable]
│
├── Task 2: [name]
│ Description: [what it does]
│ Dependencies: Task 1
│ Done criterion: [verifiable]
│
└── Task 3: [name]
Description: [what it does]
Dependencies: Task 1
Done criterion: [verifiable]
At the end of the brainstorm, the user and Claude must have agreed on:
Next step: /spec-task for the first task in the sprint.