Skip to content
SprintQuestSprintQuest

Create Your Comic

The Quest Board

Supported formats (click to expand)

Git log (pipe-separated):

Alice|feat: add real-time sync
Alice|fix: WebSocket heartbeat
Bob|feat: dark mode toggle
Bob|fix: CSS grid layout on Safari
Charlie|refactor: migrate auth service

Export with: git log --format="%aN|%s" --since="1 week ago"

Standup (inline):

Alice: worked on sync engine, fixed heartbeat bug
Bob: implemented dark mode, fixed Safari layout
Charlie: optimized caching, migrated auth service

Standup (multiline):

Alice:
- Built real-time sync engine
- Fixed WebSocket heartbeat race condition

Bob:
- Implemented dark mode toggle
- Fixed CSS grid layout on Safari

Slack (copy-paste from channel):

Alice  [9:15 AM]
Worked on the sync engine today
Fixed that heartbeat bug from last week

Bob  [9:20 AM]
Dark mode is done!
Still debugging the Safari layout issue