Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By muspelheim
Brutal UI/UX roasting agent - multi-perspective design critique with no mercy
npx claudepluginhub muspelheim/claude-roaster --plugin claude-roasterAccessibility expert roaster - WCAG compliance, screen readers, motor impairments
Copy/Content expert roaster - microcopy, UX writing, tone consistency, clarity
Designer perspective roaster - visual hierarchy, color theory, typography, spacing
Developer perspective roaster - maintainability, component structure, implementation concerns
User flow and journey analysis specialist - transitions, friction, and cross-screen consistency
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Systematic visual UI/UX audits producing phased, implementation-ready design plans. Purely visual refinement without touching functionality.
UX co-pilot โ conversational UX designer with live preview. 376 rules, 161 palettes, 57 font pairings, 67 styles. Phases: Discovery (ABCD questions), Audit (code scan + scored report), Preview (local server + named versions), Export (spec + React/Svelte/Vue components).
Audit and improve front-end usability using 15 established design principles. Acts as a Senior UX designer/engineer reviewing your interface end-to-end.
5ใคใฎๅฐ้ใจใผใธใงใณใ๏ผUXใปใใธใฅใขใซใปใขใฏใปใทใใชใใฃใปใขใใคใซใปใณใใผ๏ผใใใผใ ใงUIใๆทปๅใปๆนๅใใPencilใง็ป้ขใใถใคใณใไฝๆใปไฟฎๆญฃใใ
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Comprehensive design audit, accessibility, and consistency evaluation using ai-vision CLI
Brutal UI/UX critique with multi-perspective analysis - No mercy, maximum improvement.
A Claude Code plugin that roasts your UI/UX from multiple professional perspectives, with iterative improvement cycles and comprehensive user flow analysis.
Ever wanted Gordon Ramsay to review your UI? This is it. The Roaster agent tears apart your interface with surgical precision, then helps you rebuild it better.
Features:
# Via Claude Code plugin marketplace
/plugin marketplace add https://github.com/muspelheim/claude-roaster
/plugin install claude-roaster
/roast [mode] [target] [options]
Modes:
screen - Single screen analysis (default)flow - Multi-screen user journeyaudit - Full application reviewOptions:
--iterations=<1-10> - Roast cycles (default: 3)--focus=<area> - Priority: a11y, conversion, usability, visual, implementation--output=<path> - Output directory (default: reports/roast/)--fix=<mode> - Fix handling: auto, report, ask (default: ask)# Screen mode - single view analysis
/roast screen login
/roast screen settings --focus=a11y
/roast screen checkout --iterations=5
# Flow mode - user journey analysis
/roast flow checkout
/roast flow onboarding --fix=auto
# Audit mode - full app review
/roast audit
/roast audit --output=./audit-results
ctrl+o)Agent progress is shown in Claude Code's native UI - press ctrl+o to expand the task tree and see each agent's status.
Smart defaults: Starts immediately. Fix preferences asked only after results.
| Mode | Command | What Gets Analyzed | Screenshots |
|---|---|---|---|
| Screen | /roast screen login | Single screen/view | 1 per iteration |
| Flow | /roast flow checkout | Multi-screen journey | 1 per step |
| Audit | /roast audit | Full app review | Multiple key screens |
Screen Mode: Analyzes one screen in depth. Best for focused improvements on specific views (login, settings, profile).
Flow Mode: Analyzes a user journey across multiple screens. Captures screenshots at each step, checks cross-screen consistency, identifies drop-off points.
Audit Mode: Comprehensive review of the entire application. Identifies critical screens automatically, analyzes key user paths.
Claude Roaster automatically detects available screenshot tools in this order:
1. Check: Is Xcode MCP available?
โโ Yes โ Use mcp__xcodebuildmcp__screenshot (iOS/macOS simulator)
โโ No โ Continue...
2. Check: Is Playwright MCP available?
โโ Yes โ Use mcp__playwright__browser_take_screenshot (web browser)
โโ No โ Continue...
3. Fallback: Request manual screenshot upload from user
How detection works:
Requirements by platform:
| Platform | MCP Required | Setup |
|---|---|---|
| iOS/macOS | xcodebuildmcp | Simulator running or device connected |
| Web | Playwright MCP | Browser context active via browser_navigate |
| Any | None (manual) | User uploads screenshots when prompted |
What gets analyzed: