Generate Figma Diagram Payload
sdd_figma_diagramGenerates FigJam-ready diagram payloads from DESIGN.md specs. Outputs structured data to route the AI client for diagram generation.
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 |