All work
Painted scene — a desk of glowing folders, office at dusk

01 · 2024 · Agent design

Groundwork

An agent workspace built entirely inside Microsoft 365 — folders and plain text instead of new software.

In production

Solo build

~6 weeks, evenings

Overview

Most people use Copilot like a search bar. I set it up more like a runtime, where the folder structure handles the orchestration.

There's no new software to buy and no IT ticket. Everything lives as plain markdown inside a Microsoft 365 tenant the company already uses, so the whole system is readable, auditable, and easy to hand to the next person.

01 — The problem

One prompt, one output, nothing carries over.

Most people use Copilot like a search bar — one prompt in, one output out, and nothing survives between sessions. For weekly sales workflows that need the same context loaded every time, that's a hard limit. You end up re-explaining the same background to the same tool over and over.

The work that matters isn't a single answer. It's a repeatable process a team can run the same way twice.

02 — The approach

The folder structure does the work.

Groundwork is an agent workspace that runs entirely inside Microsoft 365. There's nothing to install and nothing to buy — the directory tree handles the orchestration. Every workflow is written as plain markdown, so anyone can open a file and see exactly what the agent will do, then copy it for their own use.

03 — The build

Five layers, loaded only when needed.

A boot file sets the ground rules. A thin router reads a short request and points it at the right workspace. Multi-stage pipelines move work through numbered steps, reusable skills handle the specialized parts, and business logic loads per stage, so the model only sees what the current step needs. It's model-agnostic — Claude, GPT, whatever works best.

agents.md · bootrouterworkspaces/skills/01-intake02-process03-deliver
The folder tree that handles orchestration — boot file, router, workspaces, skills, and staged pipelines.

04 — The outcome

Trigger a full workflow from one line.

Workflows that used to need a full re-brief every session now run from a short request and return consistent, checked output. The system documents itself: adding a workflow means writing a new folder, not training a new habit.

0

new tools to install or procure

1 line

to trigger a full multi-stage workflow

Want more detail? Get in touch →