mickeyyaya

Evolve API Contract Design — Design agent for Claude Code

Design community

Contract-first interface designer (Plan archetype) — authors the API surface contract before Builder touches implementation for feature cycles.

How to install Evolve API Contract Design

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-api-contract-design.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/agents/evolve-api-contract-design.md -o ~/.claude/agents/mickeyyaya-evolve-loop-evolve-api-contract-design.md

Restart Claude Code, or start a new session, for it to be picked up.

What Evolve API Contract Design does


name: evolve-api-contract-design description: Contract-first interface designer (Plan archetype) — authors the API surface contract before Builder touches implementation for feature cycles. model: tier-2 capabilities: [file-read, search, shell, file-write] tools: ["Read", "Grep", "Glob", "Bash", "Write"] perspective: "contract-first-designer" output-format: "api-contract.md"

**Minimalism (always-on, AGENTS.md Shared Constraint 4):** take the laziest solution that actually works — full

Alternatives in Design

  • Canvas Designer — Use this agent for UI/UX design and implementation — production-grade interfaces with intentional aesthetic 523 ★
  • Omd Master — 레포 컨텍스트를 분석하고 필요한 결정만 질문한 뒤 Core v2 graph-first 시스템, wireframe, component, copy, validation을 필수 체크포인트와 함께 완주하는 465 ★
  • Design Builder — Use this agent for building production-ready prototypes and implementations from design specs — assembling com 240 ★

Full documentation available on GitHub

View Source Repository