一键导入
just-brainstorm
Brainstorm architectural designs, explore potential solutions, and weigh implementation tradeoffs collaboratively without making code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Brainstorm architectural designs, explore potential solutions, and weigh implementation tradeoffs collaboratively without making code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | just-brainstorm |
| description | Brainstorm architectural designs, explore potential solutions, and weigh implementation tradeoffs collaboratively without making code changes. |
| key_features | ["Architectural design","trade-off evaluation","Design requirement clarification","Non-destructive exploration"] |
Activate this skill when the user asks to brainstorm, explore design ideas, discuss potential solutions, or outline architecture before committing to execution.
Examples of trigger phrases:
write_to_file as
described in the workflow below is the only permitted file creation).grep_search, view_file,
list_dir) to understand the current architecture and ground your
brainstorming in reality.ask_question)ask_question tool early to
request clarification, surface design choices, and align on goals or
constraints before drafting extensive proposals..md file in the
conversation artifacts directory using the write_to_file tool) so the user
can easily review, share, and comment on specific sections.Autonomous pull request review loop that pushes code, polls for AI/bot review comments (e.g., Gemini Code Assist), surgically remediates feedback, commits, pushes, comments `/gemini review`, and loops until zero feedback remains. Requires the `github-pr-triage` skill.
Triage open PR comments/reviews and associated CI/CD workflow failures using the `triage.dart` helper script and formulate an actionable plan.
Intake multi-step tasks by clarifying ambiguities, summarizing understanding, and confirming readiness via ask_question before executing code changes.
Analyzes unstructured artifacts (proposals, design docs, issues, notes) to identify gaps, contradictions, and implicit assumptions, and interviews the user via a structured quiz to distill a definitive strategy and trade-off matrix. Use when resolving competing architectural proposals, clarifying ambiguous project goals, identifying blind spots in early design documents, or synthesizing consensus from fragmented team notes. Don't use for simple text summarization without strategic synthesis, writing code solutions directly, or managing task lists without strategic decision-making.
Apply the "Encapsulated Method Object" refactoring pattern to simplify functions with deeply nested scopes, bloated closures, and heavy shared local state.
Best practices for managing stacked changelists (CLs) in Gerrit using depot_tools, avoiding common pitfalls with Change-Ids.