Sokkel — MVP: Developer Journey
hjkl navigate, g/G first/last
Current Workflow 1/6
The problem

Current Workflow

Follow Alice's PR from push to production

Monday 10:00
Alice pushes a PR

Payment retries rewritten — fixed 5s intervals replaced with exponential backoff. 3 files changed in src/payments/.

Monday 10:15
PR is reviewed and merged

A colleague reviews the code for quality, but nobody checks which product features this touches, whether the docs need updating, or who should hear about it.

Tuesday
Silence

The change is live in production, but the PM doesn't know. Docs still describe fixed intervals, and three partner integrations depend on retry timing via webhooks.

Two weeks later
A partner integration breaks

A support ticket arrives: a partner's webhook handler assumed 5s intervals. Nothing linked Alice's PR to the partner webhooks, so nobody saw it coming.

Two weeks + 3 hours
Postmortem

Root cause: "We didn't know this change affected partner integrations." All the information existed — code, runtime, dependency graph — nobody connected them.

The bug wasn't expensive to fix. The expensive part was the two weeks nobody knew it was broken.