安装热度榜

brainstorming

提供结构化发散与拆解框架,帮助在动手前先明确目标、拆任务和整理方案。

分类
Agent 工作流
榜单排名
#4
安装量
255,832

它能做什么

中文摘要

「brainstorming」的原始 GitHub SKILL.md 将它定位为:You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior.。它的核心价值是把前端性能、渲染路径、数据获取和包体控制变成可执行检查清单;约束界面层级、组件状态、可访问性和视觉验收细节。文档重点章节包括「Anti-Pattern: "This Is Too Simple To Need A Design"」「Checklist」「Process Flow」。

为什么推荐

推荐理由

推荐它,是因为它在「Agent 工作流」分类里热度靠前(安装量 255,832),同时原始文档信息密度足够高。原文列出的执行要点包括:Check out the current project state first (files, docs, recent commits);Before asking detailed questions, assess scope: if the request describes multiple independent subsystems (e.g., "build a platform with chat, file storage, billing, and analytics"), flag this immediately. Don't spend questions refining details of a project that needs to be decomposed first.。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。

什么时候用

适用场景

  • 做界面实现、组件重构、视觉验收或设计系统一致性检查
  • 处理 Web 应用路由、部署、缓存、服务端渲染和生产问题
  • 建立测试闭环、回归验证、安全检查和发布前质量门

使用前先看

主要亮点

  • 01

    适合新功能构思、方案分解和需求澄清。

  • 02

    原文强调创作前必须使用,说明它偏前置思考。

  • 03

    不宜当作实现工具,原文有效说明不足以扩展更多功能。

原始文档

原文摘录

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior.