awf-onboarding

Guide first-time users through AWF onboarding with persistent preferences.

Updated Apr 9, 2024
One-click install
npx skills add https://github.com/nhonvo/Powershell --skill awf-onboarding-nhonvo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: awf-onboarding
Source: https://github.com/nhonvo/Powershell/tree/main/antigrafity-config/.agent/skills/awf-onboarding
Command: npx skills add https://github.com/nhonvo/Powershell --skill awf-onboarding-nhonvo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWF onboarding automates the first-time setup experience, reducing friction for new users and ensuring the system is initialized with a known, repeatable state.

Core Features & Use Cases

  • Guided first-run onboarding with a structured sequence of steps (welcome, quick assessment, commands tour, and initial configuration).
  • Persistent state management via .brain/preferences.json and session data to tailor subsequent sessions.
  • Safe fallback and recovery: if storage is unavailable, onboarding can run in-memory with defaults to avoid blocking setup.

Quick Start

Run /init to start the onboarding flow.

Frequently Asked Questions about awf-onboarding

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

FAQPage Schema
How do I set up workflow onboarding for first-time AI assistant users?▼

Workflow onboarding for first-time AI assistant users is set up by running the /init command to trigger a guided sequence including a welcome, quick assessment, commands tour, and initial configuration.

What is first-run onboarding and how does it manage user preferences?▼

First-run onboarding is a structured setup process that manages user preferences by persisting data via a preferences model, tailoring subsequent interactive sessions based on stored configuration.

Does the onboarding tutorial require any dependencies or external components?▼

The onboarding tutorial requires no external dependencies or components, relying entirely on frontmatter-defined name and description along with a multi-section Markdown guide to function.

What happens if persistent storage is unavailable during the first-run setup?▼

If persistent storage is unavailable during first-run setup, the onboarding process safely falls back to an in-memory mode with default settings to avoid blocking initialization.

Can I customize the onboarding workflow steps for different user contexts?▼

The onboarding workflow can be tailored through a multi-section Markdown guide and persistent preferences model, allowing the interactive session journey to adapt to different user states.