- wizard.html - Multi-step wizard interface
- wizard-app.js - Complete wizard logic with 9 steps
- wizard-styles.css - Styled to match your time zones project
- Welcome - Introduction to AGENTS.md benefits
- Basic Info - Project name and description (required)
- Tech Stack - Add technologies with versions and roles
- Project Structure - Directory layout guidance
- Key Commands - Workflow commands
- Best Practices - Development principles and guidelines
- Testing Strategy - Testing frameworks and approach
- Stop Points - When agents should pause and ask
- Review & Generate - Summary with download
- ✅ Real-time preview - See AGENTS.md build as you go
- ✅ Educational - Each step explains WHY it matters
- ✅ Examples - Real-world examples for each section
- ✅ Progressive - One section at a time, less overwhelming
- ✅ Flexible - Skip optional steps, go back to edit
- ✅ Progress tracking - Visual progress bar and step counter
- ✅ Form validation - Required fields enforced
- ✅ Copy/Download - Get your AGENTS.md file
- ✅ Responsive - Works on mobile, tablet, desktop
- ✅ Dark theme - Matches your existing style
- "Why This Matters" callouts on each step
- Token savings explanations
- Real-world examples
- Best practice guidance
- User opens wizard.html
- Welcome screen explains benefits (4 feature cards)
- Step through sections - one at a time with guidance
- Preview builds - right panel shows AGENTS.md growing
- Review summary - see what's completed, click to edit
- Download - get your complete AGENTS.md file
| Aspect | Builder | Wizard |
|---|---|---|
| Approach | All-in-one form | Step-by-step |
| Learning | Minimal | Educational with examples |
| Overwhelming? | Can be | No - progressive disclosure |
| Mobile UX | Challenging | Much better |
| Guidance | Limited | Extensive with "why" |
| Progress | None | Clear progress bar |
| Skip/Navigate | Sections collapse | Skip steps, go back |
- Pure vanilla JavaScript
- No dependencies
- No build step required
- Works offline
- Local file system only
- Sub-agents step - Add specialized agent selection
- Templates/Presets - "React App", "Python API" quick starts
- Auto-save - localStorage to persist progress
- Import/Export - Save configurations as JSON
- More examples - Expand example library per step
- Animations - Smoother transitions
- Keyboard shortcuts - Power user features
# Just open the file
open wizard.html
# Or serve locally
python3 -m http.server 8000
# Then visit: http://localhost:8000/wizard.html- wizard.html - For new users, guided experience
- index.html - For power users who know what they want
- They can link to each other if needed
The wizard is ready to use! It provides a much more educational and guided experience for users creating their first AGENTS.md file.