- VS Code v1.113+
Quick Reference Guide — For detailed instructions, see the individual parts below.
| Part | Title |
|---|---|
| 00 | Overview & Checklist |
| 01 | Setup & Context Engineering |
| 02 | Design-First Frontend |
| 03 | Custom Quiz Master |
| 04 | Multi-Agent Development |
- VS Code v1.113+
- GitHub Copilot (Pro/Business/Enterprise)
- Git & Node 22+
- Chat panel open
# 1. Create repo from template: github.com/microsoft/vscode-agent-lab-soc-ops
# 2. Enable Pages: Settings > Pages > GitHub Actions
# 3. Choose one: clone repo in VS Code OR create a Codespace from your repo
# Then run:
# /setup
- Run /setup agent
- Generate workspace instructions
- Run background agent for linting
- Run cloud agent for README
- Review Tailwind 4 & frontend instructions
- Full UI redesign (Plan Mode)
- Update copilot-instructions.md
- Run cloud-explore for variations
- Generate custom quiz theme
- Run Quiz Master as cloud agent
- Scavenger Hunt mode (TDD Red → Green → Refactor)
- Card Deck Shuffle mode (Pixel Jam)
- UX Review
- Keep browser open for live updates
- Commit working code often
- Use checkpoints to revert mistakes
- Iterate on plans 2+ times before implementing