LENMARKBUILD HANDOFF
One-way prototype handoffPrototype v0.1
Prototype → developer ownership

Package a working prototype so dev can take over completely.

Import the actual prototype source, document intended behaviour and prototype shortcuts, then generate a self-contained developer handoff with the original code included.

The rule

Behaviour is authoritative. Implementation is not.

The production team can reuse, extrapolate, translate or replace the prototype code. The package exists to make intent and source code completely visible at handoff.

1. Import prototype

Drop the exact build you tested. HTML files, folders and ZIPs are supported.

Original files preserved

Drop prototype files here

Single HTML, ZIP, or a project folder.

Nothing is uploaded to a server. This prototype analyzes files in your browser.

2. Define the intended product

Capture what the production build must preserve, independently of how the prototype happens to implement it.

Business / behaviour requirements

These are the requirements dev should preserve even if the code changes completely.

3. Inspect code & prototype shortcuts

The handoff keeps the complete source, but highlights where useful logic lives and what probably should not be carried into production unchanged.

Automatic analysis is intentionally conservative. It identifies obvious browser technologies and code patterns; it does not certify security or production readiness.

Production considerations / shortcuts

4. Acceptance criteria

Describe observable outcomes. Dev decides the implementation.

5. Developer handoff

Review exactly what the development team receives.