PowercademyPowercademy
For BusinessesSuccess KitBlogM-AI Accelerator
Log inStart for free
For BusinessesSuccess KitBlogM-AI Accelerator
Log inStart for free
All posts

The 7 Levels of Copilot Studio: From Topics to Orchestration

Howdang Rashid

Saturday, 22 August 2026 · 3 min read

Most Copilot Studio makers are still building the 2023 way - scripting topics for every path - while the platform has moved to orchestration. This iceberg maps the journey as seven levels, one shift per level. Find where you are, then make just the next shift.

The 7 levels of Copilot Studio iceberg: from stop authoring topics to orchestrating agents and workflows

Want the hi-res version? It's free in the Powercademy Success Kit.


What are the 7 levels?

  1. Stop authoring topics. Describe the agent in natural language to start, and build it in one view with the new experience.

  2. Let it orchestrate. Generative orchestration picks the tool at runtime, moving you away from structured topics.

  3. Instructions, then Skills. Always-true rules live in instructions; tasks live in a SKILL.md, loaded on demand.

  4. Reuse your Claude skills. Same SKILL.md format as Claude Code and GitHub Copilot - bring them straight in.

  5. Knowledge vs tools. Knowledge grounds; tools fetch live. Microsoft IQ adds your M365 context.

  6. Add memory and Python. Per-user memory across sessions, and Python in an isolated sandbox when you need real power.

  7. Orchestrate agents and workflows. Delegate to connected agents, and graduate steady processes to workflows for deterministic logic.


Why does the topics-to-orchestration shift matter?

Topic-scripted agents break the moment users step off the mapped path, and every improvement means more branches to maintain. Orchestrated agents invert the model: you define what the agent knows (knowledge), what it can do (tools), and how it behaves (instructions and Skills), and the LLM picks the route at runtime. Less authoring, better conversations - and your effort moves from mapping every path to curating capabilities. The levels above are that inversion done gradually, without rewriting everything at once. I've covered the platform shift behind this in Copilot Studio classic vs the new harness.


How do you climb the levels in practice?

One level per project, not all seven at once. Take an existing agent and rebuild it in the new experience (levels 1-2). Move its repeated behaviours into Skills (level 3), importing any you've already written for Claude Code or GitHub Copilot (level 4). Sort every capability into knowledge versus tools (level 5). Then add memory, Python, and multi-agent orchestration only when a real requirement calls for them (levels 6-7) - they're power, not homework.

Howdang’s Implementation Tip

Level 3 is the one that changes everything downstream: the instructions-versus-Skills split. If a behaviour is true on every turn it's an instruction; if it's true only sometimes, it's a Skill. Get that split right and orchestration, reuse, and multi-agent work all get dramatically easier.


FAQ

Do topics still have a place at the higher levels?

For genuinely deterministic dialogues - compliance scripts, fixed intake forms - yes. But the recommended pattern for deterministic logic is now workflows plus Skills, with topics de-emphasised in the new experience.

Can I really import Claude Code skills unchanged?

The SKILL.md format is the same - a name, a description, and markdown instructions - so skills written for Claude Code or GitHub Copilot come straight in. You may trim tool-specific references, but the know-how transfers.

What level should a new maker start at?

Level 1 by default - new makers get to skip the topic-authoring era entirely. Describe the agent, ground it in knowledge, and learn orchestration-first from day one.

When is Python in an agent actually justified?

When a step needs computation the model shouldn't improvise - parsing files, crunching numbers, transforming data. It runs in an isolated sandbox, and it's a level-6 power precisely because most agents never need it.


The hi-res version of this cheat sheet is in the Powercademy Success Kit - free, along with hundreds of other cheat sheets, roadmaps, and guides for Microsoft professionals.

PowercademyPowercademy

The training platform for Power Platform professionals.

Free Success Kit

Cheat sheets, guides & frameworks - plus the weekly briefing.

Get the free Success Kit

Product

  • Courses
  • Community
  • News
  • Blog

For Businesses

  • Overview
  • Workshops
  • Advisory
  • Implementation

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Powercademy. All rights reserved.

Keep reading

Power Automate vs Copilot Studio: Structured or Unstructured Logic?

One key question decides it: is your logic structured or unstructured? Rule-based, predictable processes belong in Power Automate; adaptive, decision-driven ones belong in Copilot Studio.

Cloud Flows vs Desktop Flows vs Agent Flows: Which Automation Do You Need?

Event-driven cloud flows, UI-mimicking desktop RPA, or AI-driven agent flows - the three Power Automate flow types, when each wins, and the trade-offs to know before you build.

The 9 Essential Skills of Power Platform Architects

A-R-C-H-I-T-E-C-T: align on outcomes, release with ALM discipline, craft the data model, human-centred design, integrate the enterprise, threat model, extensibility, cost control, testing.