- Step1: Install via npm with `npm install wizard-language`
- Step2: Create a TypeScript wizard definition file (`.wizard.ts`)
- Step3: Define intents, steps, prompts, tools, and memory in the wizard DSL
- Step4: Import and initialize the wizard in your application entry point
- Step5: Invoke the wizard’s run function and handle responses in your UI or service
- Step6: Test, iterate, and extend with custom plugins or memory stores