Review Workspace
Checklist
Use this before considering a change complete.
Design Checklist
- Clear hierarchy.
- Readable on mobile and desktop.
- Minimal visual noise.
- No flashy effects.
Structure Checklist
- Semantic HTML.
- Consistent ids and classes.
- Agent-readable sections.
- No unnecessary dependencies.
Build Checklist
- Dependencies installed.
npm run buildpasses.- Generated output goes to
dist.
Deploy Checklist
- Cloudflare Pages settings documented.
- No credentials committed.
- Deployment not enabled until explicitly configured.