Provision-Project logo

Inside The IncredAgents Mod Pack

A new project, fully governed, in one pass.

Say the word and a complete agent-ready workspace appears — canonical folder structure, governance files, session ledger, initial handoff — with native instruction files for every agent platform it detects on your machine.

A provisioned project tree with platform instruction files and the self-verify output printing OK
Get It On GitHub → Back To All Skills

What lands

The Whole Scaffold, Not A Folder.

Handoffs, session ledger, memory stub, troubleshooting file, environment and gitignore — the structure every project should have had from day one, there from minute one.

It Detects Your Platforms.

Hermes, Claude Code, Codex, Cursor, OpenCode — whichever it finds, it writes that platform's native instruction file. Same core content, every portal.

Governance Points Home.

Every file references your governance nucleus — no personal names, no hardcoded paths, no duplicated rules rotting in project folders.

The First Handoff Exists Immediately.

Date, what was done, what's pending, open questions — written at provisioning, so the next session starts oriented.

The guarantees

It Verifies Itself, Line By Line.

A self-check runs at the end — every directory and file must print OK, or the job isn't reported done.

Already Provisioned? It Refuses.

Run it twice on the same folder and it stops instead of clobbering your work.

Agents On Arrival.

Pass an agents list and each one gets provisioned into the project automatically — identity, skills, ledger stub.

A Dispatch Contract, Declared.

Orchestrator dispatches, workers execute, every worker reports a verdict, disagreements get resolved before anything moves on.

Get started

Stand Up Your Next Project Properly.

Ships in the mod pack. Set GOVERNANCE_HOME once and every project inherits your rules.

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.

Minute-one structure beats week-two cleanup.

The next project starts governed — or starts over.

Get Provision-Project On GitHub →