⏱️ Time: ~15 minutes
Now that your repo context is engineered, let's get creative! You'll redesign the entire UI using AI-assisted development.
Use the Plan agent to start any bigger work item. Iterate on the plan (2+ times!) with tweaks and clarifications.
- In the chat mode dropdown (bottom-left of the chat input), select Plan
- Make sure the session type dropdown shows Local (if your previous session was Cloud, switch it back)
- Enter your vision:
Let's do a full redesign. Make it [YOUR THEME] - Review the generated plan
- Ask for adjustments until you're happy
- Click Start Implementation to execute
Pick one that speaks to you:
| Category | Themes |
|---|---|
| Minimal | Minimalist Mono, Scandinavian Calm, Desert Sand Minimal |
| Retro | Retro Terminal Green, Pixel Arcade Style, Vaporwave Sunset |
| Dark | Cyberpunk Neon, Dark Mode Noir, Space Galaxy Glow |
| Playful | Playful Candy Pop, Toybox Primary Colors, Anime Bubble |
| Professional | Corporate Clean Blue, Gradient Glass UI, Metallic Chrome |
| Creative | Brutalist Blocks, Geometric Memphis, Bold Constructivist |
| Cozy | Cozy Coffee Shop, Soft Pastel Clouds, Notebook Doodle |
| Unique | Skeuomorphic Stickers, Paper Card Cutouts, Chalkboard |
✅ Result: Frontend and CSS utility instructions combine to build a beautiful design.
When you make major architecture, design, or dependency changes, update your instructions!
- After your redesign, follow up:
Add a design guide section to copilot-instructions.md - Review the changes
- Commit and push
Generate multiple design variations in parallel using cloud agents.
If you have Copilot Pro, Business, or Enterprise:
In the chat mode dropdown (bottom-left of the chat input), select Plan
Enter:
Redesign the start screen as a more engaging landing pageNote the variations suggested in the plan
Run the exploration prompt:
/cloud-explore design variations📄 See
.github/prompts/cloud-explore.prompt.mdCheck Agent Sessions to track the 3 new cloud agents
Click any session to follow progress or open in web
If you're on the free tier (no Cloud access):
- Use Autopilot mode or a local Plan session to explore one design variation at a time
- In the chat mode dropdown (bottom-left of the chat input), select Plan
- Enter:
Redesign the start screen as a more engaging landing page- Review and implement the plan, then repeat with a different direction
The prompt spins up 3 parallel cloud agents, each exploring a different design direction. They'll:
- Create branches
- Implement variations
- Take screenshots
- Open PRs for your review
✅ Result: 3 design variations to compare, all running in parallel!
⏰ These take a few minutes. Continue to Part 3 while they run.
You've learned how to:
- Use the Plan agent for complex design tasks
- Iterate on plans before implementing
- Keep instructions updated with changes
- Scale exploration with parallel cloud agents