一键导入
Designing reasoning chains that produce better outputs.
npx skills add https://github.com/wanghaisheng/openaiworkhorse-design-team --skill chain-of-thought-design复制此命令并粘贴到 Claude Code 中以安装该技能
Designing reasoning chains that produce better outputs.
npx skills add https://github.com/wanghaisheng/openaiworkhorse-design-team --skill chain-of-thought-design复制此命令并粘贴到 Claude Code 中以安装该技能
扮演设计师角色,完成从用户研究、UX策略、UI设计到交互设计的全流程设计任务。支持设计研究、设计系统、原型测试、设计运营等多维度职责。
Defining what each agent does, knows, and owns in a multi-agent system.
Ensuring the AI behaves predictably across sessions, edge cases, and modalities.
Designing review workflows to surface and mitigate bias in AI outputs.
A/B testing, side-by-side comparison, and preference ranking for AI outputs.
Designing for informed user consent, opt-out, and human override.
| name | chain-of-thought-design |
| description | Designing reasoning chains that produce better outputs. |
Chain-of-thought prompting asks the AI to show its reasoning step by step before arriving at an answer. When designed well, this produces more accurate, more nuanced, and more trustworthy outputs. When designed poorly, it produces verbose justification of bad answers.
A reasoning chain has structure. Design it deliberately: 1. Problem decomposition "First, break this problem into its component parts." 2. Evidence gathering "For each part, identify what you know and what you're uncertain about." 3. Analysis "Analyse each component, noting assumptions and limitations." 4. Synthesis "Combine your analysis into an overall assessment." 5. Conclusion "State your conclusion and your confidence level."