Use ONLY as part of the /design-md skill pipeline. Translates a research.md into a Stitch v0.1-formatted draft.md with ko-design-md project frontmatter. On revision passes, incorporates feedback from the prior review-{N}.json. Writes draft to staging only — never to services/.
Use ONLY as part of the /design-md skill pipeline. Builds one self-contained preview HTML file (preview.html) carrying both themes, which visually demonstrates a design.md's tokens and components. Hero on top + component showcase grid below. Writes to staging only — never to public/preview/ directly.
Use ONLY as part of the /design-md skill pipeline. Scores preview.html against the approved design.md and references/rubric-preview.md, producing a preview-review-{N}.json. Read-only on inputs; writes only the review JSON.
Reviews any front-end change (routes, src/ui components, styling, tokens) against statuslin.es's design system and React conventions. Use whenever a change touches src/routes, src/ui, src/styles, or adds/edits UI components.
Audits any change touching untrusted-script handling, the E2B sandbox, the submission/render pipeline, hash-pinning/re-review, or auth, against statuslin.es's security model. Use whenever a change touches submissions, sandbox config, preview rendering, the review queue, versioning, or Better Auth wiring.