🗺️ Storyboard Journeys

ds:screen:storyboard-001

Hành trình thao tác End-to-End được mapping trực tiếp từ PRDs. Click vào một điểm chạm (Node) để mở Guidance Section.

Trạng thái:

PM Overview

ds:storyboard:pmoverview-0012 usecases
📊PM Sprint Review
PM mở Design System Hub, xem tổng quan, chuyển sang Sprint Board để theo dõi tiến độ sprint, kiểm tra WIP limits và velocity.
Click vào card Kanban Board
Kiểm tra cột 'Đang Làm' — 2 cards, WIP 3
Review card bd-003 (FrankenSQLite driver)
PM Trace & Approve
PM trace hệ thống Beads ID từ PRD → Plan → Task → Commit, sau đó phê duyệt task thông qua Approval Gate.
Trace PRD-02 §1 → br-plan-01 → bd-a1b2
Review 3 approval panels
Click ✅ on CLI Gateway panel

Developer

ds:storyboard:developer-0012 usecases
🔍Dev Code Search
Developer mở Agent Console, tìm kiếm 'FrankenSQLite' trong codebase, xem kết quả trong Explorer, đọc PRD-02 trong Doc Viewer.
Xem search results — 4 docs, 2 commits, 1 task
Đọc PRD-02: Storage Layer — section Beads IDs
Click Beads ID br-prd02 → xem đồ thị
📋Dev Pick Task
Developer chọn task từ Sprint Board, kéo sang Đang Làm, mở terminal để bắt đầu code.
Kéo bd-009 từ To Do → Đang Làm
Chạy `bd create "Setup MVCC layer"`
Bắt đầu coding — edit driver.go

QA/Review

ds:storyboard:qareview-0012 usecases
🐛QA Bug Detection
QA xem Activity Feed, phát hiện lỗi regression từ event log, mở Debug Session trong terminal để investigate.
Kiểm tra File Lease indicators
Chạy `go test -v -run TestMVCC_ConcurrentWrite`
Review stack trace and identify root cause
📝QA Code Review
QA review Approval Panel (tests, diff, PRD link), kiểm tra RTM coverage và verify truy vết Beads.
Kiểm tra Ma trận Truy vết — 10 rows
Xem heatmap — 30 sections
Verify truy vết cho gap sections

Architect

ds:storyboard:architect-0011 usecases
🏗️Architect Spike Discovery
Architect đọc Architecture.md, review Knowledge Graph ecosystem, tìm spike reports liên quan qua Explorer.
Review Ecosystem graph — agents, workflows
Search 'spike FrankenSQLite'
Open spike report and read Recommendation

Release Mgmt

ds:storyboard:releasemgmt-0011 usecases
🚀Release Deploy
RM manages Release Board, reviews release branches trong Git Graph, checks deploy timeline.
Xem Release Train scenario
Check deploy timeline events
Execute `vercel deploy --prod`

Bug Triage

ds:storyboard:bugtriage-0012 usecases
🔧Bug Triage Fix
QA mở Bug Triage board, chọn P0 bug, debug trong terminal, tạo hotfix branch.
Chạy debug command — find root cause
Xem Hotfix Emergency scenario
Push hotfix commit
Bug Hotfix Verify
QA verify hotfix qua Git Graph, chạy regression tests, approve merge to production.
Xem CI pipeline — all 8 steps
Review Approval Panel for hotfix
Click ✅ to approve merge