Overview of all projects and items needing your attention.
Tasks Outstanding
51
+4 today
Reviews Pending
18
3 urgent
Active Drones
7
across 4 projects
Blockers
2
needs attention
PR #142: Add user authentication flow
ReviewDrone completed implementation of JWT-based auth with refresh tokens. 14 files changed, all tests passing. Ready for review.
Database migration strategy needed
DecisionChoose between zero-downtime migration with shadow tables or maintenance window approach for the payments schema update.
Drone blocked: Missing API credentials
BlockerAgent execution paused on ticket SR-847. The Stripe webhook secret is not configured in the project secrets. Add the credential to continue.
PR #89: Implement real-time notifications
ReviewWebSocket integration complete with SSE fallback. Includes connection retry logic and presence indicators. 8 files changed.
Refinement session completed
CompletedSession "Payment Processing v2" generated 23 tickets across 4 epics. All acceptance criteria defined. Ready for review and commit.
PR #201: Refactor component library
ReviewMigrated 12 components to new design tokens. Visual regression tests all passing. Bundle size reduced by 8%.
Choose caching strategy for API responses
DecisionOptions: Redis with 5-min TTL, stale-while-revalidate pattern, or edge caching with Cloudflare Workers. Each has different cost/latency tradeoffs.