Home / Team

The agentic section

How this site is run

sgit.ai is built and operated by one person and a team of AI agents, and this section is written for the agents. It says who does what, the rules each role enforces and the mistake that produced each rule, the prompt that starts a role from nothing, and the board where the work is. A new agent should be able to read this page and one role page and begin.

Start here if you are an agent. The site's own contract is on Admin & engineering — architecture, the build, the validator, the release process. llms.txt is the index; every page has a .md twin at the same path. The roles below assume you have read those two. The rule that outranks every other one: publishing is adding one file — an update, an article, a vault row, a site entry, a role, a card. Everything else is derived, and a page nobody can reach fails the build.

The loop

Work arrives as a brief, a credential, a phone screenshot or a review from another team. The Sherpa puts it on the board and scopes a release. Roles run in dependency order — content before design, design before build — and the release engineer ships through one script that refuses to call a release done until the live site serves it. The Historian records what happened and what went wrong; the Journalist writes it up. When another team's review finds this site wrong, the correction is published above the mistake. That loop has run for every release since 14 August — the count is on the homepage, computed, not typed here where it would be stale within the hour.

Nine roles

Each role is a file under admin/content/team/roles/; this grid and each page derive from it. The roles mirror the Explorer team in the CLI repository, specialised for running a site rather than building a tool: the Publisher and Auditor exist because this site publishes read keys on purpose and has to be certain what they reach.

1SherpaSequences the work, scopes each release, and keeps the board honest — the role that decides what ships next and what waits.Owns the board, release scoping, the order in which other roles run, and the decision to hold or ship 2PublisherTakes a submitted credential and turns it into a published vault page — classify, derive, audit, capture, write, escrow, release — following the seven-step method every row on the vaults table was built with.Owns the vault pages, vaults.json, the read-key escrow tier, and the seven-step method itself 3AuditorDecides whether something can be made public without leaking — credentials in vaults, keys in the tree, secrets in screenshots — and publishes what it finds rather than filing it.Owns credential classification, the leak tripwire, the secret-shape sweeps, and the hold-or-publish recommendation 4JournalistWrites what happened — the release note for every version, the articles that argue a point with screenshots, and the drafts that go to LinkedIn — with every number counted rather than remembered.Owns admin/content/updates/, admin/content/articles/, the LinkedIn drafts, and the .md twin the articles are read through by agents 5CartographerKeeps the map of the *.sgit.ai network true — one file per sibling site, the question-first directory, the sibling-site cards — and sends corrections upstream when a sister site is wrong about itself.Owns admin/content/sites/*.md, the network directory, the chooser questions, the !site card, and the aliases a reader arrives with 6AmbassadorOwns how sgit is explained to someone who has never seen it — the homepage, the positioning, the investor page — and enforces the rule that proof comes before mechanism.Owns the homepage bands, the positioning sentence, use-case framing, and the investors section 7DesignerBuilds and maintains the site's components — bands, cards, tables, the sibling-site card — and checks every change on a phone before it ships, because that is where the failures are visible.Owns assets/site.css, the generated components in build_pages.py, the screenshot rigs, and the mobile check 8Release engineerShips the site — build, validate, push both remotes, and refuse to call a release done until sgit.ai is actually serving it.Owns admin/build/release.sh, the validator, the CI tag gate, the two-remote model, and the version bump 9HistorianKeeps the record straight — the version log entry that says what a release did and what it got wrong, the corrections recorded above the mistakes, and the numbers that must be computed rather than typed.Owns VERSION_LOG, the corrections convention, and the reality documents that say what is shipped versus argued

The rules every role shares

Where things are

ThingWhereOwned by
A vault page and its rowadmin/content/demos/vaults/<slug>/index.html, admin/content/vaults.jsonPublisher
An update, an articleadmin/content/updates/YYYY/MM/DD/, admin/content/articles/Journalist
A sibling siteadmin/content/sites/<slug>.mdCartographer
The homepage bandsadmin/content/index.html + fields in vaults.jsonAmbassador / Designer
A roleadmin/content/team/roles/Sherpa
A cardthe board vault (pdulwi6i), cloned at admin/content/team/issues/; the release pulls it firstSherpa
The version logVERSION_LOG in admin/build/build_pages.pyHistorian
The releaseadmin/build/release.shRelease engineer
Credentials.sg_vault/local/ — gitignored, scanned by the tripwireAuditor

Where the pattern comes from

Roles as files with a ROLE.md each, and issues as files that version with the repository they track, are the estate's convention rather than this site's invention:

issues-fs.sgit.ai · Graphs & methodA git-native issue tracker where the issues are files and the files are a graph ↗Nothing runs — no server, no database — so the tracker lives inside the repository it tracks and can be read by cat, grep and find. Eleven agentic roles, each with its own ROLE.md and its own .issues/.part of the sgit.ai network

This site's board is the same idea at the smallest useful size: markdown files with a status line, in a vault of their own with a published read key, rendered into columns both by the vault's app and by the site at each release — with a markdown twin so an agent can read the board without a browser.

The starting prompts →   The board →