From design
Generate a Figma Slides presentation summarizing a component's design journey through all 5 phases
How this skill is triggered — by the user, by Claude, or both
Slash command
/design:design-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a Figma Slides presentation that summarizes the design journey for "$ARGUMENTS" — covering research, definition, ideation, prototyping, and testing.
Generate a Figma Slides presentation that summarizes the design journey for "$ARGUMENTS" — covering research, definition, ideation, prototyping, and testing.
At least the Define phase (.metapowers/design/$ARGUMENTS/02-define.md) should exist. More phases provide a richer presentation.
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:
figma_create_slide with name "$ARGUMENTS — Design Review"figma_add_text_to_slide with the component name as the titlefigma_add_text_to_slide with the date as a subtitleCreate a slide for each completed phase:
figma_add_text_to_slide for headings and key pointsfigma_export_image to capture the component and mention it in the slideCreate a summary slide:
Set slide transitions:
figma_set_slide_transition with "DISSOLVE" for each slidePresent the slide deck info to the user with the slide count and a link to view in Figma.
A Figma Slides presentation created in the current file, summarizing the design journey for "$ARGUMENTS".
npx claudepluginhub bromso/metapowers --plugin designCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.