Composition Is Never Guessed.
Every member must already be a provisioned agent — the team assembles identities, it doesn't invent them.
Inside The IncredAgents Mod Pack
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 files
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.
Every member must already be a provisioned agent — the team assembles identities, it doesn't invent them.
The default contract — sequential dispatch, convergence voting, orchestrator resolves disagreements — is referenced, not rebuilt per team.
Need something beyond the standard contract? It goes in the governance file as a documented decision — never improvised mid-run.
The guarantees
Self-verifying. Append-only registry. No duplicated governance. And no chore lists handed back to you.
A folder that already has team files is already a team — it stops instead of overwriting.
Seven files and four directories verified before it reports ready.
Retired teams stay in the registry as archived. Your organizational memory survives reorganizations.
Get started
Ships in the mod pack. Provision the agents first, then assemble.
$ 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.
The next multi-agent job starts with a roster and rules.
Get Provision-Team On GitHub →