Design review
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill design-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a Figma Slides presentation summarizing a component's design journey through all 5 phases
SKILL.md
1.8 KB, as published. Nobody here has run it
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".