PO App

Product Owner Workspace

Foundation

PO App starter workspace

This starter gives you a working front end, a clean module structure, a Prisma schema, and basic API routes for health checks, epic drafting and CSV preview import. It is designed so you can iterate inside VS Code without needing to design the structure first.

Suggested next steps

Build order

  1. 1. Run the app locally and confirm the shell renders.
  2. 2. Connect PostgreSQL and run the Prisma migration.
  3. 3. Replace placeholder epic generation logic with your preferred AI workflow.
  4. 4. Extend CSV mapping so Jira extracts can be normalised for analysis.
  5. 5. Add authentication once the core workflows are stable.