From c5d7bd3d97ccf32dfedafcad279c227d4b12af98 Mon Sep 17 00:00:00 2001
From: Sebastian Spier <github@spier.hu>
Date: Wed, 12 Mar 2025 21:28:41 +0100
Subject: [PATCH 1/4] [Pattern Draft] Career Booster

---
 patterns/1-initial/career-booster.md | 74 ++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)
 create mode 100644 patterns/1-initial/career-booster.md

diff --git a/patterns/1-initial/career-booster.md b/patterns/1-initial/career-booster.md
new file mode 100644
index 000000000..b5ba53b28
--- /dev/null
+++ b/patterns/1-initial/career-booster.md
@@ -0,0 +1,74 @@
+## Title
+
+InnerSource as a Career Booster
+
+## Patlet
+
+Many employees wonder how contributing to InnerSource projects benefits their careers beyond their immediate team objectives.
+By engaging in InnerSource, individuals expand their skills, grow their network, increase visibility across the organization, and unlock new career opportunities.
+
+## Problem
+
+Employees may hesitate to contribute to InnerSource projects because they do not immediately see how it benefits their personal career growth.
+They may feel that focusing solely on their direct team’s goals is the best way to get recognized and promoted, rather than working toward broader organizational goals.
+
+## Story
+
+Jane, a software engineer in a large organization, wanted to grow her career but felt stuck in her team’s siloed work.
+She hesitated to contribute to an InnerSource project, fearing it might distract from her direct manager’s goals.
+However, after engaging with an InnerSource initiative, she not only learned new technologies but also gained mentorship from senior engineers outside her team.
+This visibility led to a promotion opportunity that she wouldn’t have had otherwise.
+
+## Context
+
+- Employees are typically evaluated based on their contributions to their immediate team’s goals.
+- Recognition and promotion are often dependent on visibility and demonstrated impact.
+- Opportunities for skill development and mentorship can be limited within a single team.
+- Career growth often requires networking and demonstrating value across the organization.
+
+## Forces
+
+- **Local vs. Global Optimization**: Employees must balance focusing on their immediate team’s needs with contributing to larger organizational goals.
+- **Time Investment**: Contributing to InnerSource requires time and effort that may not be explicitly rewarded in the short term.
+- **Visibility**: Employees need to be recognized by influential leaders and decision-makers to advance their careers.
+- **Skill Growth**: Learning new technologies or methodologies can be difficult within a single team’s scope.
+
+## Sketch (optional)
+
+## Solutions
+
+- **Increased Visibility**: Contributing to InnerSource projects exposes employees to leaders and colleagues beyond their immediate team, increasing recognition and career opportunities.
+- **Skill Development**: Employees gain hands-on experience with different technologies, coding practices, and architectural patterns by working on projects outside their usual domain.
+- **Mentorship and Learning**: InnerSource projects often attract senior engineers and thought leaders, providing opportunities for mentorship and knowledge sharing.
+- **Cross-Team Collaboration**: Working across teams helps employees build a broader professional network, which can lead to new job opportunities or project leadership roles.
+- **Demonstrating Initiative**: Taking the initiative to contribute to InnerSource projects showcases leadership skills, proactivity, and adaptability, traits valued in career advancement discussions.
+
+## Resulting Context
+
+- Employees who contribute to InnerSource gain recognition, mentorship, and new skills that accelerate career growth.
+- Organizations benefit from a more engaged workforce that collaborates across silos to drive innovation.
+- Career advancement shifts from being solely dependent on a direct manager’s evaluation to being based on demonstrated impact across the company.
+
+## Rationale (optional)
+
+Psychology suggests that intrinsic motivation—such as learning and mastery—leads to higher engagement and satisfaction, which can translate into career success.
+
+Game theory indicates that those who optimize for global success (rather than local team constraints) often gain long-term benefits, as they are seen as high-value contributors in an interconnected system.
+
+## Known Instances (optional)
+
+- Engineers in large tech firms have reported faster career growth after contributing to InnerSource projects that attracted leadership attention.
+- Organizations with mature InnerSource programs have documented increased cross-team promotions and internal mobility due to enhanced visibility and networking.
+
+## Status
+
+- Initial
+
+## Author(s) (optional)
+
+- ChatGPT ;)
+
+## Alias (optional)
+
+- InnerSource for Career Growth
+- Expanding Career Horizons with InnerSource

From 3927ea85ac5dc87f9525c1fe6142d4b9c753c06b Mon Sep 17 00:00:00 2001
From: Sebastian Spier <github@spier.hu>
Date: Fri, 14 Mar 2025 23:28:51 +0100
Subject: [PATCH 2/4] Adding further Solution elements. Adding References.
 Cleanup

---
 patterns/1-initial/career-booster.md | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/patterns/1-initial/career-booster.md b/patterns/1-initial/career-booster.md
index b5ba53b28..7abcc13e3 100644
--- a/patterns/1-initial/career-booster.md
+++ b/patterns/1-initial/career-booster.md
@@ -33,15 +33,17 @@ This visibility led to a promotion opportunity that she wouldn’t have had othe
 - **Visibility**: Employees need to be recognized by influential leaders and decision-makers to advance their careers.
 - **Skill Growth**: Learning new technologies or methodologies can be difficult within a single team’s scope.
 
-## Sketch (optional)
+## Sketch
 
 ## Solutions
 
-- **Increased Visibility**: Contributing to InnerSource projects exposes employees to leaders and colleagues beyond their immediate team, increasing recognition and career opportunities.
-- **Skill Development**: Employees gain hands-on experience with different technologies, coding practices, and architectural patterns by working on projects outside their usual domain.
+- **Expanding Your Network**: Contributing to InnerSource projects exposes employees to leaders and colleagues beyond their immediate team, increasing recognition and career opportunities.
+- **Improve Coding Skills**: Employees gain hands-on experience with different technologies, coding practices, and architectural patterns by working on projects outside their usual domain.
 - **Mentorship and Learning**: InnerSource projects often attract senior engineers and thought leaders, providing opportunities for mentorship and knowledge sharing.
-- **Cross-Team Collaboration**: Working across teams helps employees build a broader professional network, which can lead to new job opportunities or project leadership roles.
+- **Exposure to the Change Agents in Your Organization**: While you can learn a lot from your immediate team, many of the key change agents in your organization—senior engineers, architects, and thought leaders—are working in other teams. InnerSource projects often attract these influential individuals. By contributing, you gain the opportunity to collaborate with them, learn from their expertise, and expand your perspective on how the organization operates at a higher level.
 - **Demonstrating Initiative**: Taking the initiative to contribute to InnerSource projects showcases leadership skills, proactivity, and adaptability, traits valued in career advancement discussions.
+- **Architecture Skills & Pragmatic Solutions**: InnerSource helps you develop the ability to design pragmatic, scalable solutions rather than reinventing the wheel for every problem. Writing code is one thing, but making thoughtful trade-offs and crafting solutions that balance functionality, maintainability, and company-wide efficiency is a much harder skill to master. Exposure to real-world architecture decisions in InnerSource projects helps sharpen this critical capability.  
+- **Improve Social Skills**: InnerSource contributions naturally expose you to people from different teams, disciplines, and backgrounds. This environment provides a valuable opportunity to develop and refine soft skills such as cross-team communication, stakeholder management, and conflict resolution—skills that are just as crucial as technical expertise in advancing your career.  
 
 ## Resulting Context
 
@@ -49,13 +51,13 @@ This visibility led to a promotion opportunity that she wouldn’t have had othe
 - Organizations benefit from a more engaged workforce that collaborates across silos to drive innovation.
 - Career advancement shifts from being solely dependent on a direct manager’s evaluation to being based on demonstrated impact across the company.
 
-## Rationale (optional)
+## Rationale
 
 Psychology suggests that intrinsic motivation—such as learning and mastery—leads to higher engagement and satisfaction, which can translate into career success.
 
 Game theory indicates that those who optimize for global success (rather than local team constraints) often gain long-term benefits, as they are seen as high-value contributors in an interconnected system.
 
-## Known Instances (optional)
+## Known Instances
 
 - Engineers in large tech firms have reported faster career growth after contributing to InnerSource projects that attracted leadership attention.
 - Organizations with mature InnerSource programs have documented increased cross-team promotions and internal mobility due to enhanced visibility and networking.
@@ -64,11 +66,17 @@ Game theory indicates that those who optimize for global success (rather than lo
 
 - Initial
 
-## Author(s) (optional)
+## Authors
 
 - ChatGPT ;)
+- Sebastian Spier
 
-## Alias (optional)
+## References
+
+- Dirk Riehle - [How Open Source Is Changing the Software Developer’s Career](https://dirkriehle.com/wp-content/uploads/2015/04/r5rie-v3.pdf)
+- Bertrand Delacretaz - [How to convince your left brain (or manager) to follow the Open Source path your right brain desires](https://www.youtube.com/watch?v=F0SmiQ3SF6Q)
+
+## Alias
 
 - InnerSource for Career Growth
 - Expanding Career Horizons with InnerSource

From f35a2acdc1e7fc2bfb9d8206be81eb7e87f7f7f6 Mon Sep 17 00:00:00 2001
From: Sebastian Spier <github@spier.hu>
Date: Fri, 14 Mar 2025 23:38:09 +0100
Subject: [PATCH 3/4] Adding one more Solution point

---
 patterns/1-initial/career-booster.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patterns/1-initial/career-booster.md b/patterns/1-initial/career-booster.md
index 7abcc13e3..ccbd59c5d 100644
--- a/patterns/1-initial/career-booster.md
+++ b/patterns/1-initial/career-booster.md
@@ -44,6 +44,7 @@ This visibility led to a promotion opportunity that she wouldn’t have had othe
 - **Demonstrating Initiative**: Taking the initiative to contribute to InnerSource projects showcases leadership skills, proactivity, and adaptability, traits valued in career advancement discussions.
 - **Architecture Skills & Pragmatic Solutions**: InnerSource helps you develop the ability to design pragmatic, scalable solutions rather than reinventing the wheel for every problem. Writing code is one thing, but making thoughtful trade-offs and crafting solutions that balance functionality, maintainability, and company-wide efficiency is a much harder skill to master. Exposure to real-world architecture decisions in InnerSource projects helps sharpen this critical capability.  
 - **Improve Social Skills**: InnerSource contributions naturally expose you to people from different teams, disciplines, and backgrounds. This environment provides a valuable opportunity to develop and refine soft skills such as cross-team communication, stakeholder management, and conflict resolution—skills that are just as crucial as technical expertise in advancing your career.  
+- **Increased Job Satisfaction**: By expanding your impact in the organization through your InnerSource work, you will have a great sense of accomplishment and job satisfaction. That will make you feel more motivated, keep you engaged and increase your chances of having a fulfilling career within your organization.
 
 ## Resulting Context
 

From c5307343b641954a702fc5480fa435790a52e218 Mon Sep 17 00:00:00 2001
From: Sebastian Spier <github@spier.hu>
Date: Fri, 14 Mar 2025 23:40:36 +0100
Subject: [PATCH 4/4] Adding a concern to the Ressulting Context

---
 patterns/1-initial/career-booster.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patterns/1-initial/career-booster.md b/patterns/1-initial/career-booster.md
index ccbd59c5d..d59fef4b7 100644
--- a/patterns/1-initial/career-booster.md
+++ b/patterns/1-initial/career-booster.md
@@ -51,6 +51,7 @@ This visibility led to a promotion opportunity that she wouldn’t have had othe
 - Employees who contribute to InnerSource gain recognition, mentorship, and new skills that accelerate career growth.
 - Organizations benefit from a more engaged workforce that collaborates across silos to drive innovation.
 - Career advancement shifts from being solely dependent on a direct manager’s evaluation to being based on demonstrated impact across the company.
+- Concern: Some managers may become opposed to InnerSource contributions, as they are worried that this path makes it more likely for those developers to leave their immediate team more quickly.
 
 ## Rationale