mcpbeat Sign in

Design Agent Skill

结构化技术设计工作流,适用于显式 design doc 或 checklist 生成;不负责需求盘问、bug 修复或正式代码审查。

465 tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1027
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/doccker/cc-use-exp --skill design

What comes with it

1 111 bytes besides the instruction
agents/openai.yaml
references/checklist-usage.md
references/design-scope.md
references/tradeoff-thinking.md
templates/design-checklist.md
templates/design-doc.md

The instruction itself

1 sections, as written by the author

Design

当用户明确要求 design、design doc 或 design checklist 时,使用本技能。

不要用于:

  • 需求挖掘或需求拷问
  • bug 修复
  • 正式 code review
  • 语言实现细节

核心方式

  • 明确目标、边界和约束。
  • 先识别关键 tradeoff,再组织方案。
  • 需要输出文档时使用 doc 模板。
  • 需要结构化检查时使用 checklist 模板。

按需展开

  • 设计范围:references/design-scope.md
  • Tradeoff 思考:references/tradeoff-thinking.md
  • Checklist 用法:references/checklist-usage.md

How to use it

Copy the folder

Take doccker/design from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.