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.
Dashboard
ReadyA daily control panel for refinement readiness, blocked work, sprint health and reporting prompts.
Epic Builder
ReadyStructured capture for problem statement, goals, dependencies and outcome-based epic drafting.
CSV Import
ReadyOffline Jira analysis mode for CSV extracts where API integration is restricted or unavailable.
Meeting Intelligence
PlannedPlanned module for transcript upload, action extraction, decision logging and risk capture.
Suggested next steps
Build order
- 1. Run the app locally and confirm the shell renders.
- 2. Connect PostgreSQL and run the Prisma migration.
- 3. Replace placeholder epic generation logic with your preferred AI workflow.
- 4. Extend CSV mapping so Jira extracts can be normalised for analysis.
- 5. Add authentication once the core workflows are stable.