{
  "name": "get-design-done",
  "short_name": "gdd",
  "version": "1.60.2",
  "description": "Agent-orchestrated 5-stage design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 specialized agents, 96 skills, 39 connection integrations (Figma, Refero, Preview, Storybook, Chromatic, Graphify, Linear, Jira, Notion, …), bidirectional Figma write-back, queryable intel store for O(1) design-surface lookups, opt-in SQLite state backbone, and a reflector-driven self-improvement loop. Two MCP servers (`gdd-state` for typed STATE mutators, `gdd-mcp` for 13 read-only project-priming tools), tier-aware agent routing with cost telemetry, defense-in-depth hooks (protected paths, MCP circuit breaker, injection scanner, budget enforcer), and a cross-runtime install layer for Claude Code, Codex, Cursor, OpenCode, Gemini, Copilot, and more.",
  "author": {
    "name": "hegemonart",
    "url": "https://github.com/hegemonart"
  },
  "homepage": "https://github.com/hegemonart/get-design-done",
  "repository": "https://github.com/hegemonart/get-design-done",
  "license": "MIT",
  "keywords": [
    "claude",
    "claude-code",
    "claude-code-plugin",
    "plugin",
    "mcp",
    "mcp-server",
    "agent-sdk",
    "parallel-agents",
    "design",
    "design-system",
    "design-system-sync",
    "ui",
    "ux",
    "frontend",
    "pipeline",
    "orchestration",
    "figma",
    "figma-write",
    "accessibility",
    "wcag",
    "typography",
    "motion",
    "anti-patterns",
    "audit",
    "storybook",
    "graphify",
    "knowledge-graph",
    "intel-store",
    "self-improvement",
    "reflection",
    "anti-slop",
    "confidence-gate",
    "skill-composition",
    "skill-graph",
    "worktree-safe",
    "headless",
    "cli",
    "codex",
    "cursor",
    "gemini",
    "tested",
    "ci"
  ],
  "skills": [
    "./skills/"
  ],
  "mcpServers": {
    "gdd-mcp": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/bin/gdd-mcp"
      ]
    },
    "gdd-state": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/bin/gdd-state-mcp"
      ]
    }
  }
}
