Skip to main content

ralph-starter figma

Interactive wizard for building code from Figma designs.

Synopsis

ralph-starter figma [options]

Description

The figma command launches an interactive wizard that guides you through selecting a Figma file, choosing a mode (spec, tokens, components, assets, content), and running an autonomous coding loop to implement the design.

For non-interactive usage and detailed mode documentation, see Figma Source.

Options

OptionDescriptionDefault
--commitAuto-commit after tasksfalse
--pushPush commits to remotefalse
--prCreate pull request when donefalse
--validateRun validation after iterationstrue
--no-validateSkip validation-
--max-iterations <n>Maximum loop iterations50
--agent <name>Agent to useauto-detect

Examples

# Launch the interactive wizard
ralph-starter figma

# With auto-commit and PR creation
ralph-starter figma --commit --pr

# Using a specific agent
ralph-starter figma --agent claude-code --max-iterations 10

See Also

  • Figma Source - Detailed mode documentation, authentication, and troubleshooting
  • run - Non-interactive Figma usage via --from figma