Command
Produce a design-context-aware frontend implementation brief and write a scaffold file. Hard gate on .design-approved- (set by /ux-mockup approval). Use --bypass for emergencies; bypasses are recorded and surfaced in /handoff.
Command
Produce a design-context-aware frontend implementation brief and write a scaffold file. Hard gate on .design-approved- (set by /ux-mockup approval). Use --bypass for emergencies; bypasses are recorded and surfaced in /handoff.
Command
Stress-test a plan or proposal against the project context doc, glossary, and prior decision records. Surfaces contradictions, sharpens fuzzy language, and walks the decision tree one branch at a time. Adapted from mattpocock/skills/grill-with-docs.
Command
Generate a phase handoff doc from the template, update build-status, and prompt decision-trace capture for open items.
Command
Pre-publish smoke verification — pack, install into a tmpdir, run the configured smoke command, assert expected output. Catches the "code worked locally but the published tarball is broken" class of bug.
Command
Review a pending DB migration. Static checks (drops/renames/truncates) run as a deterministic shell pre-pass; live-DB checks (RLS, index size, forward-compat) run via a Haiku subagent. Read-only.
Command
List active and recent Claude Code session claims from coordination.json. Optionally clean stale rows + orphan worktrees.
Command
Read a spec file (or the latest in specroots) and produce a structured execution plan. Enters plan mode with the generated plan.
Command
Start a phase build with verifiable session state and an isolated git worktree. Wraps /spec-intake, claims files/branches/remote-ops in coordination.json, and spawns a worktree.
Command
Write failing tests FIRST that establish the feature contract from the spec. Tests go red; implementation makes them go green.
Command
Refine wireframes into high-fidelity Figma mockups, then run the human approve/iterate/reject ritual. On approve, sets .design-approved- marker — the engineering hard gate consumed by /frontend-build. Layer 1.7 of the workflow; requires /ux-wireframe first.
Command
Produce low-fidelity UX artifacts — extends componentsspec and flowspec, optionally creates rough Figma frames labelled [WIREFRAME]. Sets .ux-wireframe-passed- marker on success. Layer 1.7 of the workflow; precedes /ux-mockup.
Command
Pull broader architectural context for a code area, file, or concept — adjacent modules, callers, related decision records, glossary terms in play. Adapted from mattpocock/skills/zoom-out.