Sharing my agentic dynamics 365 configuration project
In a recent video, I walked through an experiment I’ve been running with agentic AI and Dynamics 365 specifically, whether a group of AI agents could collaborate to configure an ERP process end to end.
The response was bigger than I expected. A lot of people reached out asking to see how the agents were instructed, how the project was structured, and what was actually running behind the scenes.
So I’ve open sourced the project.
D365 Configuration Agent GitHub Repo
What This Project Is (and Isn’t)
This project is an exploration, not a framework or accelerator.
The idea was to move away from a single “do everything” agent and instead model an ERP implementation the way we actually deliver them, with distinct roles:
- Project Manager agent for orchestration
- Solution Architect agent for design decisions
- Functional Consultant agent for configuration
Each agent has its own instructions, scope, and responsibilities, and all work is coordinated through a central orchestrator in VS Code.
What’s interesting isn’t that it’s perfect, it’s not, but that most of the work actually gets done without anyone clicking through the UI.
What you’ll find in the Repo
If you explore the repository, you’ll see:
- Clear separation between agents and skills
- Instruction driven configuration logic
- A modular structure designed for experimentation
- Lots of areas that are intentionally unfinished or rough
Why I’m sharing this early
ERP configuration is structured, rules based work — exactly the kind of thing AI agents should be good at if we design them correctly.
I wanted to share this project early in case it:
- Sparks ideas for your own experiments
- Helps others avoid mistakes I’ve already made
- Encourages more open discussion around agentic ERP design
I genuinely believe ERP implementation will look very different in a few years, and this feels like a small but real step in that direction.
If you explore the repo and have feedback, ideas, or improvements, I’d love to hear from you