一键导入
brainstorming
Explore how something should work before building it (product philosophy, component design, or feature behavior) and converge on an approved design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explore how something should work before building it (product philosophy, component design, or feature behavior) and converge on an approved design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft an academic paper or thesis in phases that survive peer review, from fitting the venue through shaping the contribution, storyboarding the skeleton, and writing the prose.
Pressure-test a paper at any phase, whether shape, skeleton, draft, or final, by reviewing it three ways at once, four when citations need checking against sources, then synthesize a mock notification with a phased revision list.
Build a single-file HTML slide deck in three light passes, content and mechanics first, then a unique visual identity, then the assembled deck, so revising the sequence never means regenerating the whole file.
Use after implementation is committed on a branch to open or update a PR, write the PR body, link work items, monitor checks, and handle CI feedback. Works for a feature or a standalone fix/perf/refactor.
Record an architecture decision by creating, updating, or superseding an ADR after a significant, costly-to-reverse technical choice is approved.
Define how approved requirements will be implemented (service boundaries, APIs, data model, integrations, failure modes, technical contracts) before coding.
| name | brainstorming |
| description | Explore how something should work before building it (product philosophy, component design, or feature behavior) and converge on an approved design. |
| allowed-tools | Read, Grep, Glob, Write, Edit |
| model | opus |
| effort | high |
Converge on an approved design, not a large document. Explore how something should work before it is built.
| Scope | Reads | Output | Next |
|---|---|---|---|
| Product | docs/product/discovery.md | saves docs/product/vision.md | srs |
| Component | docs/product/vision.md, docs/architecture.md, component code | conversational, no file | grill-me (if data model, public API, or irreversible infra), else architecture-design |
| Feature | docs/product/vision.md, relevant docs/srs.md section | conversational, no file | grill-me (if auth, data model, or external contracts), else srs; ui-design agent (flow scope) if significant UI |
When an idea crosses a scope, like a feature that introduces a new boundary or a component that redefines a principle, switch scope before continuing.
reference/vision-template.md; Component covers Problem, Boundaries, Interfaces, Responsibilities, Tech choices, Risks; Feature covers Problem, Core use case, MVP scope, Non-goals, User flow, Risks.docs/product/vision.md.Design approved. Suggest the next skill per the Scopes table.