Section 01 ยท Onboarding
๐ŸŒฑ Seed ยท Onboarding

Where every new joiner germinates.

From access on day one to productive inside a week โ€” everything a new DevOps engineer or architect needs to find their footing, in one place.

Day 1
Access & accounts
Week 1
First checklist done
RACI
Who owns what
1 wiki
Single source of truth
Start here

Start here

Your first stops live on the wiki. Open these in order โ€” access, then the first-week checklist, then everything you might get stuck on.

Know the ground

Know the ground

Read the source. These are the repo documents that tell you how the team works, what the words mean, and how to add your own pages.

Your first week

Your first week

Work down this list in order. By the end you can run the wiki locally, know who owns what, and have driven the pipeline once yourself.

Germination checklist

  • Request your Azure / Entra account and repo access โ€” start on day one, it takes the longest.
  • Clone the wiki repo to your machine once your access lands.
  • Run the docs site locally: cd docs-site && mkdocs serve -a 0.0.0.0:8086
  • Read the charter and the glossary end to end โ€” it is the fastest way to sound like you belong.
  • Find your team in the RACI and note who you go to for each kind of decision.
  • Skim the architecture plan so you know the shape of what we are building.
  • Open the API console once (make serve) and drive the pipeline end to end.
  • Skim the FAQ so you know where the answers already live before you ask.
  • Open your first pull request โ€” fix a typo, add a note โ€” to prove the contribution loop works for you.

Tip: if a step blocks on access, keep going down the list โ€” most of it runs offline against the repo.

Where to go next

Where to go next

Once you have found your footing, step into the working sections. Each one is a portal into a part of the program.