← All posts
Engineering Leadership & Team Structure

The First Engineering Manager Playbook: Going From IC to Leader Without Breaking the Team

A practical 90-day playbook for your startup's first engineering manager — the mindset shifts, the weekly cadence, and the mistakes that derail most IC-to-manager transitions.

Craig Hoffmeyer10 min read

Your best engineer just became your first engineering manager. On Friday they shipped a feature that saved a deal. On Monday they own a team of four, a planning meeting, and every performance conversation that nobody has been having. Nobody trained them. Nobody warned them that the job they just accepted is an entirely different profession from the one they were good at.

I see this transition go wrong at least once a quarter across my fractional CTO engagements. The pattern is always the same: a high-performing IC gets promoted because they are the most senior person on the team, they keep writing code because that is where they feel competent, the team drifts, and three months later you have lost your best engineer and gained a mediocre manager who wants their old job back.

It does not have to go this way. This is the playbook I use to set up a first-time engineering manager for success, and it works whether you are the founder making the promotion, the CTO coaching the new manager, or the engineer who just got the title.

The identity shift nobody talks about

The hardest part of the IC-to-manager transition is not the calendar or the meetings. It is the identity shift. For years, your value was measured in code shipped, bugs fixed, architecture designed. Starting Monday, your value is measured in your team's output, and that output has a long lag time.

This creates a withdrawal period that feels exactly like being bad at your job. You will finish your first week as a manager and feel like you accomplished nothing. That feeling is correct, and it is also a lie. You accomplished plenty — you just cannot see it yet because unblocking someone else's work and making a hiring decision do not produce the same dopamine hit as merging a PR.

The single most important thing a new engineering manager can internalize in week one: your team's output is your output now. If the team ships well, you did your job. If the team is stuck, the problem is yours to solve, even if you did not write the code.

The 90-day framework

I break the first engineering manager's ramp into three phases. Each phase has a different goal, a different set of habits to build, and a different trap to avoid.

Days 1–30: Listen and learn the people

The goal of the first month is not to change anything. It is to understand how work actually flows — not how the process document says it flows, but how humans actually communicate, make decisions, and get stuck.

Start 1:1s immediately. Weekly, 30 minutes, with every person on the team. The first few will be awkward. That is fine. The agenda for the first month is three questions: What is going well? What is frustrating you? What would you change if you could? Write down the answers. Do not try to fix anything yet.

Shadow the work. Sit in on code reviews, read the PRs, watch how tickets move through the board. You are building a mental model of where the team is strong and where it struggles. Resist the urge to jump in and fix the code yourself.

Map the relationships. Who goes to whom for help? Who is quietly blocking decisions because they are not available? Where does information get lost between product and engineering? These informal channels matter more than the org chart.

The trap: Trying to prove you belong in the role by making changes in week two. You do not have enough context yet. Changes made in the first month tend to be solutions to the wrong problems.

Days 31–60: Build your operating cadence

By day 30 you should have a clear picture of the team's strengths, its friction points, and the two or three things that would make the biggest difference. Now you start building.

Establish a weekly rhythm. If you do not have one yet, read my article on the weekly operating rhythm — the same principles apply whether the engineering leader is a fractional CTO or a first-time manager. The non-negotiable meetings are: a weekly planning session, an engineering review, and your 1:1s. Everything else is optional until it is not.

Start delegating technical decisions. This is where most new managers stall. You see a design decision the team is debating and your instinct is to just make the call because you know the codebase better than anyone. Fight that instinct. Instead, ask the right questions, point to the tradeoffs, and let someone else make the decision. Your job is to develop decision-makers, not to be the only one.

Have your first difficult conversation. By day 45 you will have identified at least one thing that needs honest feedback. Maybe someone is missing deadlines. Maybe someone is great at code but corrosive in reviews. Do not wait until it becomes a crisis. A direct, private, specific conversation now prevents a painful one later.

The trap: Staying in the code. The most common failure mode at the 60-day mark is a manager who is still writing 60% of the code and doing management in the margins. The team reads this correctly — you do not trust them, and you do not take the manager role seriously. Cut your personal coding to 20% or less. If that feels impossible, the team is understaffed and that is the first management problem you need to solve.

Days 61–90: Assess and adjust

The third month is about honest self-evaluation and course correction.

Check the signals. Is the team shipping more reliably than 90 days ago? Are 1:1s producing real conversations or just status updates? Do people come to you with problems before those problems become fires? Is there at least one person on the team who has grown visibly since you started managing them?

Get feedback on yourself. Ask your team directly: What should I do more of? What should I do less of? Ask your manager the same questions. If you are reporting to a non-technical founder, ask them whether they have better visibility into engineering than they did three months ago.

Decide if this is the right role for you. Not everyone who tries management should stay in management. Some people try it, learn they hate it, and go back to being an IC — and that is a perfectly legitimate outcome. The worst outcome is someone who hates managing but stays because they think going back to IC is a demotion. It is not. It is a career choice, and a startup is better served by a happy senior engineer than a miserable manager.

The trap: Measuring yourself against your old IC output. You will never ship as much code as you did before. That is the point. If you are still comparing yourself to your IC self at day 90, you have not made the identity shift and you need to figure out whether it is a matter of time or a matter of fit.

The five mistakes that break first-time managers

I have coached enough first-time EMs to know the failure modes by heart. These are the ones that show up over and over, and all of them are fixable if you catch them early.

Mistake one: Doing the work instead of enabling the work. The new manager picks up the hardest ticket every sprint because they can do it fastest. The team never levels up. The manager burns out. The fix is simple to describe and brutal to execute: stop writing production code for anything the team can handle, even if it takes them twice as long.

Mistake two: Avoiding the difficult conversation. A new manager would rather rewrite someone's PR themselves than tell the person their code is not up to standard. This creates a team where the bar quietly drops because nobody is being honest. The fix: have the conversation within 48 hours. Be specific, be kind, be direct. "The tests in this PR do not cover the edge cases we discussed" is specific. "You need to do better" is not.

Mistake three: Becoming a human router. Every question flows through the manager. Every decision waits for the manager's approval. The team learns helplessness. The fix: explicitly delegate decision authority. "You own the database migration strategy. Make the call, document the tradeoffs, and tell me what you decided." Give the decision away and defend the person's right to make it.

Mistake four: Neglecting 1:1s. The manager cancels 1:1s when the sprint is busy — which is every sprint. The team interprets this correctly as "my manager does not care about my career." The fix: 1:1s are the last meeting you cancel, not the first. Move them if you must. Never skip them.

Mistake five: Not managing up. The new manager focuses entirely on the team and forgets to keep their own manager informed. Then a problem surfaces that the founder or CTO did not know about, and trust erodes. The fix: a weekly five-minute written update to your manager. What shipped, what is at risk, what you need. Do not wait to be asked.

What the founder's job is during this transition

If you are the non-technical founder who just promoted your first EM, you have three responsibilities and they are all cheap.

First, give them explicit permission to stop coding. Say it out loud. "Your job is now the team. I expect you to delegate the technical work." New managers need to hear this because they feel guilty about not coding, and without explicit permission they will never stop.

Second, set up a weekly check-in — not to micromanage, but to give them a safe space to say "I have no idea what I am doing this week." Every first-time manager has that week. The ones who survive it are the ones who had someone to talk to.

Third, be patient with the productivity dip. The team will ship slightly less in the first 60 days. This is normal. You are investing in a multiplier. A manager who develops three engineers into senior contributors will generate 10x the output of one senior IC who never teaches anyone.

The counterpoint: maybe you do not need a manager yet

I would be dishonest if I did not flag this. Not every team of four needs a full-time engineering manager. Many of the startups I work with function well with a flat team, a strong tech lead who owns architecture decisions, and an external fractional CTO who handles the people management, the planning cadence, and the founder interface.

The question is not "do we have enough people to justify a manager?" The question is: "Is the absence of a people-focused leader causing visible problems — missed deadlines, retention issues, communication breakdowns, or a founder who has no idea what is happening in engineering?"

If the answer is yes, the playbook above will get your first EM up to speed. If the answer is "not yet," you might be better served by a fractional CTO engagement until the team grows to the point where a dedicated manager is the obvious next step.

Where I help

I have coached first-time engineering managers at more than a dozen startups. The playbook above is the same one I walk through with every new EM I work with — the 90-day framework, the five mistakes, the weekly cadence, and the identity shift that makes or breaks the transition.

If you are about to promote your first engineering manager, or if you already did and it is not going well, book a 30-minute call. We will look at where the transition is stuck and build a plan to get it back on track. It is one of the highest-leverage conversations you can have for your engineering team right now.


Related reading: Leading a Dev Team: The Weekly Operating Rhythm I Use · Team Topologies for Startups in Plain English · Your First Three Engineering Hires

Promoting your first engineering manager? Let's make sure it sticks. Book a call.

Get in touch →