Generate Figma Diagram Payload
sdd_figma_diagramCreates FigJam-ready diagram payloads from specification artifacts, outputting structured data with routing instructions for AI clients to call Figma MCP's generate_diagram tool.
Instructions
Generates a FigJam-ready diagram payload from DESIGN.md. Returns structured data with routing_instructions for the AI client to call Figma MCP's generate_diagram tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| diagram_type | Yes | Type of diagram to generate for FigJam. | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |