Skip to content

feat: designer agent hierarchy + agent pack selection in init (#1) - #12

Merged
elynch303 merged 1 commit into
masterfrom
feature/#1-designer-agent-hierarchy-figma-init-selection
Apr 14, 2026
Merged

feat: designer agent hierarchy + agent pack selection in init (#1)#12
elynch303 merged 1 commit into
masterfrom
feature/#1-designer-agent-hierarchy-figma-init-selection

Conversation

@elynch303

Copy link
Copy Markdown
Owner

Closes #1

Changes

Designer Agent Hierarchy

  • designer (opus) — orchestrator with mandatory Figma MCP preflight; classifies work and sequences sub-agents
  • design-researcher — reads Figma file structure, component library, design tokens
  • design-wireframer — translates AC → wireframe specs + Figma node blueprints, writes designs/<slug>-wireframe.md
  • design-system-manager — writes frames/tokens/components to Figma via REST API (curl with X-Figma-Token)
  • design-reviewer (read-only, no Write/Edit) — diffs Figma frames vs code implementation

Design Commands

  • /design — full pipeline
  • /design:mockup — wireframe + Figma frame creation
  • /design:review — impl vs Figma comparison
  • /design:tokens — sync Figma variables ↔ code tokens
  • /design:component — single component end-to-end

All commands include a runtime Figma MCP guard that exits with install instructions if the MCP is not configured.

Phase 1.5: Agent Pack Selection (install.sh)

  • New interactive phase between file install and MCP wizard
  • Multi-select menu: Designer, DevOps, Data, All, Unsure, None
  • "Unsure" runs gemini -p "@./ ..." to analyze the project and recommend packs
  • Selecting Designer sets DESIGNER_PACK_SELECTED=true which auto-selects Figma in Phase 2's Design Tools prompt

README

  • Designer agent sub-table added to agents section
  • Optional Agents section explaining MCP requirements and activation
  • 5 new design commands added to commands table

🤖 Generated with Claude Dev Kit

Adds 5 designer agents (designer, design-researcher, design-wireframer,
design-system-manager, design-reviewer) with Figma MCP integration.
Adds 5 design commands (/design, /design:mockup, /design:review,
/design:tokens, /design:component) with runtime Figma MCP guard.
Adds Phase 1.5 to install.sh: agent pack selection with multi-menu,
"Unsure" option that runs gemini to analyze project and recommend packs,
and auto-activates Figma MCP prompt when Designer pack is selected.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@elynch303
elynch303 merged commit 8a1537f into master Apr 14, 2026
3 checks passed
@elynch303
elynch303 deleted the feature/#1-designer-agent-hierarchy-figma-init-selection branch April 14, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plan: Designer Agent Hierarchy with Figma Integration

1 participant