Skip to content

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:

  • Developer
  • Infra / IT Ops
  • Product / UX
  • Business / Operations
  • Legal / Compliance
  • Hybrid

Supported HMI devices:

  • D1 personal smartphone
  • D2 institutional laptop
  • D3 technical workstation
  • D4 local server / cluster
  • D5 cloud infrastructure
  • D6 educational 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

bash scripts/dev/bootstrap_collaborator_workspace.sh

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

  1. Matrix guard checks in PASS.
  2. Bootstrap request check in Compliance OK.
  3. Evidence recorded in issue/PR with role and device.