No Vibe Words Allowed.
'Clean,' 'polished,' 'feels nice' — banned from the definition of done. If a small evaluator can't judge it from the transcript, it doesn't count.
Inside The IncredAgents Mod Pack
Type /goal and your objective gets forced through a real plan — definition of done with no vibe words, acceptance criteria you can check, a hard turn budget — before a single action runs. State persists in SQLite. Completion requires an evidence audit.
The two-phase law
Skipping the plan is how agents burn 500 turns on an unbounded task with a vibe-word definition of done. This skill makes that impossible.
'Clean,' 'polished,' 'feels nice' — banned from the definition of done. If a small evaluator can't judge it from the transcript, it doesn't count.
At least two explicit non-goals, written down. Scope creep dies in the plan file, not in your budget.
Light tasks: 15–25 turns. Heavy: 60–100. Cap at 100. Hit the budget and it pauses and reports — it never quietly burns on.
While it runs
Goal state persists in SQLite across turns and sessions. A heartbeat monitors the agent's vitals every 60 seconds. You get a notification the moment a goal launches.
/goal status shows elapsed time, tokens, and what's still unverified. Pause and resume across sessions — it re-reads the plan first.
Destructive action? Missing credential? It stops, names exactly what it needs, and waits. No silent improvisation with your stuff.
Files, database rows, records — cleared goals get archived with why, not deleted. Your history stays auditable.
The anti-vaporware gate
Before /goal complete, every requirement gets mapped to real, current evidence — files inspected, commands run, results read. Memory is not evidence. Anything missing means work continues, not a victory lap.
$ restate objective → map every requirement to evidence
$ inspect real files, command output, test results
$ python3 goal/scripts/goal.py complete
# only after the audit passes. then the ledger gets the receipt.
Get started
Ships in the mod pack. One installer wires it in.
$ 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.
Your next goal comes with a plan, a budget, and receipts.
Get Goal On GitHub →