/flow:done
Close out a feature — /validate gate (incl. cross-platform scenario) → DDR sweep → commit → push → PR → retro → archive
| Property | Value |
|---|---|
| Command | /flow:done |
| Category | daily (daily) |
| Argument hint | <optional: path to plan> |
| Source | plugins/flow/commands/done.md |
Description
Close out a feature — /validate gate (incl. cross-platform scenario) → DDR sweep → commit → push → PR → retro → archive
Invocation
/flow:done <optional: path to plan>Summary
This is the final gate. Run it after /execute when all tasks pass. It consolidates verification, commit, and push into a single action.
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/flow/commands/done.md → read it for the full behavior.
/design:smoke
Batch screenshot every UI canvas (`<designRoot>/ui/*.tsx`) + every preview specimen (`<designRoot>/system/*/preview/*.tsx`); flag blank iframes + visible error overlays. Exit non-zero on any failure. Catches the "build green ≠ user-visible green" class of regression that bypasses per-canvas hooks. See DDR-021.
/flow:execute
Execute an implementation plan