Skip to main
maudeMDCC/00
Design commands

/design:new

Create a new multi-artboard canvas project via frontend-design — generic envelope adapted to .design/config.json. Default = --perfect (8 iter, full panel, target 4.5/5). Opt out via --quick or --no-critic. Opt out of the DS via --opt-out=palette|aesthetic|full.

PropertyValue
Command/design:new
Categorydaily (daily)
Argument hint<Name> \"<brief>\" [--blank] [--from-annotations] [--fresh] [--component] [--mobile] [--quick | --no-critic] [--perfect-iter N] [--opt-out=palette|aesthetic|full] [--ds=<name>]
Sourceplugins/design/commands/new.md

Description

Create a new multi-artboard canvas project via frontend-design — generic envelope adapted to .design/config.json. Default = --perfect (8 iter, full panel, target 4.5/5). Opt out via --quick or --no-critic. Opt out of the DS via --opt-out=palette|aesthetic|full.

Invocation

snippet
/design:new <Name> \"<brief>\" [--blank] [--from-annotations] [--fresh] [--component] [--mobile] [--quick | --no-critic] [--perfect-iter N] [--opt-out=palette|aesthetic|full] [--ds=<name>]

Summary

Creates a new multi-artboard canvas file at &lt;designRoot>/&lt;newCanvasDir>/&lt;Name>.tsx via the frontend-design plugin. The generic envelope adapts to &lt;repo>/.design/config.json (rootClass, themeDefault, tokensCssRel, …). The canvas envelope (DesignCanvas / DCSection / DCArtboard) is imported from the virtua

Source of truth

On this page