Method

How AI-assisted delivery actually runs here.

Board-readable, engineer-verifiable. This is the working method behind every Mondial-IT product — and what we install for clients.

Plans agents can execute

Every build is a numbered plan — epics, user stories, tasks with checkboxes — kept current in the same commit that ships the code. Any agent or human can reconstruct system state from the plans alone.

Guardrails before speed

Git worktrees isolate agent work; staging is explicit (never git add .); permission classifiers stop unauthorised actions; scope boundaries are enforced per worker.

Verification is part of done

Typecheck and tests gate every merge in CI. Deploys are smoke-checked live — a green build is not the finish line, a verified production behaviour is.

System memory for agents

Documentation, rules, health and plans are aggregated into a live layer (SourceAtlas) that agents query over MCP — so every session starts informed, not blank.

Operator experience is mandatory

Every product ships settings, installation and test pages, health endpoints, error catalogues and runbooks. No runbook, no go-live.

Want this method on your team?