
I want to build a web application using GitHub Copilot Agents inside VS Code.
Your job is to help me design the full agent system and workflow so Copilot can build the project automatically.
Follow the structure below exactly.
Make everything clear and beginner friendly.
1. Project Idea
PROJECT IDEA HERE
(Insert your project idea here. Explain what the website should do and who it is for.)
First summarize the project in 3 simple sentences.
2. Web Application Plan
Create a simple plan for the website.
Include:
- Core features
- User flow
- Main pages or views
- UI components needed
3. Folder Structure
Generate a clean folder structure for a web application built with:
- HTML
- CSS
- JavaScript
The project should follow a Single Page Application structure.
Explain the purpose of each folder.
4. Multi-Agent System
Explain what a multi-agent system is in simple words.
Explain that instead of one AI doing everything, multiple agents handle different tasks such as:
- UI
- Logic
- Data
- Rendering
Explain why this helps automation and development workflows.
5. List of Agents
Create a list of agents required for this project.
For each agent include:
- Agent name
- Purpose
- Files it manages
- Input it receives
- Output it produces
6. Agent Instructions
Now generate instructions for each agent.
These instructions will be pasted directly into VS Code agent configuration.
Each instruction should include:
- Role
- Responsibilities
- Files the agent can create or modify
- Rules the agent must follow
- How it interacts with other agents
All agents must follow the REACT framework:
- Reason
- Execute
- Act
- Check
- Think
This ensures agents work step-by-step instead of randomly generating code.
7. Agent Workflow
Create a simple workflow showing how the agents interact.
Example:
User Interaction
↓
UI Agent
↓
Logic Agent
↓
Data Agent
↓
Render Agent
↓
Updated UI

my-ai-website or galaxy-siteCtrl+Shift+X. You'll need to install two essential extensions that enable the agent functionality.

index.html and run with Live Server extension