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
UserPromptSubmithook (onboarding-check) when.tektus/profile.yamlis missing - Manual: user runs
/tektus reonboard(e.g., switched to a new project, role changed)
When NOT to use
.tektus/profile.yamlalready exists and is recent (< 90 days). Read it instead.- User explicitly says "skip onboarding" — respect, set
.tektus/onboarding-skippedflag, 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.