← ClaudeAtlas

design-looplisted

Use this skill when Tyler asks to run the design loop, fix compliance issues autonomously, iterate on the kitchen design, or when the user says 'run design:loop'. Orchestrates design:review → design:modify → design:qa in a capped cycle (max 3 iterations). DO NOT invoke for a one-shot review (use design:review) or a single spec edit (use design:modify).
tstapler/dotfiles · ★ 8 · Web & Frontend · score 59
Install: claude install-skill tstapler/dotfiles
# design:loop — Orchestrated Review → Modify → QA Cycle ## Quick Start ``` User: "run design:loop" Claude: reads this SKILL.md and executes the protocol below inline ``` No subprocess skill calls. Claude reads each referenced SKILL.md (`design-review`, `design-modify`, `design-qa`) and executes their protocols within this session. --- ## Workflow Diagram ``` design:loop START | ┌────────────▼────────────┐ │ Load or init session │ │ session_state.json │ └────────────┬────────────┘ | ┌────────────▼────────────┐ │ Check oscillation │◄─────────────────────┐ │ (spec hash seen before?)│ │ └────┬────────────┬───────┘ │ YES │ │ NO │ ┌────▼───┐ ┌────▼────────────────────────┐ │ │BLOCKED │ │ Run design:review protocol │ │ │Escalate│ │ → /tmp/.../review_N.json │ │ └────────┘ └────┬───────────────┬─────────┘ │ FAIL│ │ No FAILs │ ┌────────▼──────┐ ┌────▼────────────┐ │ │ For each FAIL │ │ Run design:qa │ │