design-looplisted
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 │ │