Skip to content

Create the Constitution

The constitution is your project's memory. It captures the decisions you and the agent make so they survive every new session, every model switch, every harness change.

You're going to build it in four steps.

What you'll do

  1. Add base BC code — give the agent eyes on real Business Central source so design decisions stop being guesses.
  2. Add Microsoft Learn MCP — give the agent access to official BC documentation alongside the source code.
  3. Produce specs/tech-design.md — the high-level implementation plan. For each feature, how you're going to implement it using standard BC as much as possible, and only extending what BC doesn't have out of the box.
  4. Produce specs/roadmap.md — the ordered feature list, with done-criteria. This is the queue you'll walk through for the rest of the day.

By the end of these three steps, every future agent session — yours, your colleague's, a fresh one tomorrow morning — opens with the same project memory.

Ready? Step 1 — Add base BC code →