tektus-onboarding

Installation
SKILL.md

Tektus Onboarding — first-run wizard

When someone clones Tektus Agent OS and opens it in their IDE, this skill conducts a structured 3-block interview that captures who they are, what they want to do, and how they want their OS configured. The result is .tektus/profile.yaml — a single source of truth that ODP, default skill selection, and squad recommendations all read from.

When to use

  • Automatic: triggered by the UserPromptSubmit hook (onboarding-check) when .tektus/profile.yaml is missing
  • Manual: user runs /tektus reonboard (e.g., switched to a new project, role changed)

When NOT to use

  • .tektus/profile.yaml already exists and is recent (< 90 days). Read it instead.
  • User explicitly says "skip onboarding" — respect, set .tektus/onboarding-skipped flag, and don't trigger again

Interview flow

Use AskUserQuestion (one Ask call per block, multiple questions per call). DO NOT ask all 9 questions in a single call — that's overwhelming. Three blocks, breathing room between.

Block 1 — Identity (3 questions)

Installs
2
First Seen
May 26, 2026
tektus-onboarding — agenciatektus/tektus-agent-os