Where to store storyboards in the three-tier architecture
project-root/
├─ Pages/
│ └─ 02-calendar-page.md
│
├─ Components/
│ └─ walk-slot-card.component.md
│
├─ Features/
│ ├─ walk-booking-logic.feature.md
│ └─ Storyboards/ ← Store here
│ ├─ walk-state-transitions.jpg
│ ├─ booking-flow.jpg
│ └─ calendar-sync-flow.jpg
│
└─ Sketches/ ← Page sketches
└─ 02-calendar-page-sketch.jpg
Storyboards document functionality, not visual design:
Therefore, they belong with Features, not Components.
From Feature File:
Features/walk-booking-logic.feature.md
## Visual Storyboard

From Component File:
Components/walk-slot-card.component.md
## Visual States
See storyboard for state transitions:
→ Features/Storyboards/walk-state-transitions.jpg
Page Sketches (Sketches/ folder):
Storyboards (Features/Storyboards/ folder):