/design:rollback
Restore the last snapshot of the active canvas (undo the last /design:edit). --steps N to go further back.
| Property | Value |
|---|---|
| Command | /design:rollback |
| Category | daily (daily) |
| Argument hint | [--steps N] [--list] |
| Source | plugins/design/commands/rollback.md |
Description
Restore the last snapshot of the active canvas (undo the last /design:edit). --steps N to go further back.
Invocation
/design:rollback [--steps N] [--list]Summary
Restores the previous state of the active canvas from .design/_history/<slug>/. Every /design:edit "<feedback>" took a snapshot before the edit; rollback restores that snapshot.
Source of truth
/design:reel
From a folder of raw clips (or the clips on the active canvas) to a directed, graphics-laden video cut — in one prompt. Ingests + content-addresses the footage, runs the SHARED analysis step (same as `/design:video-analyze`: scene-aware keyframes via skill footage-keyframes → optional transcribe → the Read-only footage-analyst watches + returns JSON → orchestrator persists it), has the footage-director assemble an Edit Decision List, generates a Timeline-parseable `<TransitionSeries>` video-comp, and runs the motion + design critics. Wraps `maude design ingest-footage`/`smart-frames`/`transcribe` + the footage-analyst/footage-director agents + skills footage-keyframes/footage-director.
/design:screenshot
Capture a screenshot of the active canvas — full, a single screen, an element, or every screen in a loop. Wrapper over `maude design screenshot` (agent-browser primary, playwright fallback).