figma-full-cyclelisted
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