The flow is intentionally linear. The feed shell comes first because the preview and RBAC work both need a stable homepage list to target.
flowchart LR
A["TASK-BLOG_VIEW_AS_HOME-001 Homepage feed ordering and autoscroll shell"] --> B["TASK-BLOG_VIEW_AS_HOME-002 Preview truncation and normal-render behavior"]
A --> C["TASK-BLOG_VIEW_AS_HOME-003 RBAC hiding for homepage-visible items"]
B --> D["TASK-BLOG_VIEW_AS_HOME-004 Tests for feed, preview, and RBAC rules"]
C --> D