馃 Onboarding Quiz Wizard (Per-collaborator personalization)¶
Goal¶
Personalize each invited collaborator experience in atlantyqa-labs
using soft-skills, tech-skills, initial citizen role, and HMI device,
with full GitHub traceability.
Operational flow¶
- collaborator accepts org invitation on
github.com. - opens the guided quiz wizard issue form.
- bot classifies and suggests a personalized route.
citizen role + device + SSO preferenceare captured.- role labels + Day-1 plan are attached.
- all critical decisions remain under explicit human approval.
Open quiz wizard¶
Flow governance¶
- template:
.github/ISSUE_TEMPLATE/04_onboarding_quiz_wizard.yml - automation:
.github/workflows/onboarding-quiz-personalization.yml - human protocol:
portal/human-decision-protocol/
MicroK8s bot runtime (GitHub App)¶
For institutional operation, this flow is governed through MicroK8s bot runtime:
- set
ENABLE_GITHUB_APP_BOT=trueinops/microk8s/.env. - configure GitHub App credentials (
GITHUB_APP_*). - deploy with
scripts/microk8s/deploy_atlantyqa_microk8s.sh.
Associated runbook:
- internal/microk8s-github-auth-runbook/