facilitating-design-critique
Run or participate in a Bitwarden design critique session — the weekly team critique and one-off product design reviews — grounded in the team's published etiquette guide and the Product Design Review Guidelines.
What this skill does
# Facilitating Design Critique This skill grounds the _facilitation_ of design critique in two Bitwarden sources of truth: the [Weekly Design Critique & Etiquette Quick Guide](https://bitwarden.atlassian.net/wiki/spaces/PROD/pages/2329542659) and the [Product Design Review Guidelines](https://bitwarden.atlassian.net/wiki/spaces/PROD/pages/469925913). Read the Confluence pages directly when prepping a real session — the `get_confluence_page` MCP tool fetches them. This skill is the practitioner's quick reference, not a replacement for those pages. > **Cross-plugin dependency.** When the design under discussion lives in a Figma file, this > skill composes `using-figma` from the `bitwarden-design-tools` plugin — install it > alongside `bitwarden-designer` for the full composition to work. ## Pick the right mode Bitwarden runs two distinct kinds of critique. Treat them differently. - **Weekly Design Critique.** Recurring team session. Presenter sets context for a piece of work-in-progress; the room asks clarifying questions, then gives feedback. Lightweight cadence, peer-to-peer, the presenter decides what to apply. - **Product Design Review.** Stakeholder review for a specific design proposal. Invites product, engineering, research as relevant. Heavier facilitation: scope, criteria, briefing, walkthrough, structured feedback collection. Ask which mode the user means before suggesting a structure. The roles, prep, and time investment differ. ## Roles in the room - **Presenter.** Sets context: the goal of the design, the constraints, the open questions, and **what kind of feedback they want.** The presenter owns what they apply. - **Facilitator.** Shepherds the session: redirects when discussion drifts, holds a "parking lot" for side issues that aren't central to the scope, and protects the presenter's stated feedback ask. In weekly critique this is usually a rotating role; in product design reviews it's an explicit appointment. - **Participants.** Ask before judging. Share observations, concerns, and ideas. Tied to user and product goals, not personal preference. Don't dominate. The Weekly Design Critique Quick Guide reduces this to: **critique the work, support the person, improve the product.** ## Session shape Both modes share the same arc; the depth differs. 1. **Presenter sets context.** Goal, constraints, open questions, the kind of feedback wanted. In product design reviews, this also covers background and the "why" — relevant documentation, early iterations, user research findings, business goals, end-user goals. 2. **Clarifying questions.** Ask before judging or suggesting. The room doesn't critique what it doesn't yet understand. 3. **Walkthrough and feedback.** Presenter walks the design. Participants share feedback tied to user impact, product goals, standards, or technical constraints. 4. **Wrap-up.** Key takeaways and next steps. In product design reviews, document feedback for future reference in a preferred format and prioritize issues. ## Feedback etiquette — do and don't **Do** - Be specific and constructive. - Explain _why_ something works or doesn't. - Ask questions to understand intent. - Call out what's working, not just issues. - Respect time and stay on topic. **Don't** - Make it personal. - Give vague opinions like "I don't like it." - Dominate the conversation. - Jump to solutions without context. - Design on the spot — describe the gap, let the designer solve. A useful set of opening phrases when the room stalls: - "What problem is this solving for the user?" - "I'm unclear about [blank] — could you explain?" - "Have we considered [blank] as an alternative?" - "This part feels strong because [blank]." ## Common participation traps - **"I don't like it."** Not feedback. Tie the observation to a user need, business need, standard, convention, or technical constraint — or skip it. - **"You are not the user."** Personal bias presented as universal experience. Surface it as bias, not as a finding. - **Asking _why_ badly.** "Why did you do that?" puts the designer on the defensive. "What are you trying to achieve by doing X?" gets at the same thing without the edge. - **Solutioning during the review.** A well-meaning suggestion can cascade through a design. Describe the gap. Let the designer weigh the fix offline. - **Negative-only feedback.** Designers move in the direction of what's working as much as away from what isn't. Lead with strengths, then issues. - **The unconsidered consequence.** "Could we just…" requests often spiral. When a suggestion feels simple, name the cascading effects you can see and let the designer decide. ## Facilitator playbook for product design reviews When facilitating (not just participating): - **Before the review.** Pick a method to collect feedback. Identify and invite the right stakeholders. Confirm the presenter has the briefing material ready (goals, background, early iterations, user research, business and end-user goals). - **During the review.** Define scope. Set feedback expectations. Surface the "why." Run the walkthrough. Open the floor with the scope and criteria already named. Document feedback in the agreed format. Hold the parking lot for off-scope discussion. - **After the review.** Prioritize the issues raised. Confirm next steps with the presenter. ## Composing with other skills - **`design-review`.** During the session, the _substance_ of feedback runs through `design-review` — the 30/60/90 framework, the Code of Conduct, and (at 60%/90%) the `content-style-guide`. This skill shapes the room; `design-review` shapes what's said. - **`using-figma`.** When the presentation is from a Figma file, use `using-figma` to bring the design context into the discussion (screenshot, metadata, variables) without context-bombing the room. ## Output format When asked to help prep or run a critique: 1. **Mode** — Weekly Critique or Product Design Review. 2. **Roles** — who's facilitating, who's presenting, who's participating. 3. **Presenter's setup** — goal, constraints, open questions, the feedback ask. 4. **Agenda / arc** — context → clarifying questions → walkthrough → feedback → wrap-up. 5. **Watch-outs for the room** — the specific etiquette traps likely to come up given the work being presented. Always end with the wrap-up question explicit: _what is the presenter going to do next?_
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.