At a Glance
The project you'll build is a simplified version of this very playbook site. You'll rebuild the site you're reading — from scratch, together with Copilot.
Open the repo in Codespaces and you're coding in the browser, no local setup.
What You’ll Build
The goal isn’t a contrived demo app — it’s this very site (a simplified version of it).
Once you’ve learned the why in the Playbook, the hands-on workshop lets you apply that knowledge — by rebuilding this Playbook itself, using the very features you just read about.
Workshop Flow
flowchart TB
Plan["<div style='min-width:560px;text-align:center'>1️⃣ <b>PLAN</b> : Harness the AI with MCP, Instructions, and Skills</div>"]
Code["<div style='min-width:560px;text-align:center'>2️⃣ <b>CODE</b> : Design in Plan mode, then ship in Agent mode</div>"]
Review["<div style='min-width:560px;text-align:center'>3️⃣ <b>REVIEW</b> : Copilot Code Review checks every PR before humans do</div>"]
Improve["<div style='min-width:560px;text-align:center'>4️⃣ <b>IMPROVE</b> : Cloud Agent turns issues into PRs while you sleep</div>"]
Operate["<div style='min-width:560px;text-align:center'>5️⃣ <b>OPERATE</b> : Agentic Workflows let the repo run itself</div>"]
Plan --> Code --> Review --> Improve --> Operate
classDef prep fill:#0a1a14,stroke:#9bbc0f,color:#9bbc0f,stroke-width:2px
classDef dev fill:#1a0a2e,stroke:#ff2e88,color:#ff2e88,stroke-width:2px
classDef rev fill:#1a1408,stroke:#ffb000,color:#ffb000,stroke-width:2px
classDef ops fill:#0a0e27,stroke:#00f0ff,color:#00f0ff,stroke-width:2px
class Plan prep
class Code,Improve dev
class Review rev
class Operate ops
Getting Started
Fastest route — browser only:
- 🌐 Open the repo: theomonfort/Github-copilot-workshop ↗
- 🟢 Click the green Code button → Codespaces tab → Create codespace on main
- 📖 Open the hands-on: Open the hands-on →
- ⌨️ Step through one task at a time, talking to Copilot as you go
💡 No local setup needed — Codespaces ships with all extensions and dependencies preinstalled. 🤖 If you get stuck, ask Copilot Chat right there in the IDE — that’s part of the learning.