Skip to content

Inline Wizard

Fresh

The /wizard command runs inside an existing agent tab to auto-generate Auto Run documents through a guided AI conversation.

Wizard Flow

How to Use

Basic

/wizard

With Initial Context

/wizard add user authentication with OAuth2

Requirements

  • Auto Run document folder must be configured for the agent

What Happens

  1. Type /wizard (with optional initial context)
  2. AI asks clarifying questions about your project
  3. Confidence gauge builds in the input area (0-100%)
  4. At 80% confidence, document generation begins
  5. Shows "Austin Facts" during generation (cancellable)
  6. Documents saved to a unique subfolder under your Auto Run folder
  7. Tab renamed to reflect the project (e.g., "Project: AuthSystem")
  8. Final AI message summarizes generated docs and suggests next steps
  9. Same session ID preserved — context continuity maintained

Multiple Wizards

Multiple inline wizards can run simultaneously in different tabs. Wizard state is per-tab.

Generated Output

The wizard creates structured markdown checklists ready for Auto Run:

markdown
# Phase 1: Foundation Setup

- [ ] Set up project scaffolding with TypeScript config
- [ ] Install core dependencies (express, passport, jsonwebtoken)
- [ ] Create database schema for users and sessions
- [ ] Implement base error handling middleware

# Phase 2: Authentication Flow

- [ ] Implement OAuth2 provider integration
- [ ] Create login/logout endpoints
- [ ] Add session management with JWT tokens
- [ ] Build middleware for route protection

See Also

Built with VitePress + RAG Chat