You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Routes exist for all sections (can be placeholder pages)
303
278
-[ ] Shell renders with navigation
304
279
-[ ] Navigation links to correct routes
305
280
-[ ] User menu shows user info
@@ -308,13 +283,13 @@ Design and implement your own application shell with:
308
283
309
284
### [NN]-[section-id].md (for each section)
310
285
311
-
Place in `product-plan/instructions/incremental/[NN]-[section-id].md`:
286
+
Place in `product-plan/instructions/incremental/[NN]-[section-id].md` (starting at 02 for the first section):
312
287
313
288
```markdown
314
289
# Milestone [N]: [Section Title]
315
290
316
291
> **Provide alongside:**`product-overview.md`
317
-
> **Prerequisites:**Milestones 1-[N-1]complete
292
+
> **Prerequisites:**Milestone 1 (Foundation) complete, plus any prior section milestones
318
293
319
294
## Goal
320
295
@@ -490,21 +465,21 @@ The test instructions include:
490
465
491
466
# Milestone 1: Foundation
492
467
493
-
[Include 01-foundation.md content WITHOUT the preamble — it's already at the top]
468
+
[Include 01-foundation.md content WITHOUT the preamble — it's already at the top. This includes design tokens, data model, routing, AND application shell.]
494
469
495
470
---
496
471
497
-
# Milestone 2: Application Shell
472
+
# Milestone 2: [First Section Name]
498
473
499
-
[Include 02-shell.md content WITHOUT the preamble]
474
+
[Include first section handoff content WITHOUT the preamble]
500
475
501
476
---
502
477
503
-
# Milestone 3: [Section Name]
478
+
# Milestone 3: [Second Section Name]
504
479
505
-
[Include section handoff content WITHOUT the preamble]
480
+
[Include second section handoff content WITHOUT the preamble]
506
481
507
-
[Repeat for all sections]
482
+
[Repeat for all sections, incrementing milestone numbers]
508
483
```
509
484
510
485
## Step 7: Copy and Transform Components
@@ -903,7 +878,11 @@ Please ask me clarifying questions about:
903
878
- What database do you prefer?
904
879
- Any specific hosting/deployment requirements?
905
880
906
-
4.**Any Other Clarifications**
881
+
4.**Backend Business Logic**
882
+
- Any server-side logic, validations or processes needed beyond what's shown in the UI?
883
+
- Background processes, notifications, or other processes to trigger?
0 commit comments