Scope and Altitude
Part 2 →
Writing That Moves Orgs
Most engineers reach senior level and assume the path forward is just more of the same — harder problems, bigger systems, better code. Then they get promoted to staff and spend the next six months wondering why none of their old moves work anymore.
The problem is not skill. It is altitude. Staff+ is not a harder version of senior. It is a different job with a different unit of output, a different feedback loop, and a different definition of done.
The Shift That No One Explains Clearly
At senior level, your primary output is working software. You own features, fix bugs, make architecture calls within a service boundary. Your impact is legible — you can point to a diff, a deployment, a latency improvement.
At staff level, your primary output is organizational capability. You write documents that change how teams make decisions. You find problems no one has named yet. You make other engineers measurably better. The feedback loop is months, not days.
This is what "scope" means in the staff+ context — not just the size of the system you touch, but the organizational surface area you are responsible for. And altitude is how far above the ground-level execution you must operate to see that surface clearly.
What Actually Changes Day-to-Day
The calendar is the most honest signal. A senior engineer's week is mostly execution with some design review and a few meetings. A staff engineer's week looks like this:
Monday: Review RFC for platform migration — write inline comments + summary doc
Tuesday: 1:1s with three engineers on different teams; investigate cross-team latency issue
Wednesday: Write technical strategy memo; attend roadmap planning as technical voice
Thursday: Design review for infra team; pair with mid-level engineer on hard problem
Friday: Async: review two PRs, respond to doc comments, update architecture decision recordNotice that "write code" is not absent — but it is no longer the organizing principle. The organizing principle is multiplying output across the org, and that requires a different allocation of time.
Scope vs. Depth: The Tension You Will Live In
The hardest adjustment is resisting the pull back to deep individual execution. When a hard problem appears, your instinct is to solve it yourself — you are fast, you know the codebase, you will do it right. But that instinct works against your leverage at staff level.
The discipline is routing each problem to the right level. Doing that consistently — and being visibly consistent about it — teaches the org what staff-scope actually means.
Defining Your Scope Explicitly
One of the most underrated practices for new staff engineers is writing down their scope. Not as a political move, but as a clarity tool. A short document — a page at most — that answers:
- What systems or domains do I have primary technical accountability for?
- What cross-team problems is it my job to notice and name, even if not solve alone?
- What categories of decision should route through me for input (not approval)?
- What am I explicitly not responsible for?
# Staff Engineer Scope — [Your Name] — Q1 2026
## Primary Technical Accountability
- Data pipeline infrastructure (ingestion → processing → serving)
- Cross-team data contract standards
## Cross-Cutting Responsibility
- Notice and name reliability issues that span team boundaries
- Represent technical perspective in roadmap planning for data org
## Input (Not Approval) On
- New service introductions that produce or consume data
- Data schema changes with cross-team consumers
## Out of Scope
- Product feature delivery for individual data teams (EM responsibility)
- Hiring calibration (delegated to EM unless asked)Sharing this document with your manager and skip-level creates alignment. Updating it quarterly forces you to reflect on whether your actual time matches your stated scope.
The Altitude Dial
Altitude is not fixed. Good staff engineers adjust it deliberately. Some work requires being close to the ground — pair programming with a struggling engineer, debugging a production incident, reviewing a critical PR in depth. Other work requires being at 30,000 feet — seeing the pattern across six teams' separate problems and naming it as one systemic issue.
The failure mode is getting stuck at one altitude. Perpetually high-altitude engineers lose credibility because they seem detached from reality. Perpetually low-altitude engineers lose leverage because they are always doing someone else's job.
The signal that you have the dial wrong: if no one knows what you are working on at the high-altitude level, you are too low. If engineers stop bringing you hard problems because you seem disconnected, you are too high.
Key Takeaways
- Staff+ is a different job, not a harder version of senior — the unit of output shifts from working software to organizational capability.
- Your day-to-day must reorganize around multiplying output across the org, not maximizing your individual throughput.
- The scope dial is a tool: write down your scope explicitly, share it, and update it quarterly.
- Altitude is not fixed — deliberately move between strategic and ground-level work based on what the org needs from you.
- The pull back to deep individual execution is real and constant; resisting it without losing credibility requires visible, consistent routing of problems to the right level.
- The feedback loop at staff level is months, not days — build practices that sustain you without immediate validation.
Part 2 →
Writing That Moves Orgs