user-onboarding

Collect identity, availability, and motivation into structured Markdown files.

10|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/10x-Anit/10x-Accountability-Coach --skill user-onboarding-10x-anit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-onboarding
Source: https://github.com/10x-Anit/10x-Accountability-Coach/tree/main/.opencode/skills/user-onboarding
Command: npx skills add https://github.com/10x-Anit/10x-Accountability-Coach --skill user-onboarding-10x-anit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenAnalyst onboarding helps new users establish identity, availability, and motivation, and unlocks the main UI after successful completion by guiding them through a structured, phase-based setup.

Core Features & Use Cases

  • Multi-phase onboarding: identity, schedule, motivation, and completion prompts.
  • Data persistence: stores user responses in Markdown files under the OpenAnalyst profile directory.
  • Adaptive flow: adjusts questions based on user responses to tailor the onboarding experience.

Quick Start

Launch the onboarding flow in the OpenAnalyst UI and guide the user through identity, schedule, motivation, and completion prompts.

Frequently Asked Questions about user-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does adaptive onboarding work for new user profile setup?

Adaptive onboarding adjusts questions based on user responses, guiding new users through a four-phase setup of identity, schedule, motivation, and completion to tailor the profile setup experience.

What is the best way to persist user onboarding data in Markdown files?

The best way to persist onboarding data is storing structured user responses in Markdown files with YAML frontmatter under the OpenAnalyst profile directory paths to maintain data consistency.

Do I need YAML frontmatter in SKILL.md to run the onboarding flow?

Yes, you need YAML frontmatter in SKILL.md. The onboarding process enforces YAML frontmatter presence to expose the name and description for discovery while defining activation instructions in the body.

Can I customize the four-phase onboarding flow for identity and motivation collection?

Yes, you can customize the four-phase onboarding flow. The adaptive flow adjusts its questions based on user responses during the Introduction, Schedule, Motivation, and Completion phases.

When should I use a structured onboarding flow instead of manual profile setup?

You should use structured onboarding when you need to systematically collect identity, availability, and motivation into structured MD files and unlock the main UI after successful completion.