DESIGN CI
Agent design CI before UI edits merge
Memi turns interface quality into a repeatable gate for AI coding agents: collect evidence, audit tokens and accessibility, create spec-first scaffolds, and hand reviewers a receipt.
LOCAL GATE
Run before a UI diff
TERMINAL
memi agent brief . --intent "Audit this UI change" --detail compact --json
memi diagnose . --json
memi ux audit . --json
memi craft audit . --json
memi scaffold component EvidenceCard --level organism --jsonGITHUB ACTION
Use v2.5.0 in CI
WORKFLOW
- uses: sarveshsea/memi@v2
with:
version: "2.5.0"
command: "ci"
path: "."WHAT IT CHECKS
Design engineering guardrails
Design tokensFind raw hex drift, missing token usage, and Tailwind convention breaks.
Component structureKeep Atomic Design level, shadcn base, and generated spec paths explicit.
AccessibilitySurface focus, label, contrast, motion, and state-continuity issues before review.