Setup flow

Verify

Verify the backbone locally and define the order of follow-up passes.

What you need before starting

  • Have the backbone implementation in place.
  • Be ready to run the required local validation commands.

Local verification checklist

Run the required checks before planning the next pass.

Run the required validation checks

npm run lint
npx tsc --noEmit
npm run build

Verification completion

0/3 done

Mobile and desktop sanity checks

Use short checks to confirm the backbone feels calm and usable.

Mobile sanity checks

  • - Confirm all inputs stay full width on a narrow screen.
  • - Confirm code and prompt blocks scroll horizontally instead of breaking layout.
  • - Confirm previous and next actions are easy to tap.

Desktop sanity checks

  • - Confirm the page width stays calm and readable.
  • - Confirm two-column sections only appear where outputs sit beside supporting context.
  • - Confirm the current phase remains easy to spot.

Deployment notes and follow-up passes

Keep the next steps ordered and compact.

Deployment notes

  • - Push the branch and preview the deployment on Vercel.
  • - Do one pass for copy, spacing, and route completeness before refinement work.

Iteration pass list

  1. 1. Refine copy and micro-layout.
  2. 2. Tighten the intake defaults for the current project.
  3. 3. Add richer phase-specific validations only after the backbone feels stable.