feat: designer agent hierarchy + agent pack selection in init (#1) - #12
Merged
elynch303 merged 1 commit intoApr 14, 2026
Merged
Conversation
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
deleted the
feature/#1-designer-agent-hierarchy-figma-init-selection
branch
April 14, 2026 23:57
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1
Changes
Designer Agent Hierarchy
designer(opus) — orchestrator with mandatory Figma MCP preflight; classifies work and sequences sub-agentsdesign-researcher— reads Figma file structure, component library, design tokensdesign-wireframer— translates AC → wireframe specs + Figma node blueprints, writesdesigns/<slug>-wireframe.mddesign-system-manager— writes frames/tokens/components to Figma via REST API (curlwithX-Figma-Token)design-reviewer(read-only, no Write/Edit) — diffs Figma frames vs code implementationDesign 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-endAll 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)
gemini -p "@./ ..."to analyze the project and recommend packsDESIGNER_PACK_SELECTED=truewhich auto-selects Figma in Phase 2's Design Tools promptREADME
🤖 Generated with Claude Dev Kit