From fatsecret-workflow
Use when a Figma URL or design reference is provided, before writing implementation plans, to fetch and analyze the design via Figma MCP and produce a design brief
How this skill is triggered — by the user, by Claude, or both
Slash command
/fatsecret-workflow:figma-design-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- A Figma URL (figma.com/design/...) is present in the conversation or story
writing-plansParse the Figma URL to extract fileKey and nodeId
figma.com/design/:fileKey/:fileName?node-id=:nodeId → convert - to : in nodeIdCall mcp__figma__get_design_context with the fileKey and nodeId
Call mcp__figma__get_screenshot for visual reference
Analyze the design and produce a Design Brief containing:
Present the Design Brief to the user for confirmation before proceeding to writing-plans
## Design Brief
### Layout
[hierarchy description]
### Components
| Component | Figma nodeId | Existing project match |
|-----------|-------------|----------------------|
| ... | ... | FSColor.x / DSComp.y / new |
### Design Values
- Colors: [hex → FSColor mapping]
- Typography: [font/size/weight → FSFont mapping]
- Spacing: [padding/margin values]
- Corner radius: [values]
### Notes
[anything unusual or requiring clarification]
figma-driven-implementation will use them per-componentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub fatsecret-group/fatsecret-workflow --plugin fatsecret-workflow