role · tech lead
Tech Lead
The Tech Lead is the technical signature on the brief. They name the constraint before code is written, hold the ADR when a choice could not be undone, and make the pipeline the first reader of every change.
What good looks like
A competent TL produces three artefacts every cycle, all of them readable by a TL on a different team:
- A Technical Design Brief that translates the Feature Brief into sequence, schema, and API — and names the ility that is not being chased this cycle.
- An ADR for every choice that would cost more than a day to undo, written before the code, signed by at least one other engineer.
- A release brief & runbook for the cycle's first release — what changed, what to watch in the first 48 hours, what to do if it isn't watched.
A TL who produces these three has the technical chain working. A TL who skips the brief writes code from a guess. A TL who skips the ADR makes choices the team cannot reconstruct six weeks later.
The TL's stance
| The TL is responsible for | The TL is not responsible for |
|---|---|
| The technical feasibility of the brief | What problem the brief is solving |
| The shape of the change — sequence, schema, API | The shape of the cycle's calendar |
| The ility the team is investing in this cycle | All the ilities |
| The pipeline catching the right level early | The PR-by-PR review queue |
| The postmortem's chain-level fix | Naming the person to blame |
The TL holds the chain by holding the artefacts that survive the cycle: ADRs and runbooks outlive the people who wrote them.
Three artefacts to read first
See also
- Skill path — Tech Lead foundations
- Canon — What We Shape · As We Build · After We Build
- Practice — Writing Technical Design Briefs · Writing ADRs · Release gate · First 48 hours watch · Postmortem
- Templates — Technical Design Brief · Feature Brief · ADR · Release brief · Runbook · Postmortem
- Checklists — Trio sign-off · ADR · ≥2 options · Release gate · First 48 hours · Postmortem
- Clinics — An ADR with one option · A flag that never got cleaned up · A postmortem that produced a feeling · A runbook that doesn't run
- Areas — 5 · Architecture · 8 · Pipeline & Operations