Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

brainstorming头脑风暴

Agent Skill

brainstorming 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

222

周安装

9

GitHub Stars

16

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brainstorming(头脑风暴)
来源仓库:https://github.com/krzysztofsurdy/code-virtuoso
仓库路径:skills/brainstorming
安装命令:
npx skills add https://github.com/krzysztofsurdy/code-virtuoso --skill brainstorming
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/krzysztofsurdy/code-virtuoso --skill brainstorming

简介

brainstorming 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态进行整理。

  • 适用于头脑风暴和创意生成相关的协作场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围和维护状态,注意是否涉及联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Brainstorming

Structured pre-implementation design exploration. Transforms a vague idea into a written spec through focused, one-at-a-time questioning before any code is written, any plan is created, or any architecture is decided. The spec is the deliverable -- everything else follows from it.

No code until the spec is written and approved.

When to Use

  • The user says "I want to build X" but has no written requirements
  • A feature request exists as a sentence or two with no detail
  • The user asks "how should I build X" before defining what X actually is
  • Someone says "let's brainstorm" or "help me figure this out"
  • A problem statement exists but the solution space is unexplored

Quick Start

/brainstorming user authentication for a SaaS app
/brainstorming migrate our monolith to services
/brainstorming                                     # asks what to explore

If $ARGUMENTS is provided, use it as the initial topic and skip straight to Phase 1. If no argument, ask: "What idea, feature, or problem would you like to explore?"


Workflow

This skill uses guided phases -- each phase is a separate file loaded one at a time. Every phase ends with a gate where you must wait for user confirmation before proceeding. Do not skip phases or merge them.

PhaseFileWhat it covers
1IntakeRead context, classify maturity, summarize understanding
2DivergenceExpand problem space with one-at-a-time questions across 7 categories
3ConvergenceNarrow to concrete scope, lock must-haves and non-goals
4Spec WritingWrite full spec from gathered material, run quality checklist
5ApprovalGet explicit user approval, hard-gate implementation

Start by loading Phase 1. After the user confirms each phase, load the next. Never load multiple phases at once. Never skip a phase.


Critical Rules

  1. No code until the spec is approved. Not pseudocode, not scaffolding, not "just a quick example."
  2. One question per message. Compound questions produce shallow answers.
  3. Open questions before closed questions. Explore before narrowing.
  4. Challenge assumptions, not people. "Is X a hard requirement, or an assumption we should test?"
  5. The user defines scope, not the agent. Surface possibilities through questions, let the user decide.
  6. Non-goals are as important as goals. A spec without explicit non-goals has undefined boundaries.
  7. Acceptance criteria must be testable. "It should be fast" is not testable. "Under 200ms at p95" is.
  8. Scale depth to complexity. Simple features get short specs. System redesigns get thorough ones.
  9. Resolve contradictions before locking scope.
  10. The spec is a living document until approved.

Question Technique

PrincipleMeaning
One at a timeOne question, one message
Open before closed"What" and "why" first; "which" and "would you prefer" later
Challenge assumptionsWhen something is stated as obvious, ask what would happen if it were not true
Surface constraints earlyConstraints eliminate solution space -- the sooner known, the less rework
Offer options when narrowingPresent 2-3 concrete choices instead of open-ended questions during convergence
Name the silenceIf an important topic has not come up, ask about it explicitly

See question-playbook for the full catalog.


Anti-Patterns

Anti-PatternFix
Solution jumpingStay in divergence until goals and constraints are clear
Compound questionsOne question per message
Leading questionsAsk neutral: "What scale needs exist?" not "Should we use microservices?"
Premature implementationHard-gate: no code until spec is approved
Fake consensusProbe: "Can you walk me through how you'd use this?"
Scope creep during convergencePark in "future considerations", re-lock scope

See anti-patterns for the full guide.


Reference Files

ReferenceContents
question-playbookFull catalog of question types with example phrasings
spec-templateOutput template the spec must follow
anti-patternsFailure modes that derail brainstorming
when-to-exitCriteria for "done" vs. "needs more rounds"

Integration with Other Skills

SituationRecommended Skill
Spec approved, ready for planningwriting-plans
Complex requirements, need stakeholder analysisproduct-manager role
Spec reveals architectural decisions neededarchitect role
Spec approved, ready for direct TDDtest-driven-development
Acceptance criteria need test plan detailqa-engineer role
API design decisionsapi-design
Database schema decisionsdatabase-design

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.44%
按下载量换算26

Claude

32.21%
按下载量换算23

Cursor

19.55%
按下载量换算14

Gemini CLI

9.55%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills