Get Started by role, profile, and device¶
Fast guide to launch local-first bootstrap with traceability in atlantyqa-universe.
1) Select role/profile/device¶
Onboarding base profiles:
DeveloperInfra / IT OpsProduct / UXBusiness / OperationsLegal / ComplianceHybrid
Supported HMI devices:
D1personal smartphoneD2institutional laptopD3technical workstationD4local server / clusterD5cloud infrastructureD6educational device
Validate role/device combination:
ROLE_ID="coordinador_mision"
DEVICE_CODE="D2"
awk -F '\t' -v role="$ROLE_ID" -v dev="$DEVICE_CODE" '
NR==1 || ($1==role && $3 ~ dev)
' knowledge/datasets/citizen-role-device-risk-matrix.tsv
2) Bootstrap local workspace¶
3) Validate role-device-risk governance¶
python3 scripts/verify/citizen_role_device_risk_guard.py
python3 scripts/verify/citizen_hmi_ux_guard.py
python3 scripts/verify/citizen_repo_permission_routing_guard.py
4) Validate public repo GitOps bootstrap request¶
bash scripts/repo-bootstrap-from-inputs.sh \
--mode validate \
--request-file .github/repo-bootstrap/requests/atlantyqa-universe-public.yml \
--report-file outputs/repo-bootstrap/atlantyqa-universe-public.md
5) Launch personal onboarding issue¶
gh issue create \
--repo atlantyqa-labs/atlantyqa-universe \
--title "[Onboarding Quiz] Atlantyqa Personal Onboarding" \
--template 04_onboarding_quiz_wizard.yml
6) Green exit checklist¶
- Matrix guard checks in
PASS. - Bootstrap request check in
Compliance OK. - Evidence recorded in issue/PR with role and device.