Provision-Team logo

Inside The IncredAgents Mod Pack

A crew with rules, not a group chat.

Multiple agents become one coordinated team — with a shared identity, a written roster, governance for how work changes hands, and a dispatch contract everyone observes. Registered, verified, archived never deleted.

The three team files plus a roster table showing provisioned agents and their skills
Get It On GitHub → Back To All Skills

The three files

A Team Is Three Documents.

TEAM_IDENTITY.md — name, shared purpose, collective boundaries. TEAM_COMPOSITION.md — who's on the team, their roles, their skills. TEAM_GOVERNANCE.md — handoff rules, approval gates, escalation paths.

Composition Is Never Guessed.

Every member must already be a provisioned agent — the team assembles identities, it doesn't invent them.

Orchestration Isn't Reinvented.

The default contract — sequential dispatch, convergence voting, orchestrator resolves disagreements — is referenced, not rebuilt per team.

Custom Rules Get Written Down.

Need something beyond the standard contract? It goes in the governance file as a documented decision — never improvised mid-run.

The guarantees

Same Discipline As Everything Else We Ship.

Self-verifying. Append-only registry. No duplicated governance. And no chore lists handed back to you.

It Refuses To Clobber.

A folder that already has team files is already a team — it stops instead of overwriting.

Every Line Prints OK.

Seven files and four directories verified before it reports ready.

Archived, Never Deleted.

Retired teams stay in the registry as archived. Your organizational memory survives reorganizations.

Get started

Turn Your Agents Into A Team.

Ships in the mod pack. Provision the agents first, then assemble.

your machine — three commands

$ git clone https://github.com/MyAiFreedomSystems/incredagents.git

$ cd incredagents

$ python3 onboard.py

One installer wires in the whole mod pack and asks only for the keys each skill needs.

Coordination is a document, not a hope.

The next multi-agent job starts with a roster and rules.

Get Provision-Team On GitHub →