Design Review
Generate a Figma Slides presentation that summarizes the design journey for "$ARGUMENTS" — covering research, definition, ideation, prototyping, and testing.
Prerequisites
At least the Define phase (.metapowers/design/$ARGUMENTS/02-define.md) should exist. More phases provide a richer presentation.
Process
Read all available phase artifacts:
.metapowers/design/$ARGUMENTS/01-empathize.md(research brief).metapowers/design/$ARGUMENTS/02-define.md(component contract).metapowers/design/$ARGUMENTS/03-ideate.md(design options).metapowers/design/$ARGUMENTS/04-prototype.md(prototype notes).metapowers/design/$ARGUMENTS/05-test.md(test report)
Create a title slide:
- Call
figma_create_slidewith name "$ARGUMENTS — Design Review" - Call
figma_add_text_to_slidewith the component name as the title - Call
figma_add_text_to_slidewith the date as a subtitle
- Call
Create a slide for each completed phase:
- For each phase artifact that exists, create a slide summarizing the key findings
- Call
figma_add_text_to_slidefor headings and key points - If the prototype exists, call
figma_export_imageto capture the component and mention it in the slide
Create a summary slide:
- Overall status (pass/fail from test report if available)
- Key decisions made during the process
- Next steps or open items
Set slide transitions:
- Call
figma_set_slide_transitionwith "DISSOLVE" for each slide
- Call
Present the slide deck info to the user with the slide count and a link to view in Figma.
Output
A Figma Slides presentation created in the current file, summarizing the design journey for "$ARGUMENTS".