| name | lamina-design-process |
| description | Agent-native design loop — domain contract, external build, verify, iterate. Not human workshop ceremony. |
| metadata | {"lamina":{"id":"design-process","problems":["design workflow for agents","iterate after verify"],"related":["lamina-design","lamina-verify","lamina-evolutionary-rules"]}} |
Design Process (agent-native)
The loop for coding agents: design contract → implement (external) → verify → fix.md → re-verify.
Loop
/lamina-init — domain charter
/lamina-design — run.json + implement.md at ready_to_build
- External implementation (any stack)
/lamina-verify — actor walks, invariants, a11y → findings[] + fix.md
- External fix — coding agent implements product fixes from
fix.md
- Re-verify —
/lamina-verify on updated build
- Contract gaps →
/lamina-design delta (prompts in fix.md); re-verify
Anti-patterns
- Workshop theater — sticky notes, double-diamond ceremonies without contracts
- Skip verify — shipping without actor walks against live product
- One-shot design — no iteration after build
Related