Goal logo

Inside The IncredAgents Mod Pack

Vague goals die. This one has a budget.

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.

A real /goal plan file with definition of done, acceptance criteria checklist, and live status with turn budget
Get It On GitHub → Back To All Skills

The two-phase law

Planned Before Executed. Every Time.

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.

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.

Out Of Scope Is Load-Bearing.

At least two explicit non-goals, written down. Scope creep dies in the plan file, not in your budget.

A Hard Turn 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

State That Survives. Oversight That Doesn't Sleep.

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.

Pause, Resume, Clear, Complete.

/goal status shows elapsed time, tokens, and what's still unverified. Pause and resume across sessions — it re-reads the plan first.

It Stops And Asks.

Destructive action? Missing credential? It stops, names exactly what it needs, and waits. No silent improvisation with your stuff.

Archive, Never Delete.

Files, database rows, records — cleared goals get archived with why, not deleted. Your history stays auditable.

The anti-vaporware gate

'Done' Requires Evidence.

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.

the completion audit — every step, or it isn't done

$ 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

Give Your Agent A Finish Line.

Ships in the mod pack. One installer wires it in.

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.

Stop hoping it finished. Know.

Your next goal comes with a plan, a budget, and receipts.

Get Goal On GitHub →