Volodymyr Merlenko
Get access
Last update: May 4, 2026

A swiss knife for design engineers

In one Claude Code command

Research, psychology, prototyping, development – all product design activities packed into one plugin that figures out where you are and what you need to do next.

  • 9Commands
  • 57Skills
  • 10Agents
  • 3Connectors

What it does

"Design Engineer" – Плагін для Claude Code, заснований на технічних статтях і практичних прикладах з volomydyr.com. Це як швейцарський ніж для дизайн-інженерів: ідеація, дослідження, психологія, прототипування та розробка – усе в одному зручному й легкому у використанні інструменті.

Пишете команду /design-engineer:launch, плагін розуміє, на якому ви етапі – чи починаєте з нуля, чи продовжуєте створення продукту, чи хочете скористатися ним для існуючого комерційного проекту. Детальний опис можна знайти нижче англійською.

Claude Code writes code, it doesn't think about users, psychology, or design.

I built a "Design Engineer" plugin that walks you through building a product, start to finish. It packs a full methodology into one tool, but stays easy to use.

9 commands, 57 skills, 10 agents, and 3 bundled integrations (Context7 for docs, Figma MCP for Dev Mode connection, Playwright for browser testing). Most commands work in two ways – guided mode (step-by-step with user approval at every stage) or autopilot (autonomous with minimal input).

How to use it

You only need to remember one slash command – /design-engineer:launch. It will guide you through everything else.

The full list below is just so you can see what the plugin does. In practice you don't pick a command – it figures out where you are (starting from scratch, picking up where you left off, or working on an existing product) and runs the right commands in the right order for you.

  1. /design-engineer:launchDetects your project state, no matter if it's an existing product or something you want to build from scratch
  2. /design-engineer:discoveryRuns the design workflow – discovery, strategy, validation
  3. /design-engineer:prototypeGenerates clickable HTML prototypes from your idea, context docs, references, or existing designs
  4. /design-engineer:developmentStep-by-step development process – CLAUDE.md, agent pipeline, context management, TDD, implementation
  5. /design-engineer:reviewReviews your work – visual quality, accessibility, psychology (100+ principles), design system, ethics
  6. /design-engineer:documentStores decisions, learnings, and project state for future
  7. /design-engineer:stopSaves progress, even mid-activity – you can always pick up later
  8. /design-engineer:tidyWipes disposable working files (Playwright captures, scratch drafts) so the working tree stays clean before commit
  9. /design-engineer:helpShows all available commands, current project status, and mode

FAQ

Showing 6 out of 17

General

What does this plugin do that Claude Code doesn't do on its own?

Claude Code is a general-purpose AI coding tool. It can write code, answer questions, and run commands.

This plugin adds a product design methodology on top of it – 57 skills that teach you how to think about problems, users, psychology, and design before you write a single line of code. It also adds:

  • Safety hooks that prevent common AI mistakes (scope creep, skipping tests, ignoring your requirements)
  • Specialized agents that handle specific parts of the workflow
  • A knowledge base of 100+ psychology principles, design frameworks, and animation references that Claude draws from when reviewing your work

Think of Claude Code as the engine and this plugin as the driver who knows the route.

No. The plugin teaches you the thinking as you go. Each skill walks you through the process – asking the right questions, considering the right trade-offs – not just producing documents.

If you're an engineer who wants to build better products but doesn't have a design background, this is built for you.

Both, and the existing-project path is first-class. /design-engineer:launch detects your situation:

  • New product – walks you through the full pipeline from problem definition to code.
  • Returning project – shows where you left off and lets you resume, jump to a different phase, or browse everything the plugin can do.
  • Existing project – auto-detects your design system, brand docs, written specs, shipped UI, and component count from the codebase, then asks you about off-repo references (Figma file, Notion docs, Linear tracker, external design-system page like Storybook / Zeroheight). All of that gets stored as project context. From there:
    • The 9 ux-* skills that assume a blank slate (StoryBrand, problem statement, target audience, business plan, competitor analysis, assumptions, story panels, user interviews, behavior mapping) respect what already exists – they ask “use as-is, refine, or re-run from scratch” instead of regenerating.
    • Spec polish routing – when you run /design-engineer:discovery for a new feature, the first question is “Minimal feature spec vs Full feature flow”, with explicit descriptions of what each entails. The minimal branch produces a one-page spec that respects your existing brand voice; the full branch walks you through MVP requirements + IA before implementation. No more guessing which depth the plugin will pick.
    • Optional-depth multi-select – inside the full feature flow, before implementation kicks off, you pick which optional audits to run as a multi-select: Brief problem statement, Psychology audit (psych-decision-fundamentals + psych-cognitive-load), Figma comparison (ui-figma-guide), Design-system check (ui-design-system). Choices are persisted to your project config and read by /design-engineer:development so the implementation phase reflects them inline.
    • Conditional Figma hand-off – if Figma is connected and you didn't already pick “Figma comparison” in the optional-depth step, the flow asks once before handing off to dev whether to pull structured Figma data first.
    • Proactive defaults in /design-engineer:development – if your established project is missing CLAUDE.md, the plugin scaffolds it silently from your existing components (no question asked). If references.md is missing on a project that already has shipped UI, you get one 2-option question – “Reuse existing UI as the visual reference” or “Provide image references” (which runs the moodboard skill with curated reference previews and sectional Playwright captures). The old 4-option fast-track / full / skip prompt is gone.
    • Process recall through the abbreviated feature flow – Steps 2.2 through 2.7 of the existing-project flow are classified as “complex work”, so the active workflow's step list renders at the top of Claude's response while the flow runs (see hooks list in FAQ 9 for the full mechanism).
    • /design-engineer:review audit runs a page-by-page audit of a deployed app (Playwright captures each page, four review agents run, you add your professional feedback alongside the AI findings, deliverables saved per page).
    • /design-engineer:discovery feature-spec produces a truly minimal spec for adding one feature to an established product – no StoryBrand, no business-plan rewrite, just respects the existing brand voice. Reachable either by typing the literal feature-spec argument or by picking “Minimal feature spec” in the spec-polish routing question.
    • You can still run any skill individually (psychology review, accessibility audit, design system setup, etc.) without the full pipeline.

Yes. The plugin is stack-agnostic. The design, research, and psychology skills work regardless of what you're building with. The development skills (agents, TDD, implementation) work with whatever languages and frameworks your project uses.

During setup, the plugin detects and helps install optional tools that expand its capabilities – Figma for design-to-code workflows, Playwright for browser testing, and Context7 for up-to-date library docs. None are required.

Yes, but the plugin is token-heavy. The Pro plan's 5-hour rate limits will hit fast – even one full design pipeline pass can exhaust them. The plugin works best on Max.

Structure

  • /design-engineer:launch – always start here. It detects your situation and routes you.
  • /design-engineer:discovery – when you need to work through the design process: research, strategy, planning, validation.
  • /design-engineer:prototype – when you want a clickable HTML prototype from an idea or existing designs.
  • /design-engineer:development – when you're ready to build: CLAUDE.md generation, agent pipeline setup, context management, test-first development, AI-assisted implementation.
  • /design-engineer:review – when you want to review what you've built: visual quality, accessibility, psychology, design system compliance, ethics.
  • /design-engineer:document – when you need to save decisions, capture learnings, or communicate with stakeholders. Also auto-purges disposable working artifacts at every phase boundary.
  • /design-engineer:stop – when you want to pause mid-activity and save your progress. Pick up later with /design-engineer:launch.
  • /design-engineer:tidy – wipes disposable working artifacts under .design-engineer-plugin/temporary/ (Playwright captures, intermediate drafts, scratch files). Use before commit, or anytime the working tree feels noisy. /design-engineer:document does the same purge automatically at every phase boundary; this is the manual mid-session version.
  • /design-engineer:help – shows all available commands, your current project status, and mode. Works anywhere.

You only need to remember /design-engineer:launch. It guides you to everything else.

There's also one small utility command, /design-engineer:mute-unmute-sound, that toggles plugin sound notifications on or off without uninstalling. Useful for meetings, libraries, or anywhere you want temporary silence. It's not part of the main 9 because you'll touch it once or twice across the lifetime of the plugin, not as part of any workflow.

Commands are the 9 entry points you type (like /design-engineer:discovery).

Skills are the 57 specialized workflows that commands orchestrate behind the scenes. Each skill does exactly one thing – write a problem statement, audit cognitive load, create a design system, run a bias review.

You don't need to call skills directly. Commands handle the orchestration. But if you want to run a specific skill on its own, you can (e.g., /ux-problem-statement or /psych-cognitive-load).

10 specialized personas that handle specific parts of the workflow:

  • context-analyzer – reads your project and figures out what to build next
  • ux-researcher – runs research activities
  • deliverable-writer – writes structured documents
  • psych-scanner – checks your designs against 100+ psychology principles
  • design-system-auditor – checks your code against design system rules and audits the component gallery
  • backend-implementer – builds backend features
  • frontend-implementer – builds frontend with pixel-perfect design matching, keeps the component gallery in sync
  • test-writer – writes failing tests before any implementation starts
  • compound-documenter – records decisions and maintains context across sessions
  • advisor – an Opus 4.7 reviewer model that other skills consult at strategic checkpoints (before substantive work, before declaring done, when stuck) – implements Anthropic's advisor strategy plugin-natively

Agents activate automatically when needed. You don't call them directly.

The plugin installs several hooks that work without you doing anything:

  • Destructive command protection – catches dangerous commands (rm -rf, git push --force, DROP TABLE) and shows safer alternatives.
  • Test-first enforcement – blocks code writes until test scripts exist. Keeps test-driven development honest. Prototype writes are exempt (prototypes are throwaway visual artifacts).
  • Requirement fidelity (code) – after every code write, checks that the implementation matches your approved plan. Catches scope creep, unplanned files, phases implemented out of order, and new components that duplicate existing ones.
  • Requirement fidelity (plans) – reviews plan files for requirement drift. If a plan adds features, copy, or scope you didn't ask for, it gets flagged before implementation starts.
  • Prompt injection defense – watches for manipulation attempts hidden in external content (web pages, files, tool outputs).
  • Design intake validation (tier-scaled) – blocks screenshot-only Figma work (requires structured design data first), asks clarifying questions about interactions and animations before coding, and gates UI writes until you've Read the required design knowledge (anti-patterns catalog, anti-slop writing rules, design-intent guide, and your project's own .design-system/system.md / design/dev/design-system.md if present). The gate scales by change size: trivial single-property swaps (≤5 lines, one CSS / Tailwind property change) skip the heavy ritual; medium changes get a compact 3-field Pre-Flight + a single /simplify; large changes (>50 lines or new component) get the full 5-field Pre-Flight + the 3-agent /simplify fan-out. So a one-token color swap doesn't pay the cost of a new component build.
  • Process recall – inside long deterministic workflows (/design-engineer:development feature implementation and setup, /design-engineer:discovery new-product full pipeline and existing-project abbreviated feature flow, /design-engineer:review broad audits, dev-prototyping storyboard and interactive steps, and ui-references-moodboard), Claude renders the workflow's full step list at the top of its next response with the current step marked. Outside those workflows the hook is silent so it doesn't pollute casual chat. Each fire is logged at ~/.claude/cache/de-process-recall.log for debugging.
  • Background continuation block – when a flow is waiting on your feedback (every prototype iteration, every implementation phase approval gate), Claude is forbidden from initiating background polling or self-rescheduling (ScheduleWakeup, CronCreate, /loop, background Task or Bash). Your typing window is not a polling target — your next message is the signal.
  • Deliverable path validation – every Write/Edit under .design-engineer-plugin/design/<subdir>/, prototype/, or plans/ is checked against a canonical allow-list before it lands. Non-canonical subdirs (e.g., a hallucinated strategy/ folder) and non-canonical filenames (e.g., business-case.md instead of the canonical business-plan.md) get denied with a structured message naming the right path. .design-engineer-plugin/temporary/ is the unconditional escape hatch for working drafts; product code outside the umbrella is pass-through.
  • Bot-block + auth-wall fallbacks – when Playwright hits a Cloudflare challenge, captcha, “verify you are human” wall, or a signup/login gate, Claude stops and asks you for help via AskUserQuestion (you can paste back what you see, flip a blocker setting, provide test credentials, opt in to temp-email throwaway-account signup, or skip with a flag in the deliverable's sources-consulted list). Never silently falls back to shallow WebSearch snippets and never silently drops a blocked URL.
  • Dependency tracking – when you change a deliverable, flags which other documents might need updating.
  • Session summary – when you end a session, generates a summary of what changed and which dependent documents might need review.

Everything the plugin produces lives under a single umbrella folder: .design-engineer-plugin/. The project root holds only your actual product code.

.design-engineer-plugin/
├── design/
│   ├── foundation/    problem statement, target audience, assumptions, storybrand, business plan
│   ├── research/      competitor analysis, user interviews
│   ├── planning/      MVP requirements, information architecture
│   ├── exploration/   bias audit, behavior map, journey map, ethics review, story panels, references
│   ├── psychology/    psych-* outputs
│   ├── reviews/       aesthetic review, design-to-code QA, audits
│   ├── dev/           CLAUDE.md draft, agent setup, MCP setup, status tracking
│   └── features/      per-feature spec dirs
├── prototype/         storyboard.html, prototype.html, landing-page.html
├── plans/             implementation plans (active + archive)
├── memory/            project-map.md, debug-solutions.md
├── temporary/         disposable working files (gitignored, auto-purged at phase boundaries)
├── config.yaml        plugin state
└── dependencies.yaml  static dependency graph

.claude/agent-memory/design-engineer-compound-documenter/
                       cross-session pipeline state (Anthropic-managed via memory: project)

Two folders are gitignored:

  • .design-engineer-plugin/temporary/ — Playwright debug captures, intermediate analysis dumps, exploratory drafts. Auto-purged at every phase boundary by /design-engineer:document. Manual purge: /design-engineer:tidy.
  • .design-engineer-plugin/.active-workflow — per-session marker for the process-recall hook.

Everything else commits with the repo.

Common during competitor analysis. Two related fallbacks, both opt-in per competitor (consent doesn't transfer between sites):

  • Bot-block fallback (Cloudflare, captcha, “verify you are human”, 403/429) — Claude detects the block via browser_snapshot, then surfaces an AskUserQuestion with three options: you open the URL in your own browser and paste back what you see, you flip a blocker setting and ask Claude to retry, or you skip the URL and Claude flags it as [BLOCKED — skipped] in the deliverable's sources-consulted list. Never silently falls back to shallow WebSearch snippets.
  • Auth-wall fallback (signup/login required to see the actual product) — Claude detects when browser_navigate redirects to /login or /signup, then surfaces four options: provide existing test credentials, sign up yourself and share a session, opt in to a temp-email throwaway-account signup (Claude walks Playwright through it using mail.tm / mailinator / similar — with the ToS implications named in the question), or skip with [AUTH-WALLED — gated UI not analyzed] in the deliverable. Per-competitor consent — never blanket. The plugin does not auto-sign-up without explicit per-competitor opt-in.

Either way, the deliverable is honest about coverage gaps when URLs were blocked or skipped — a Sources consulted appendix lists every URL Claude visited (and what was extracted), with [BLOCKED] / [AUTH-WALLED] flags where relevant.

Ready to create your dream product?

Get access in three easy steps

  1. Donate ₴900+

    Donate to the KOLO Fund (link below).

  2. Message me on LinkedIn

    Send a screenshot.

  3. Receive a link

    I share the installation link directly to you.

Donate to KOLO Fund
DM me on LinkedIn

Made by Volodymyr with ❤️ and AI • 2026