<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-07-12T21:40:13+00:00</updated><id>/feed.xml</id><title type="html">Manager 138</title><subtitle>A blog about theory and practice of engineering management.</subtitle><author><name>The 138th Manager</name></author><entry><title type="html">How technical should an EM be?</title><link href="/roles/2023/08/07/em_technical.html" rel="alternate" type="text/html" title="How technical should an EM be?" /><published>2023-08-07T00:00:00+00:00</published><updated>2023-08-07T00:00:00+00:00</updated><id>/roles/2023/08/07/em_technical</id><content type="html" xml:base="/roles/2023/08/07/em_technical.html">&lt;p&gt;An EM should be technical / “hands on” enough to be a reviewer for design docs and make a monitoring dashboard for the team’s KPIs, but should not be a blocker for reviewing code and should care enough about coaching to delegate writing design docs to the TLs.&lt;/p&gt;
&lt;p&gt;Someone other than the EM ought to review all code since more than one person who writes code should have context on all new code. Therefore, I only spend my time reading code when it was the most valuable use of my time. In practice, I spend less than an hour a week reading my teams code because everything else is more valuable: coaching my team on project execution, improving meetings and processes, hiring, and using standing meetings with peers to resolve local prioritization issues gracefully and ensure the organization has a coherent strategy that maximizes the value for the customer.&lt;/p&gt;
&lt;p&gt;It’s tempting to be more “hands on,” but that should be a rare thing you do to keep your skills sharp; if being “hands on” is required by your team, you should probably spend your time differently for 2 months to fix that.&lt;/p&gt;</content><author><name>The 138th Manager</name></author><category term="roles" /><category term="roles" /><category term="theory" /><category term="management" /><category term="hiring" /><summary type="html">An EM should be technical / “hands on” enough to be a reviewer for design docs and make a monitoring dashboard for the team’s KPIs, but should not be a blocker for reviewing code and should care enough about coaching to delegate writing design docs to the TLs.</summary></entry><entry><title type="html">The best project managers are Financial Advisors</title><link href="/projects/2023/08/04/pm_tax_software_or_cpa.html" rel="alternate" type="text/html" title="The best project managers are Financial Advisors" /><published>2023-08-04T00:00:00+00:00</published><updated>2023-08-04T00:00:00+00:00</updated><id>/projects/2023/08/04/pm_tax_software_or_cpa</id><content type="html" xml:base="/projects/2023/08/04/pm_tax_software_or_cpa.html">&lt;p&gt;Consider the aphorism that “communication is the tax you pay for the privilege of being in a large organization.”&lt;/p&gt;
&lt;p&gt;The best project managers are &lt;em&gt;Financial advisors&lt;/em&gt;. Their job to optimize your taxes: they recommend changes (to your processes) in an attempt make sure you pay enough taxes but as little as possible.&lt;/p&gt;
&lt;p&gt;The mediocre project managers &lt;em&gt;CPAs&lt;/em&gt;. Their job is to pay your taxes for you. They still make you do most of the work of finding paperwork and they don’t care how much you pay.&lt;/p&gt;
&lt;p&gt;The worst project managers are &lt;em&gt;auditors&lt;/em&gt;. They make sure you paid your taxes and bring in the authorities if you have not.&lt;/p&gt;</content><author><name>The 138th Manager</name></author><category term="projects" /><category term="theory" /><category term="projects" /><category term="story" /><summary type="html">Consider the aphorism that “communication is the tax you pay for the privilege of being in a large organization.”</summary></entry><entry><title type="html">Whole product for projects</title><link href="/projects/2023/01/21/whole_product_for_projects.html" rel="alternate" type="text/html" title="Whole product for projects" /><published>2023-01-21T00:00:00+00:00</published><updated>2023-01-21T00:00:00+00:00</updated><id>/projects/2023/01/21/whole_product_for_projects</id><content type="html" xml:base="/projects/2023/01/21/whole_product_for_projects.html">&lt;p&gt;Crossing the Chasm&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-0&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-0&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; &lt;span class=&quot;citation&quot; data-cites=&quot;crossing_the_chasm&quot;&gt;(Moore 2014)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt; introduces the concept of the “Whole product metaphor,” which I adapted for talking to engineers about various ways to view the scope of a project.&lt;/p&gt;
&lt;p&gt;In short, a project can be understood to have multiple layers. When an engineer says a project is or will be “done,” it is really helpful to clarify what version of the project they’re talking about.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The innermost layer is the “&lt;strong&gt;technical project&lt;/strong&gt;.” This layer involves all work to make the project do the things it says it is going to do, i.e. writing the code that achieves the goals of the project without breaking existing functionality.&lt;/li&gt;
&lt;li&gt;Outside that layer is the “&lt;strong&gt;deployed project&lt;/strong&gt;.” This layer involves any additional work necessary to make the project robust, e.g. integration testing, performance testing, capacity planning, CI/CD, monitoring + alerting, and actually safely deploying the code to production.&lt;/li&gt;
&lt;li&gt;The next layer is the “&lt;strong&gt;expected project&lt;/strong&gt;.” This layer involves any work necessary for someone to be successful using the tool, e.g. documentation, security, training + operational playbooks for supporting teams, and usability features.&lt;/li&gt;
&lt;li&gt;The final layer is the “&lt;strong&gt;whole project&lt;/strong&gt;.” This layer involves all the work necessary to ensure that users actually gain value from the project. This work includes onboarding users, measuring the usage + value provided by the project, integrating the project with other related parts of user workflows, and publicizing the project with users and stakeholders.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See also:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/coaching/2021/10/27/levels_projects.html&quot;&gt;Career levels based on projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/projects/2021/03/29/responsiblity_ladder.html&quot;&gt;Responsibility ladder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;refs&quot; class=&quot;references csl-bib-body hanging-indent&quot; role=&quot;doc-bibliography&quot;&gt;
&lt;div id=&quot;ref-crossing_the_chasm&quot; class=&quot;csl-entry&quot; role=&quot;doc-biblioentry&quot;&gt;
Moore, Geoffery. 2014. &lt;em&gt;Crossing the Chasm: Marketing and Selling Disruptive Products to Mainstream Customers&lt;/em&gt;. 3rd ed. Harper Collins.
&lt;/div&gt;
&lt;/div&gt;</content><author><name>The 138th Manager</name></author><category term="projects" /><category term="theory" /><category term="projects" /><summary type="html">Crossing the Chasm&amp;#8853; (Moore 2014) introduces the concept of the “Whole product metaphor,” which I adapted for talking to engineers about various ways to view the scope of a project. Moore, Geoffery. 2014. Crossing the Chasm: Marketing and Selling Disruptive Products to Mainstream Customers. 3rd ed. Harper Collins.</summary></entry><entry><title type="html">GREAT questions</title><link href="/communication/2022/06/16/GREAT_questions.html" rel="alternate" type="text/html" title="GREAT questions" /><published>2022-06-16T00:00:00+00:00</published><updated>2022-06-16T00:00:00+00:00</updated><id>/communication/2022/06/16/GREAT_questions</id><content type="html" xml:base="/communication/2022/06/16/GREAT_questions.html">&lt;p&gt;For both filing bugs and asking questions of engineers, the trick is to make it easy for them to help you with your &lt;em&gt;real&lt;/em&gt; goal and to show your respect for them.&lt;/p&gt;
&lt;p&gt;Fortunately, there is a simple mneumonic that works for most situations — ask “GREAT” questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Goal&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Repro&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Expected&lt;/em&gt; behavior&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Actual&lt;/em&gt; behavior&lt;/li&gt;
&lt;li&gt;What you &lt;em&gt;tried&lt;/em&gt; on your own&lt;/li&gt;
&lt;/ul&gt;
&lt;section id=&quot;start-with-your-high-level-goal&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Start with your high level &lt;strong&gt;goal&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;This helps avoid the &lt;a href=&quot;https://xyproblem.info/&quot;&gt;XY Problem&lt;/a&gt;, where you think you needed help on a specific solution X to your problem Y, but X wasn’t even the best solution.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“I’d like to center this image vertically on the page and have text flow around it”&lt;/li&gt;
&lt;li&gt;“I’m trying to shrink the size of this video file as I import it from my camera’s SD card”&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;give-minimized-and-explicit-steps-to-reproduce-your-confusion-issue&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Give minimized and explicit steps to &lt;strong&gt;reproduce&lt;/strong&gt; your confusion / issue:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;“I am setting the margin-top on the image to be …. Here is a minimal html file that shows what I’m trying to do”&lt;/li&gt;
&lt;li&gt;“I am using ffmpeg. Here is the actual command line invocation I’m using: …”&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;explain-your-mental-model-what-you-expect-to-happen&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Explain your mental model, what you &lt;strong&gt;expect&lt;/strong&gt; to happen&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;“I’m expecting it to tell it not to put other images in the margin of my image but allow text to be near the image”&lt;/li&gt;
&lt;li&gt;“I’m expecting it to read the image off the microsd card and write it to my home folder”&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;show-them-what-actually-happens&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Show them what &lt;strong&gt;actually&lt;/strong&gt; happens&lt;/h2&gt;
&lt;p&gt;Include exact error message or screenshot/details of failure. Show, not tell.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“Unfortunately, it ends up aligning just being put below all my other text content”&lt;/li&gt;
&lt;li&gt;“Unfortunately, I get this error: ‘…’”&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;show-what-you-tried-on-your-own&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Show what you &lt;strong&gt;tried&lt;/strong&gt; on your own&lt;/h2&gt;
&lt;p&gt;This is a critical step! This is the “proof of work.”&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“I found this stackoverflow article which looks related. I re-ran ffmpeg with DEBUG=1 and got the following message, which was different than what I expected: …”&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;ask-a-question-referring-back-to-your-high-level-goal&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Ask a question, referring back to your high level goal&lt;/h2&gt;
&lt;p&gt;Do you have any ideas about what I could be missing? Or other suggestions for how to get the image centered on the page?&lt;/p&gt;
&lt;/section&gt;
&lt;section id=&quot;other-tips&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Other tips&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Have a detailed summary (e.g. in the subject of an email or a title of a question)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dontasktoask.com&quot;&gt;Don’t ask to ask&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;When you thank them in advance for helping you, explain why you asked &lt;em&gt;them in particular&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;see-also&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot;&gt;Catb on how to ask questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stackoverflow.com/help/how-to-ask&quot;&gt;Stack overflow on how to ask questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;</content><author><name>The 138th Manager</name></author><category term="communication" /><category term="communication" /><category term="theory" /><summary type="html">For both filing bugs and asking questions of engineers, the trick is to make it easy for them to help you with your real goal and to show your respect for them.</summary></entry><entry><title type="html">BASICC needs</title><link href="/communication/2022/06/14/basicc_needs.html" rel="alternate" type="text/html" title="BASICC needs" /><published>2022-06-14T00:00:00+00:00</published><updated>2022-06-14T00:00:00+00:00</updated><id>/communication/2022/06/14/basicc_needs</id><content type="html" xml:base="/communication/2022/06/14/basicc_needs.html">&lt;p&gt;When someone is emotionally upset, they are usually feeling a threat to one of their BASICC&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-0&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-0&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; I created this framework as a response to the SCARF framework from David Rock, which I felt didn’t adequately address the identity triggers of competence or character&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt; human needs:&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-1&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-1&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; The order here loosely follows Maslow’s Hierarchy of Needs, although we re-ordered the first three because BASICC is a better acronym than SABICC&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr class=&quot;odd&quot;&gt;
&lt;td&gt;Belonging&lt;/td&gt;
&lt;td&gt;They want to be part of a group&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;even&quot;&gt;
&lt;td&gt;Agency&lt;/td&gt;
&lt;td&gt;They want to have ability to change their situation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;odd&quot;&gt;
&lt;td&gt;Stability&lt;/td&gt;
&lt;td&gt;They want their situation to be predictable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;even&quot;&gt;
&lt;td&gt;Importance&lt;/td&gt;
&lt;td&gt;They want to be valued by others&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;odd&quot;&gt;
&lt;td&gt;Competence&lt;/td&gt;
&lt;td&gt;They want to be capable and achieve goals&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;even&quot;&gt;
&lt;td&gt;Character&lt;/td&gt;
&lt;td&gt;They want to be morally good&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;When empathizing with someone to listen to them and see if you can can label their emotion and underlying human need.&lt;/p&gt;</content><author><name>The 138th Manager</name></author><category term="communication" /><category term="empathy" /><category term="theory" /><category term="communication" /><category term="conflict" /><summary type="html">When someone is emotionally upset, they are usually feeling a threat to one of their BASICC&amp;#8853; I created this framework as a response to the SCARF framework from David Rock, which I felt didn’t adequately address the identity triggers of competence or character human needs:&amp;#8853; The order here loosely follows Maslow’s Hierarchy of Needs, although we re-ordered the first three because BASICC is a better acronym than SABICC</summary></entry><entry><title type="html">Writing Accomplishments that pass the CFO Test</title><link href="/hiring/2022/06/13/writing_accomplishment_that_pass_cfo_test.html" rel="alternate" type="text/html" title="Writing Accomplishments that pass the CFO Test" /><published>2022-06-13T00:00:00+00:00</published><updated>2022-06-13T00:00:00+00:00</updated><id>/hiring/2022/06/13/writing_accomplishment_that_pass_cfo_test</id><content type="html" xml:base="/hiring/2022/06/13/writing_accomplishment_that_pass_cfo_test.html">&lt;p&gt;The “CFO test” is “will someone who cares about the business but doesn’t do your job understand that you had an impact.” It is a great way to make sure your accomplishments are strong in a resume, performance review, etc.&lt;/p&gt;
&lt;section id=&quot;getting-your-accomplishments-to-pass-the-cfo-test&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Getting your accomplishments to pass the “CFO” test&lt;/h2&gt;
&lt;p&gt;There are some very straightforward transformations you can make to get your accomplishment to pass the CFO test.&lt;/p&gt;
&lt;p&gt;Here is a typical “meh” accomplishment for a resume or a performance review that doesn’t yet pass the CFO test:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Built authentication page of the billing project launch as member of frontend design team.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;section id=&quot;dont-say-you-were-the-member-of-a-team-it-is-implied&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Don’t say you were the member of a team (it is implied)&lt;/h3&gt;
&lt;p&gt;It may feel like you’re taking credit for other people’s work, but ALL work is group work and so it is implied that you were part of a team. Unless you specifically say otherwise, &lt;em&gt;all accomplishments are assumed to be a group effort.&lt;/em&gt; You don’t need to qualify your accomplishment, although you can clarify what you did.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Built authentication page for the self-serve billing project launch.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Actually, I’ll encourage something stronger here: if you were a leader of any part of the planning, execution, or delivery for the project, you should take responsibility for the whole project (remember early point that all accomplishments are assumed to be group efforts, espescially on resumes).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Launched the self-serve billing project.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;add-business-impact&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Add business impact&lt;/h3&gt;
&lt;p&gt;This “business” impact should ideally be a concrete number describing something external to your team.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Built authentication page for the self-serve billing project launch and got 1000 new paid customers signed up in 3 months.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Direct improvements of revenue or a org/team KPI are best. If a project benefited a stakeholder, it can be good to report that stakeholder’s impact (e.g. a platform team that added a new feature used by the self-serve billing project would say “Added dynamic kubernetes instances used by the self-serve billing project which got 1000 new paid customers in 3 months.”)&lt;/p&gt;
&lt;p&gt;Good proxy measures of impact include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Number of users or uses cases adopted and level of adoption or retention&lt;/li&gt;
&lt;li&gt;Improvements in reliability: number or severity of incidents, service availability, number of support cases, recovery time, time-to-detect or time-to-mitigate, user-found-it-first rate&lt;/li&gt;
&lt;li&gt;Improvements in throughput: latency, throughput, or liveness of a pipeline&lt;/li&gt;
&lt;li&gt;Velocity or productivity: time to complete a project, number of projects completed per capita or time, number or level of persons required to solve, how often escalation to expert is needed&lt;/li&gt;
&lt;li&gt;Influence: number of decisions changed, number of views or citations or shares&lt;/li&gt;
&lt;li&gt;Efficiency and cost: utilization improved, capacity affected, cost&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If there is no metric, there can still be externally visible evidence: shout outs, citations of the work by others, etc.&lt;/p&gt;
&lt;p&gt;Again results are external: a good litmus test is “did we demonstrate that someone else’s behavior changed as a result of this accomplishment.”&lt;/p&gt;
&lt;/section&gt;
&lt;section id=&quot;put-your-number-in-context&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Put your number in context&lt;/h3&gt;
&lt;p&gt;Please put your number in context by expressing it relative to one of “3 P’s of concrete performance” (past, predicted, or peer/population)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Built authentication page for the self-serve billing project launch and increased number of users increased by 1000 (+10%) in 3 months.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And remember — accomplishments are assumed to be a group effort, so it is ok to take responsibility for the sales impact as an engineer&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Built authentication page for the self-serve billing project launch and increased Annual Recurring Revenue (ARR) by 7% (vs 30% baseline).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Giving percentile of a population can be powerful and clarifying:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Presentation viewed by 103 colleagues in last 3mo (65% of 158 people in Foobar org), making it the top 2% presentation generated by the team in last 3mo.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;lead-with-the-effect-of-actions&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Lead with the effect of actions&lt;/h3&gt;
&lt;p&gt;Finally, put the business impact first in the accomplishment. Barbara Minto says to summarize a group of actions using the effect they produce.&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-0&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-0&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; For more, see &lt;a href=&quot;/resources/minto_pyramid_principle/state_the_effect_of_actions.html&quot;&gt;State the Effect of Actions&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt; We want to do that here too – our resume point should not be about &lt;em&gt;the actions we performed&lt;/em&gt;, but about &lt;em&gt;the implication of those actions&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;One common difficulty people have here is they want to talk about the complexity of the task; don’t fall into this trap. Talk about the &lt;em&gt;impact&lt;/em&gt; first, and only imply the complexity.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Increased Annual Recurring Revenue (ARR) by 7% (vs 30% baseline) via building authentication page for the self-serve billing project&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;optional-include-technical-keywords&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;(optional) Include technical keywords&lt;/h3&gt;
&lt;p&gt;Since some Applicant Tracking Systems search by keywords, it can be helpful to have them in your resume. Rather than artificial list of proficiencies or artificial lists of keywords, its better to weave details inline or tag on the accomplishment.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Increased Annual Recurring Revenue (ARR) by 7% (vs 30% baseline) via building authentication page for the self-serve billing project (NextJS, Flask)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;section id=&quot;some-other-examples&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Some other examples&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;“Got a 5 on the AP Physics C exam (top 5% of class)”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;“Decreased time until first push for new engineers by 10% via creating 5k LOC puppet provisioning system”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;“Got “Engineer of the Year” award (top 1 of 300)&quot;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;“Decreased # of SEV0 incidents by 10% via creating automatic canary analysis service”&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;</content><author><name>The 138th Manager</name></author><category term="hiring" /><category term="practice" /><category term="hiring" /><summary type="html">The “CFO test” is “will someone who cares about the business but doesn’t do your job understand that you had an impact.” It is a great way to make sure your accomplishments are strong in a resume, performance review, etc.</summary></entry><entry><title type="html">Asking my boss for help</title><link href="/communication/2022/05/22/asking_boss_for_help.html" rel="alternate" type="text/html" title="Asking my boss for help" /><published>2022-05-22T00:00:00+00:00</published><updated>2022-05-22T00:00:00+00:00</updated><id>/communication/2022/05/22/asking_boss_for_help</id><content type="html" xml:base="/communication/2022/05/22/asking_boss_for_help.html">&lt;p&gt;I struggle with asking my boss for help in some situations, especially when I worry that I will be seen as incompetent because I should have been able to handle the situation myself. Unfortunately, this worry has caused me to not inform my boss about a situation until it was too late.&lt;/p&gt;
&lt;p&gt;When I think about it from the perspective of a manager, I realize that there is a spectrum ways I could have informed my boss:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“A situation is developing; I got it and want you to know my plan.”&lt;/li&gt;
&lt;li&gt;“A situation is developing; I have a plan but would appreciate tips.”&lt;/li&gt;
&lt;li&gt;“A situation is developing; I need to talk someone to validate/develop my plan for addressing it.”&lt;/li&gt;
&lt;li&gt;“A situation is developing; I need your help to resolve it.”&lt;/li&gt;
&lt;li&gt;“A situation is developing; I don’t think I can resolve it.”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the future, I’m going to try more often to use the first two versions of keeping a boss informed.&lt;/p&gt;</content><author><name>The 138th Manager</name></author><category term="communication" /><category term="theory" /><category term="communication" /><summary type="html">I struggle with asking my boss for help in some situations, especially when I worry that I will be seen as incompetent because I should have been able to handle the situation myself. Unfortunately, this worry has caused me to not inform my boss about a situation until it was too late.</summary></entry><entry><title type="html">List of Coachable Skills</title><link href="/coaching/2022/05/20/list_of_skills.html" rel="alternate" type="text/html" title="List of Coachable Skills" /><published>2022-05-20T00:00:00+00:00</published><updated>2022-05-20T00:00:00+00:00</updated><id>/coaching/2022/05/20/list_of_skills</id><content type="html" xml:base="/coaching/2022/05/20/list_of_skills.html">&lt;section id=&quot;technical&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Technical&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Asking technical questions and filing bugs&lt;/li&gt;
&lt;li&gt;Writing against APIs&lt;/li&gt;
&lt;li&gt;Effective use of the IDE&lt;/li&gt;
&lt;li&gt;Debugging&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Higher order functions&lt;/li&gt;
&lt;li&gt;Evolving code&lt;/li&gt;
&lt;li&gt;Asymptotic analysis&lt;/li&gt;
&lt;li&gt;Profiling and optimization&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;backend&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Backend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;Concurrency&lt;/li&gt;
&lt;li&gt;Tuning memory + CPU cache usage&lt;/li&gt;
&lt;li&gt;Distributed systems consistency and error handling&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;systems&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Systems&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Shell&lt;/li&gt;
&lt;li&gt;Kubernetes&lt;/li&gt;
&lt;li&gt;Operating systems and caching&lt;/li&gt;
&lt;li&gt;Networks from TCP to BGP&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;frontend&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Frontend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;???&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;machine-learning&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Machine Learning&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;???&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;professional&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Professional&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Writing &lt;a href=&quot;/projects/2021/03/29/deliverables.html&quot;&gt;deliverables&lt;/a&gt; and &lt;a href=&quot;/projects/2021/03/02/goals.html&quot;&gt;goals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Meetings&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/projects/2021/05/14/danger_of_design_docs.html&quot;&gt;Project planning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/coaching/2020/05/29/leadership_microvacuums.html&quot;&gt;Initiative&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Public speaking&lt;/li&gt;
&lt;li&gt;Change management&lt;/li&gt;
&lt;li&gt;Influencing an org&lt;/li&gt;
&lt;li&gt;Business writing and structured thinking&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;personal&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Personal&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Diplomacy and tact&lt;/li&gt;
&lt;li&gt;Listening&lt;/li&gt;
&lt;li&gt;Responding to emotional statements&lt;/li&gt;
&lt;li&gt;Conflict resolution&lt;/li&gt;
&lt;li&gt;DEI&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id=&quot;managerial&quot; class=&quot;level3&quot;&gt;
&lt;h3&gt;Managerial&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/feedback/2020/11/06/feedback-listen-to.html&quot;&gt;Feedback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Coaching&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/feedback/2021/09/08/writing_a_self_review.html&quot;&gt;Writing performance review&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Gelling a team&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;</content><author><name>The 138th Manager</name></author><category term="coaching" /><category term="coaching" /><category term="practice" /><summary type="html">Technical</summary></entry><entry><title type="html">Spectrum of Intent</title><link href="/communication/2022/05/12/spectrum_of_intent.html" rel="alternate" type="text/html" title="Spectrum of Intent" /><published>2022-05-12T00:00:00+00:00</published><updated>2022-05-12T00:00:00+00:00</updated><id>/communication/2022/05/12/spectrum_of_intent</id><content type="html" xml:base="/communication/2022/05/12/spectrum_of_intent.html">&lt;p&gt;Recently, a coach introduced me to a concept she calls the “Spectrum of Intent.” I love this structure because it helps me gauge someone else’s intentions when I am hurt by something they said.&lt;/p&gt;
&lt;p&gt;Depending on context, it could be anywhere on the Spectrum of Intent:&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-0&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-0&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; &lt;span class=&quot;citation&quot; data-cites=&quot;semenoff_coaching&quot;&gt;(Semenoff n.d.)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Different backgrounds&lt;/li&gt;
&lt;li&gt;Inartful expression of emotion&lt;/li&gt;
&lt;li&gt;Blame shifting&lt;/li&gt;
&lt;li&gt;Inartful boundary setting&lt;/li&gt;
&lt;li&gt;Inartful feedback&lt;/li&gt;
&lt;li&gt;Lashing out&lt;/li&gt;
&lt;li&gt;Bullying&lt;/li&gt;
&lt;li&gt;Gaslighting&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Often I don’t know the full context and I assume intention to cause pain where there is merely inartfulness. I should assume a more positive intent by shifting where I place them on the spectrum until I understand more of the context.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Below, I’ll dive into the details of each of the layers of the Spectrum of Intent.&lt;/p&gt;
&lt;section id=&quot;different-backgrounds&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Different backgrounds&lt;/h2&gt;
&lt;p&gt;The other person has made a neutral statement and I misread the non-verbal clues.&lt;/p&gt;
&lt;p&gt;This confusion happens most across different cultures or when talking to neurodiverse people, but also can happen when people from different &lt;a href=&quot;/communication/2021/03/17/DISC.html&quot;&gt;DISC profiles&lt;/a&gt; talk to each other.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But I didn’t make any mistakes, only you played poorly.&lt;/p&gt;
&lt;p&gt;Hey, guys, Jan Maas is not being rude. He’s just being Dutch.&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-1&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-1&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; Ted Lasso S2E1, https://www.youtube.com/watch?v=qEgWPYH9eYk?t=13&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;inartful-expression-of-emotion&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Inartful expression of emotion&lt;/h2&gt;
&lt;p&gt;The other person is feeling an emotion and is not expressing it in a clean way. At this level in the spectrum, they are trying to communicate about themself, not me.&lt;/p&gt;
&lt;p&gt;This mistake can happen for a variety of reasons: e.g. their kid was up all night sick; they feel unsafe expressing emotions at work; or maybe they simply don’t feel heard.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We need to schedule the time or else it might not happen!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;might instead mean&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m feeling overwhelmed right now.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;blame-shifting&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Blame shifting&lt;/h2&gt;
&lt;p&gt;The other person brings up an “issue” with someone else as part of the conversation.&lt;/p&gt;
&lt;p&gt;The “issue” they bring up commonly is masking an underlying relationship issue where their needs aren’t being met..&lt;span class=&quot;sidenote-wrapper&quot;&gt;&lt;label for=&quot;sn-2&quot; class=&quot;margin-toggle&quot;&gt;&amp;#8853;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-2&quot; class=&quot;margin-toggle&quot;/&gt;&lt;span class=&quot;marginnote&quot;&gt; This technique is very similar to what Douglas Stone and Sheila Heen call “switchtracking.” &lt;span class=&quot;citation&quot; data-cites=&quot;thanks_for_the_feedback&quot;&gt;(Stone and Heen 2014, 118)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Well, you might want to be more responsive.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;might instead mean&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m feeling lost and lonely at work right now.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;inartful-boundary-setting&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Inartful boundary setting&lt;/h2&gt;
&lt;p&gt;The other person is trying to protect a need they have in an unhealthy way.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is messed up, let me just fix it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;might mean&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I need some quiet time to think.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;inartful-feedback&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Inartful feedback&lt;/h2&gt;
&lt;p&gt;The other person is trying to give me feedback but has done so in a painful way.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We didn’t get the funding for this project because you walked in completely unprepared, without any numbers to back up our proposal&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;might mean&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When you presented to execs without concrete data, what happened is they were unwilling to fund our project.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;lashing-out&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Lashing out&lt;/h2&gt;
&lt;p&gt;The other person is trying to cause me pain.&lt;/p&gt;
&lt;p&gt;This approach is frequently unintentional; when people are panicky or trying to save face, they may act in ways that are otherwise out of character.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Well, a good manager would have avoided this issue in the first place.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;bullying&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Bullying&lt;/h2&gt;
&lt;p&gt;The other person is trying to get what they want by putting me into pain.&lt;/p&gt;
&lt;p&gt;This approach may start unintentionally – lashing out that worked.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;p&gt;The classic example is shouting, profanity, or other threats, but there can also be more subtle expressions of this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Good managers are able to find compromises; are you?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/section&gt;
&lt;section id=&quot;gaslighting&quot; class=&quot;level2&quot;&gt;
&lt;h2&gt;Gaslighting&lt;/h2&gt;
&lt;p&gt;The other person is misrepresenting the story to try to get me to accept responsibility for a situation that isn’t completely mine to accept.&lt;/p&gt;
&lt;p&gt;This can be unintentional, especially in people who frequently find themselves in conflicts – it may have started out as blame shifting that worked.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The reason this project failed is because you leaked it early.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;rather than&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This was a risky project that violated the norms of the company and I wanted to keep it secret until it was already successful.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Another example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(in response to feedback) If you were a better manager, we wouldn’t have had this problem.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(deadlines and communications) Well, you never told me it was due before the meeting.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&quot;refs&quot; class=&quot;references csl-bib-body hanging-indent&quot; role=&quot;doc-bibliography&quot;&gt;
&lt;div id=&quot;ref-semenoff_coaching&quot; class=&quot;csl-entry&quot; role=&quot;doc-biblioentry&quot;&gt;
Semenoff, Amanda. n.d. &lt;span&gt;“Conflict Resolution Coaching.”&lt;/span&gt; &lt;em&gt;Mindful Resolution&lt;/em&gt;. Accessed 2022. &lt;a href=&quot;https://www.mindfulresolution.ca/&quot;&gt;https://www.mindfulresolution.ca/&lt;/a&gt;.
&lt;/div&gt;
&lt;div id=&quot;ref-thanks_for_the_feedback&quot; class=&quot;csl-entry&quot; role=&quot;doc-biblioentry&quot;&gt;
Stone, Douglas, and Sheila Heen. 2014. &lt;em&gt;Thanks for The Feedback: The Science and Art of Receiving Feedback Well (Even When It Is Off Base, Unfair, Poorly Delivered, and, Frankly, You’re Not in the Mood)&lt;/em&gt;. Penguin Books.
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;</content><author><name>The 138th Manager</name></author><category term="communication" /><category term="conflict" /><category term="communication" /><category term="theory" /><summary type="html">Recently, a coach introduced me to a concept she calls the “Spectrum of Intent.” I love this structure because it helps me gauge someone else’s intentions when I am hurt by something they said.</summary></entry><entry><title type="html">Conflict Scenario - Hackathon Project</title><link href="/communication/2022/03/22/conflict_scenario_hackathon.html" rel="alternate" type="text/html" title="Conflict Scenario - Hackathon Project" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>/communication/2022/03/22/conflict_scenario_hackathon</id><content type="html" xml:base="/communication/2022/03/22/conflict_scenario_hackathon.html">&lt;p&gt;&lt;em&gt;This is a rough draft scenario to allow practice of a two-party conflict. It requires two participants, each of whom should read one of the prompts below. After reading privately, they should simulate a mock 1:1 where they discuss the conflict.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Context: There are two peers, both managers, working within the same organization (an experimental Product organization). This Product organization has been long suffering because the Infrastructure organization is understaffed and unable to fully support the new experiments. The two peers have two different approaches to this problem and are now having a peer 1:1 meeting.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;
Peer working on a Hackathon project
&lt;/summary&gt;
&lt;p&gt;You came to this company 6 months ago from being an early engineer at a startup and were immediately shocked by the technology choices made here – this company was filled with smart people, but they weren’t using any modern technology and and a really painful process for product development.&lt;/p&gt;
&lt;p&gt;You’ve been suggesting ideas for ways to replace some parts of the technology stack with easier-to-maintain and industry-standard alternatives, but kept getting told that this work needs to be done by the Infrastructure org and they don’t have the resources to support these “new” approaches (they lack both sufficient people and qualified people). In the meantime, your team is constantly slowed down by their inability to use modern tools.&lt;/p&gt;
&lt;p&gt;Eventually, you manage a discussion about the choice of technology that ends up involving VPs from both your Product organization and the Infrastructure organization. The result of this discussion is that your team &lt;em&gt;has&lt;/em&gt; to use the tooling provided by the Infrastructure organization for the time being, but that the Infrastructure organiztion will get additional resources to support your team.&lt;/p&gt;
&lt;p&gt;That was 3 months ago. In the meantime, the Infrastructure has deliberately avoided making any commitments to your organization and hasn’t even delivered on its own roadmaps. You’re working to build from scratch a new feature that you would have gotten “for free” if you’d been working with a modern tech stack.&lt;/p&gt;
&lt;p&gt;Frustrated, you realize that coming up next month is a company-wide Hackathon. The company has a long, proud history of encouraging exciting innovation during the Hackathon. You come up with an idea: you’ll do a Hackathon project to demonstrate how much easier it would be to demonstrate how much easier it would be if we were using a modern technology stack. You get a sympathetic tech lead in the infrastructure org to give you some hardware and start spending some nights and weekends preparing for the Hackathon.&lt;/p&gt;
&lt;p&gt;Unfortunately, your new peer is going to throw a wrench into your plan. They’ve said they don’t agree with your hackathon project idea and that they plan to tell the Infrastructure org about this project. If the VPs hear about the project before your team finishes the work to show the value the work, they might kill the project before it gets off the ground.&lt;/p&gt;
&lt;p&gt;You are having a 1:1 with this peer and you want him to let you have the space to show off your Hackathon project.&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;
Peer building relationship with the Infrastructure organization
&lt;/summary&gt;
&lt;p&gt;You came to this company 3 months ago from working at a much larger company and were immediately shocked to discover a deep rift in the relationship between your org and the Infrastructure org that had been going on for 2 years. People on both sides had contributed to this rift. On the Product side of the house, your predecessor was not known for being tactful and your team had been created for the explicit purpose of finding experimental new ways of doing things that weren’t the way the Infrastructure had been doing them all along. On the Infrastructure side of the house, they had been unable to support the new technologies desired by the Product org due to staffing challenges and had also had a cantankerous leader. The situation had gotten so bad that engineers on both sides refused to talk to the other and were deliberately making less effective technical decisions to avoid relying on the other org.&lt;/p&gt;
&lt;p&gt;As you came up to speed, you deliberately built relationships inside the Infrastructure org and realized that the situation was substantially better than it first seemed: the key leaders on both orgs had recently been replaced with people eager to mend fences, the Infrastructure org had made some strong recent hires who were capable of doing experimental work; and the Infrastructure org had even hired PMs who were trying to understand your use case and adjust their roadmap to better support you.&lt;/p&gt;
&lt;p&gt;You’ve spent the better part of the past month slowly repairing the relationship between the two orgs. You started to have standing 1:1s with your counterparts in the Infrastructure org to keep information flowing both directions. You met the strong engineers in the Infrastructure org and celebrated their work with your team to start to build some trust and respect from your team, and then encouraged your team to meet them and create cross-org working groups to deepen the direct engineer-to-engineer ties between the orgs. The relationship has developed to the point where, for the first time in 2 years, teams from the two orgs are working together to make a joint roadmap.&lt;/p&gt;
&lt;p&gt;Something suprising has come up though – you’ve heard from several people on in your org (and one or two people in the Infrastructure org) that your peer manager is starting a secret project to bypass the Infrastructure org by creating their own infrastructure. Their plan is to do a few weeks of preparation and then unveil their project during the company Hackathon in a couple of weeks. While this new infrastructure has some clear technical advantages (namely, it is using the modern standard for technology and so can benefit from community support), it doesn’t integrate with all the rest of the technology created and maintained by the Infrastructure org. Worse, this effort is being done in secret because it is revisiting an old dispute between your two orgs and the work is an explicit violation of a months-old decision made by the VPs of both orgs to standardize on the technology used by the Infrastructure org. The people who have brought this to your attention are worried that your peers project may disrupt the budding relationship you’ve been developing between the two orgs.&lt;/p&gt;
&lt;p&gt;You have a recurring 1:1 with this peer manager; you want to make sure that whatever action your org takes improves the relationship between the two orgs.&lt;/p&gt;
&lt;/details&gt;</content><author><name>The 138th Manager</name></author><category term="communication" /><category term="conflict" /><category term="practice" /><summary type="html">This is a rough draft scenario to allow practice of a two-party conflict. It requires two participants, each of whom should read one of the prompts below. After reading privately, they should simulate a mock 1:1 where they discuss the conflict.</summary></entry></feed>