Setup flow

Files

Place the generated files into the repo without missing paths or filenames.

What you need before starting

  • Generate the docs files before placing them in the repo.
  • Keep the exact paths and filenames shown in the file tree.

Required file tree

Use the exact paths below so later implementation prompts can rely on them.

Expected repo tree

docs/
  brief.md
  sitemap.md
  ui-system.md
  ux-rules.md
  content-model.md
app/
  layout.tsx
  page.tsx
  globals.css
  setup/
    intake/page.tsx
    scaffold/page.tsx
    docs/page.tsx
    files/page.tsx
    backbone/page.tsx
    verify/page.tsx
components/
  site/
  setup/
  ui/
lib/
  setup-data.ts
  setup-types.ts
  utils.ts

File placement instructions

Keep this step literal and practical.

  • Create the docs directory if it does not exist.
  • Place each generated file in the exact path shown in the tree.
  • Keep filenames and route folders literal so later prompts can reference them.
  • Do a quick diff before moving on to implementation.

Files completion

0/3 done