Architecture

Overview

gloria.dev helps you keep an agent-written project aligned with intent. You ask your agent to work in a Project, a Skill reads the source, and the result gives you a shared picture of what the code is meant to do and what it actually does.

That shared picture matters because it keeps drift visible without forcing the team to rebuild the story by hand each time the code changes.

The benefit is simple: source becomes structured findings, gloria.dev keeps the record current, and you keep one clear view of intent versus the built result. That makes each capability feel separate when you use it and still part of one experience from the outside.

The flow looks like this:

flowchart LR
    Skills[Coding-agent skills]
    MCP[MCP server]
    App[gloria.dev app]

    Skills -->|reads project source| MCP
    MCP -->|updates the shared record| App

Next