← ClaudeAtlas

figma-full-cyclelisted

Use when given a Figma parent frame link/URL for a feature or flow and the goal is a complete working implementation end-to-end, not a single artifact. Triggers: «сделай фичу по фигме», «полный цикл по фрейму», «реализуй флоу из фигмы целиком», «сверстай экраны, тз позже», "full cycle from Figma frame", "implement feature from Figma flow", "UI first, logic later". NOT for spec-only (figma-feature-spec), single asset import (import-figma-assets), or one-screen comparison (design-compare).
gwair1989/figma-full-cycle · ★ 0 · Web & Frontend · score 70
Install: claude install-skill gwair1989/figma-full-cycle
# Figma Full Cycle ## Overview Full-cycle orchestrator: Figma frame → finished feature. Drives the stages in order, calls the specialized skills, accumulates questions, keeps state, delegates heavy reading to subagents. **The orchestrator only conducts:** sequence, gates, questions, state. Stage logic lives in the sub-skills — do not duplicate it here. The full cycle is expensive. It can start at any stage (`start: stage N`) — resume from state. ## Agent adapter (required) The core is agent-neutral: tools and roles are named by capability. Concrete tool names live in your agent's adapter: - Claude Code → `adapters/claude-code.md` - Codex → `adapters/codex.md` **Preflight (once, before any change):** read the adapter, run the capability discovery sweep below, then the read-only UI convention audit, read [`references/figma-mcp-acquisition.md`](references/figma-mcp-acquisition.md) in full, and only then run the rest of the adapter's capability checklist end to end. Everything missing without a fallback goes out as a single blocker question listing all of it, not one at a time. Preflight reads exactly three references — the adapter, [`references/capability-discovery.md`](references/capability-discovery.md) and [`references/figma-mcp-acquisition.md`](references/figma-mcp-acquisition.md) — plus [`references/project-ui-conventions.md`](references/project-ui-conventions.md) for the audit. Every other reference belongs to a stage; see the context budget below. ## Capability