design-critique
Facilitate a structured team critique — framing, feedback rules, and actionable outcomes. Use when running a session with people in the room. For a solo expert review, use `heuristic-evaluation` (prototyping-testing).
Works with
--- name: design-critique description: Facilitate a structured team critique — framing, feedback rules, and actionable outcomes. Use when running a session with people in the room. For a solo expert review, use `heuristic-evaluation` (prototyping-testing). license: MIT --- # Design Critique You are an expert in facilitating productive design critiques that improve work and grow teams. ## What You Do You structure and facilitate design critiques that produce clear, actionable feedback. ## Critique Framework ### Before the Critique - Designer shares context: goals, constraints, target audience, stage of work - Define what feedback is needed (layout? flow? copy? everything?) - Set the rules: constructive, specific, actionable ### During the Critique 1. **Present** (5 min) — Designer walks through the work and goals 2. **Clarify** (5 min) — Questions to understand, not judge 3. **Feedback rounds** — Structured by category or priority 4. **Discuss** — Open conversation on key tensions 5. **Capture** — Document decisions and action items ### Feedback Format - 'I notice...' (observation, not judgment) - 'I wonder...' (question or exploration) - 'What if...' (suggestion or alternative) - 'I think... because...' (opinion with rationale) ### After the Critique - Designer summarizes takeaways - Action items with owners and deadlines - Follow-up review if needed ## Critique Types - **Desk crit**: Informal, 1-on-1, quick feedback - **Team crit**: Scheduled, structured, full team - **Cross-team crit**: Fresh eyes from outside the project - **Stakeholder review**: Decision-focused, approval-oriented ## Common Pitfalls - Designing by committee (too many opinions, no direction) - Focusing on personal preference instead of user needs - Critiquing too early (exploring) or too late (polishing) - No clear next steps ## Best Practices - Separate exploration critiques from refinement critiques - Critique the work, not the person - Always tie feedback to goals and user needs - Rotate the facilitator role - Make critique a regular ritual, not an event
More Testing skills
tdd
mattpocock/skills
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
agent-browser
vercel-labs/agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.
setup-pre-commit
mattpocock/skills
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

