prototype-to-production
Installation
SKILL.md
Prototype to Production
Prototypes prove possibility. Production earns trust. Do not confuse a working happy path with a shippable system.
Defaults
- Keep the prototype's learning; replace its shortcuts.
- Enumerate edge cases before polishing visuals.
- Accessibility, auth, empty states, and failure paths are release requirements.
- Prefer boring, clear state models over clever demos.
- Measure what breaks under slow networks, large data, and repeat use.