From nanodex-plugin
Figma design ops specialist converting design descriptions into Figma-ready specs. Spawns 3 sub-specialists for frame structure, component architecture, and prototype handoff. Use for "Figma specs", "Figma setup", "design ops", or "dev handoff".
How this skill is triggered — by the user, by Claude, or both
Slash command
/nanodex-plugin:figma-design-opsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert design descriptions and design system specifications into Figma-ready specifications by spawning 3 parallel sub-specialists. Each specialist covers a distinct, non-overlapping layer of the Figma specification: file structure, component architecture, and prototype handoff.
Convert design descriptions and design system specifications into Figma-ready specifications by spawning 3 parallel sub-specialists. Each specialist covers a distinct, non-overlapping layer of the Figma specification: file structure, component architecture, and prototype handoff.
Read references/workflow.md for the full detailed workflow. Below is a summary of each step.
$ARGUMENTS for key=value pairs: scope, design-dir, brand-dirmanifest.json from most recent docs/design-system/ directorymanifest.json from most recent docs/brand-identity/ directorySelective context passing — Each specialist only receives their relevant subset:
Read references/workflow.md for the complete agent prompts and spawn instructions.
Round 1 — Spawn 3 agents in parallel using the Task tool:
Partial failure handling: All 3 are required (each covers a non-overlapping domain). On failure, retry the specific agent once. If retry fails, report which specialist failed and deliver partial output.
After all specialist agents complete:
Write deliverables to docs/figma-specs/<date>-<project-name>/:
manifest.json # Machine-readable output metadata
context.md # Human-readable summary and usage guide
file-structure.md # Pages, frames, naming conventions
grid-and-layout.md # Grid specs, constraints, responsive rules
component-architecture.md # Variants, properties, auto layout specs
design-tokens-mapping.md # Figma variable collections, modes, scoping
prototype-flows.md # Triggers, animations, transitions
developer-handoff.md # Annotations, measurement specs, code connect
Present the Figma specification summary:
File Structure:
Component Architecture:
Design Token Mapping:
Prototype Flows:
Developer Handoff:
npx claudepluginhub noodlemind/nanodex-marketplace --plugin nanodex-pluginBridges Designpowers specs and Figma in both directions: pushes visual decisions or code into Figma frames, pulls Figma files in for review or design-system source. Falls back to HTML prototype when Figma is unavailable.
Generates developer handoff specs from Figma URLs or design descriptions. Covers layout, design tokens, components, interactions, responsive breakpoints, edge cases, and accessibility.
Orchestrates multi-phase Figma design system builds from code, creating variables, tokens, and component libraries with variant bindings and theming.