/design:new
Vytvoř nový multi-artboard canvas projekt přes frontend-design — generic envelope adaptovaný podle .design/config.json. Default = --perfect (8 iter, full panel, target 4.5/5). Opt out přes --quick nebo --no-critic. Opt out z DS přes --opt-out=palette|aesthetic|full.
| Property | Value |
|---|---|
| Command | /design:new |
| Category | daily (daily) |
| Argument hint | <Name> \"<brief>\" [--component] [--mobile] [--quick | --no-critic] [--perfect-iter N] [--opt-out=palette|aesthetic|full] [--ds=<name>] |
| Source | plugins/design/commands/new.md |
Description
Vytvoř nový multi-artboard canvas projekt přes frontend-design — generic envelope adaptovaný podle .design/config.json. Default = --perfect (8 iter, full panel, target 4.5/5). Opt out přes --quick nebo --no-critic. Opt out z DS přes --opt-out=palette|aesthetic|full.
Invocation
/design:new <Name> \"<brief>\" [--component] [--mobile] [--quick | --no-critic] [--perfect-iter N] [--opt-out=palette|aesthetic|full] [--ds=<name>]Summary
Vytvoří nový multi-artboard canvas soubor v <designRoot>/<newCanvasDir>/<Name>.tsx přes frontend-design plugin. Generic envelope se adaptuje podle <repo>/.design/config.json (rootClass, themeDefault, tokensCssRel, …). Canvas envelope (DesignCanvas / DCSection / DCArtboard) se importuje z virtuálního spe
Source of truth
This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:
plugins/design/commands/new.md → read it for the full behavior.