Pre-Build-SOP logo

Inside The IncredAgents Mod Pack

No code until six steps are done.

Agents default to writing code immediately — pattern-matched from memory, never looking at real inputs, patching bugs forever. This skill replaces that reflex with a gate: six preparation steps, completed and approved, before a single line gets written.

A prep report with all six steps checked and the no-code rule enforced
Get It On GitHub → Back To All Skills

The gate

Reading Is Allowed. Building Is Not.

Until all six steps complete and you approve the plan: no code, no scaffolding, no installs, no architecture decisions. Searching, querying APIs by hand, inspecting real data — allowed.

Task And Spirit, Stated Separately.

What you're building — and the outcome you're actually reaching for — in two sentences. When they point different directions, the gap surfaces before it gets expensive.

Real Research, Dated Sources.

A dedicated research pass on current practitioner consensus — official docs read directly, known failure modes named, anything unverifiable flagged. Generalities get sent back.

Real Inputs, Actually Opened.

The real data file. The real API response. The actual page. Edge cases found in the data, not imagined — three null fields discovered beats thirty bugs patched.

The discipline

Eight Ways It Will Break, Written Down First.

Before the plan, the agent names at least eight failure modes it expects in production. Can't name eight? The research wasn't thorough enough — go back.

Failure Modes Before Architecture.

Rate limits, maintenance pages returning HTML, oversized records — named while they're cheap.

The Plan Gets Approved, Then Executed.

Presented, questioned, approved. After approval: action, not re-confirmation.

Adjacent Work Gets Done, Not Deferred.

Surface a dependency bug during prep and it gets named in the plan and executed — not parked for a 'version two' that never comes.

Get started

Put The Gate Before The Build.

Ships in the mod pack. It activates on any word that means building.

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.

Cheap prep beats expensive patching.

The next build starts with six steps — or with bugs.

Get Pre-Build-SOP On GitHub →