Onboarding: Engineering

Onboarding paths: All roles · Delivery · Design · Engineering · Product

flowchart TD
  engagement["1 · Engagement (5m)"]
  stakeholders["2 · Stakeholders (5m)"]
  glossary["3 · Glossary (3m)"]
  meetings["4 · Meetings (5m)"]
  product_context["5 · Product Context (10m)"]
  technical_context["6 · Technical Context (2m)"]
  technical_architecture["7 · Architecture (5m)"]
  technical_stack["8 · Stack (10m)"]
  technical_decisions["9 · Decisions (5m)"]
  technical_roadmap["10 · Roadmap (5m)"]
  technical_changelog["11 · Changelog (5m)"]
  engagement --> stakeholders
  engagement --> glossary
  engagement --> meetings
  engagement --> product_context
  product_context --> technical_context
  technical_context --> technical_architecture
  technical_context --> technical_stack
  technical_context --> technical_decisions
  technical_decisions --> technical_roadmap
  technical_decisions --> technical_changelog
  click engagement "/umbrella-corporation-demo-brain/engagement" "What this engagement is, who's involved, and the current phase"
  click stakeholders "/umbrella-corporation-demo-brain/stakeholders" "Who's who across Umbrella Corporation and Loomery, division and group level"
  click glossary "/umbrella-corporation-demo-brain/glossary" "Domain terms this brain assumes — Hive OS, UMBRA, chain-of-custody, and the rest"
  click meetings "/umbrella-corporation-demo-brain/meetings" "The meeting log, in date order, underpinning the engagement timeline"
  click product_context "/umbrella-corporation-demo-brain/product-context" "What Hive OS replaces, who uses it, and the compliance domain vocabulary"
  click technical_context "/umbrella-corporation-demo-brain/technical/context" "Index of the technical docs — start here before architecture, stack, decisions, or roadmap"
  click technical_architecture "/umbrella-corporation-demo-brain/technical/architecture" "How Hive OS and legacy UMBRA fit together during the strangler-fig migration"
  click technical_stack "/umbrella-corporation-demo-brain/technical/stack" "Languages, frameworks, infrastructure, and the src/ submodule map"
  click technical_decisions "/umbrella-corporation-demo-brain/technical/decisions" "Significant technical decisions and why they were made"
  click technical_roadmap "/umbrella-corporation-demo-brain/technical/roadmap" "What's deferred to Phase 2 and beyond, and why"
  click technical_changelog "/umbrella-corporation-demo-brain/technical/changelog" "What's shipped so far in Phase 1, sprint by sprint"

Path

  1. Engagement — 5m — What this engagement is, who's involved, and the current phase
  2. Stakeholders — 5m — Who's who across Umbrella Corporation and Loomery, division and group level
  3. Glossary — 3m — Domain terms this brain assumes — Hive OS, UMBRA, chain-of-custody, and the rest
  4. Meetings — 5m — The meeting log, in date order, underpinning the engagement timeline
  5. Product Context — 10m — What Hive OS replaces, who uses it, and the compliance domain vocabulary
  6. Technical Context — 2m — Index of the technical docs — start here before architecture, stack, decisions, or roadmap
  7. Architecture — 5m — How Hive OS and legacy UMBRA fit together during the strangler-fig migration
  8. Stack — 10m — Languages, frameworks, infrastructure, and the src/ submodule map
  9. Decisions — 5m — Significant technical decisions and why they were made
  10. Roadmap — 5m — What's deferred to Phase 2 and beyond, and why
  11. Changelog — 5m — What's shipped so far in Phase 1, sprint by sprint