/ Каталог / Песочница / design-cognition-skill
● Сообщество S0ulFood ⚡ Сразу

design-cognition-skill

автор S0ulFood · S0ulFood/design-cognition-skill

Four-role design-thinking framework (Strategist, Researcher, Executor, Critic) for Claude Code — works for any domain, not just product design.

A domain-agnostic design-thinking skill. Claude plays four roles in sequence: Strategist (what matters), Researcher (what's true), Executor (what to build), Critic (what's wrong). Useful for any non-trivial decision — features, essays, architecture, roadmaps.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

design-cognition-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "design-cognition-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/S0ulFood/design-cognition-skill",
        "~/.claude/skills/design-cognition-skill"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "design-cognition-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/S0ulFood/design-cognition-skill",
        "~/.claude/skills/design-cognition-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "design-cognition-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/S0ulFood/design-cognition-skill",
        "~/.claude/skills/design-cognition-skill"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "design-cognition-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/S0ulFood/design-cognition-skill",
        "~/.claude/skills/design-cognition-skill"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "design-cognition-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/S0ulFood/design-cognition-skill",
        "~/.claude/skills/design-cognition-skill"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "design-cognition-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/S0ulFood/design-cognition-skill",
          "~/.claude/skills/design-cognition-skill"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add design-cognition-skill -- git clone https://github.com/S0ulFood/design-cognition-skill ~/.claude/skills/design-cognition-skill

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: design-cognition-skill

Decide whether and how to ship a feature

👤 Product managers, founders ⏱ ~60 min intermediate

Когда использовать: You're weighing a feature and the team's split.

Предварительные требования
  • Skill installed — git clone https://github.com/S0ulFood/design-cognition-skill ~/.claude/skills/design-cognition-skill
Поток
  1. Strategist
    Use design-cognition-skill. Strategist role: should we build [feature]? What are the strategic tradeoffs?✓ Скопировано
    → Strategic framing — not just pros/cons, but tradeoffs against stated goals
  2. Researcher
    Researcher role: what's known from our data, users, competitors?✓ Скопировано
    → Evidence summary with gaps noted
  3. Executor
    Executor role: if we build it, what's the smallest valuable version?✓ Скопировано
    → Concrete MVP definition
  4. Critic
    Critic role: what's wrong with this plan? Be harsh.✓ Скопировано
    → Specific pushback, not generic risk flags

Итог: A decision doc you can share that shows the thinking, not just the conclusion.

Подводные камни
  • Roles blur together — Run each role in its own prompt; don't ask for all four at once
Сочетать с: filesystem

Get four kinds of feedback on a draft essay

👤 Writers ⏱ ~20 min beginner

Когда использовать: Your essay needs more than 'looks good' or copy-editing.

Поток
  1. Run each role on the draft
    Use design-cognition-skill on my essay. Strategist (is the point worth making?), Researcher (are claims defensible?), Executor (is the structure tight?), Critic (what would a hostile reader attack?).✓ Скопировано
    → Four distinct critiques

Итог: Feedback a friend wouldn't give you but a good editor would.

Комбинации

Сочетайте с другими MCP — эффект x10

design-cognition-skill + filesystem

Save each role's output as a separate doc

Save outputs to decision/<topic>/<role>.md for each role.✓ Скопировано
design-cognition-skill + infinite-gratitude-skill

Pair with multi-agent research for breadth plus this for depth

Use infinite-gratitude for discovery, then design-cognition for the final decision doc.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
strategist question What matters here 0
researcher question + context What's true 0
executor direction What to build 0
critic plan or artifact What's wrong 0

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
Moderate — 4 roles, each non-trivial
Деньги
Free
Совет
Invoke single roles when you only need one lens.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: None
Исходящий трафик: None from skill

Устранение неполадок

Частые ошибки и исправления

Critic is too gentle

Prompt for adversarial framing — 'what would a hostile VC attack'

Roles produce same content

Separate into 4 prompts; prime each role explicitly

Альтернативы

design-cognition-skill в сравнении

АльтернативаКогда использоватьКомпромисс
Single prompt asking for 'pros and cons'Quick vibe checkNo structure; easy to skip hard questions
planning-with-files-skillYou need session persistence across a long projectNot a decision framework

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills