awf-onboarding

Guide new AWF users through initial setup and preference creation.

209|94|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/TUAN130294/awf --skill awf-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awf-onboarding
Source: https://github.com/TUAN130294/awf/tree/main/awf_skills/awf-onboarding
Command: npx skills add https://github.com/TUAN130294/awf --skill awf-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New users often struggle to start AWF, leading to confusion and setup delays. This Skill delivers a guided onboarding experience that ensures first-time users complete the essential setup, understand core workflows, and feel confident using AWF.

Core Features & Use Cases

  • Automated First-Run Onboarding: Activates on the initial /init when no .brain/preferences.json exists, guiding the user through setup.
  • Guided 5-Command Tour: Provides a structured walkthrough of the most important commands and concepts to establish a solid starting point.
  • Local State Persistence: Creates and maintains a .brain folder with preferences.json, session.json, session_log.txt, and brain.json to support returning users and progress tracking.
  • Step-by-Step Initialization: Includes welcome message, quick assessment, and initialization of the user workspace.

Quick Start

To begin onboarding, run /init. If this is the first run, AWF will launch the onboarding flow and guide you through the necessary setup steps, after which you can proceed with standard /init operations.

Frequently Asked Questions about awf-onboarding

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

FAQPage Schema
How do I start the first-run onboarding for AWF?

AWF onboarding activates on the initial /init command when no .brain/preferences.json exists, automatically launching a guided tour to walk you through essential setup steps and preference creation.

What does the AWF guided tour cover for new users?

The AWF guided tour provides a structured walkthrough of the five most important commands and concepts, establishing a solid starting point and helping new users understand core workflows quickly.

How does AWF store onboarding state and user preferences locally?

AWF stores onboarding state locally in a .brain folder containing preferences.json, session.json, session_log.txt, and brain.json, supporting returning users and tracking progress without external API calls.

Does the AWF onboarding process require any external API calls?

AWF onboarding avoids external API calls entirely. All setup, quick assessment, and state persistence happens locally within the .brain folder structure on your machine.

Can I re-trigger the AWF onboarding flow if my preferences are missing?

Yes, the AWF onboarding flow triggers not only on the initial /init but also whenever missing preferences are detected, ensuring you can restore or recreate your setup configuration.