Ship the onboarding redesign
Land the new first-run flow behind the `onboarding-v2` flag before Friday's cut.
Review Priya's PR on the export pipeline
Focus on the retry logic around the flaky S3 upload step.
Write the Q3 roadmap doc
Summarize the last planning session into a doc the team can comment on.
Triage new bug reports
Clear the inbox down to zero and tag anything customer-impacting.
Update the design token changelog
Note the shape-token renames so downstream teams aren't surprised.
Cut the 3.2 release candidate
Tag the RC, run the smoke suite, and post the changelog to #releases.
Migrate analytics off the legacy SDK
Swap the deprecated tracker for the new client and verify event parity.
Fix flaky checkout integration test
The Stripe webhook mock races the redirect — add a proper wait.
Draft the incident postmortem
Timeline, root cause, and action items from Tuesday's outage.
Audit bundle size regressions
The dashboard chunk grew 40kb — find what pulled in moment.js.
Refresh the marketing screenshots
Retake the hero shots against the new dark theme for the landing page.
Set up preview deploys for docs PRs
Wire the CI job so every docs PR gets a shareable URL.
Add keyboard shortcuts to the board
j/k to move, x to toggle done, / to focus search.
Interview two backend candidates
System design round — coordinate with the hiring panel on rubric.
Rotate the leaked API credentials
Revoke the exposed key, issue a new one, and update the secrets store.
Document the new theming tokens
Write the migration guide for consumers moving off the old color vars.
Profile the slow board query
The tasks list N+1s on assignees — add the join and an index.
Enable strict mode in the API package
Turn on the remaining tsconfig flags and fix the fallout incrementally.
Prep the sprint demo
Script the walkthrough of the new insights panel for Thursday's review.
Respond to the accessibility audit
Fix the focus-order and contrast issues flagged on the settings screen.
Clean up stale feature flags
Remove the six flags that have been fully rolled out for a month.
Upgrade the CI runners to the new image
Node 26 base image; verify the icon build cache still hits.