Value Stream Map — VS01 Hire to High Performer

Stage 1 — Onboarding

Stage 2 — Progressing

Stage 3 — Renumeration

flowchart TD

subgraph LEGEND["**Legend**"]
	Policy@{ shape: braces }
	Process@{ shape: subproc }
	Procedure@{ shape: rounded }
	Guide@{ shape: comment }
	Template@{ shape: doc }
end

subgraph VS["`**Hire to High Performer**`"]
	direction LR

	subgraph S1["**Stage 1: Onboarding**"]
		direction TB
		accounts["User Account Setup"]@{ shape: subproc }
		induction["Company Induction"]@{ shape: subproc }
		graduate["Graduate Program"]@{ shape: subproc }

		accounts -.-> induction
		accounts -.-> graduate
	end

	subgraph S2["**Stage 2: Progression**"]
		direction LR
		planning["Career Planning"]@{ shape: subproc }
		coaching["Career Coaching"]@{ shape: subproc}
		workbooks["Evaluation Workbooks"]@{ shape: doc }
		submission["Workbook Submission"]@{ shape: subproc}
	end

	subgraph S3["**Stage 3: Renumeration**"]
		direction LR
		example@{ shape: subproc }
		example_2@{ shape: subproc }
	end

	S1 ==> S2 ==> S3

end

VS ~~~ LEGEND

click S2 "#VS01 Hire to High Performer" "Nav to Header"
click S3 "https://www.google.com" "Open Google"

Status: Draft - Awaiting detailed content
Owner: Value Stream Owner
Last Updated: 2026-02-11