Mark Henderson
ab100f2e76
feat: implement 4 project type flows with unique AI experiences
- New multi-step CreateProjectFlow replaces 2-step modal with TypeSelector
and 4 setup components (Fresh Idea, Chat Import, Code Import, Migrate)
- overview/page.tsx routes to unique main component per creationMode
- FreshIdeaMain: wraps AtlasChat with post-discovery decision banner
(Generate PRD vs Plan MVP Test)
- ChatImportMain: 3-stage flow (intake → extracting → review) with
editable insight buckets (decisions, ideas, questions, architecture, users)
- CodeImportMain: 4-stage flow (input → cloning → mapping → surfaces)
with architecture map and surface selection
- MigrateMain: 5-stage flow with audit, review, planning, and migration
plan doc with checkbox-tracked tasks and non-destructive warning banner
- New API routes: analyze-chats, analyze-repo, analysis-status,
generate-migration-plan (all using Gemini)
- ProjectShell: accepts creationMode prop, filters/renames tabs per type
(code-import hides PRD, migration hides PRD/Grow/Insights, renames Atlas tab)
- Right panel adapts content based on creationMode
Made-with: Cursor
2026-03-06 12:48:28 -08:00
..
2026-02-15 19:25:52 -08:00
2026-02-27 18:55:41 -08:00
2026-02-15 19:25:52 -08:00
2026-03-06 12:48:28 -08:00
2026-03-06 12:48:28 -08:00
2026-03-06 12:48:28 -08:00
2026-03-01 20:33:39 -08:00
2026-03-03 21:11:27 -08:00
2026-02-15 19:25:52 -08:00
2026-03-03 20:36:41 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-03-06 11:29:57 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-03-06 12:48:28 -08:00
2026-02-15 19:25:52 -08:00
2026-02-27 18:55:41 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-03-02 20:24:08 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-27 13:25:38 -08:00
2026-02-15 19:25:52 -08:00
2026-02-19 15:36:18 -08:00
2026-02-18 01:24:48 +00:00