brainstorming

仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

示例版的内部设计流程,适合快速上手与教学演示。

这个 Skill 做什么

(示例)执行前做结构化自我对话以识别问题并选择技能链。

先在脑里做一轮结构化自问自答,把问题分类、挑出要用的技能、列出实现路线再动手。开始任何任务前先跑这套流程,可以避免选错技能或盲目执行。好处是把复杂问题拆成清晰的技能链和可执行步骤,降低返工概率。

▸ 展开 SKILL.md 英文原文

IMMEDIATELY USE THIS SKILL before answering any task - internal design thinking that identifies the question type, selects applicable skills, and converges on the best approach before implementation

Skill 开发管理思维流程技能路由示例通用
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/examples/officeqa/.claude/skills/brainstorming/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/examples/officeqa/.claude/skills/brainstorming/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Internal Design Thinking

## Overview

Structured self-dialogue before answering any question or task. Analyze what's being asked, identify which skills apply, reason through the approach, then execute.

**Core principle:** Think first, execute second. Map the question to the right skill chain before acting.

## The Process

### Phase 1: Question Classification

Analyze the question to determine:

- **Domain**: What subject area does this fall into?
- **Data type**: What kind of data or input is involved?
- **Time scope**: Single point, time series, comparison, or not applicable?
- **Operation type**: Raw lookup, calculation, transformation, generation, analysis?
- **Output format**: What 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有