You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weights get cheaper every quarter. The system around them — loop, tools, memory, permissions, verification — is where leverage compounds.
5
+
6
+
## 2. English is not a control plane
7
+
Prompts steer. **Code enforces.** If a rule must always hold, put it in the harness, not in another paragraph of vibes.
8
+
9
+
## 3. Done is an external predicate
10
+
“Looks good to me” is not a ship gate. Tests, types, lints, contracts, screenshots — or an explicit human gate — are.
11
+
12
+
## 4. Swarm is a scalpel, not a personality
13
+
Parallel workers earn their keep for independence or context isolation. Everything else is expensive noise. Cap spawn. Cap depth. Return structure, not transcripts.
14
+
15
+
## 5. Council without cosplay
16
+
Consequential decisions deserve independent lenses and preserved dissent. Methods beat celebrity impressions. The founder owns the call.
17
+
18
+
## 6. Portability is sovereignty
19
+
If your harness only works inside one vendor’s chat box, you don’t own it. GODMODE ships as files: skills, agents, rules, commands — Cursor, Claude, Codex, Copilot, Windsurf, Agents SDK.
20
+
21
+
## 7. Delete folklore aggressively
22
+
If a step doesn’t change the external gate, delete it. Especially “please double-check” theater on models that already self-correct.
23
+
24
+
## 8. Make failure cheap
25
+
Budgets, stop conditions, least privilege, reversible slices. Unattended autonomy is earned, not declared.
26
+
27
+
## 9. Teach the ecosystem the words
28
+
Harness. Loop. Ship-gate. Warroom. When the industry shares a vocabulary, teams stop reinventing the same broken agent every sprint.
29
+
30
+
## 10. Own the loop
31
+
Star the doctrine. Fork the kit. Improve the laws. Hire the people who already speak them.
<imgsrc="assets/loop.svg"alt="Perceive → Plan → Act → Verify loop"width="900" />
18
+
<ahref="#why-teams-star-this">Why star</a> ·
19
+
<ahref="#install">Install</a> ·
20
+
<ahref="MANIFESTO.md">Manifesto</a> ·
21
+
<ahref="examples/">Examples</a> ·
22
+
<ahref="docs/resources.md">Sources</a> ·
23
+
<ahref="ROADMAP.md">Roadmap</a>
21
24
</p>
22
25
23
26
---
24
27
25
-
##Why GODMODE exists
28
+
### 3-second pitch
26
29
27
-
Most “agent” demos die in the gap between a clever prompt and a system that ships.
30
+
> Your coding agent doesn’t need a better pep talk.
31
+
> It needs a **harness**: stop conditions, ship-gates, capped swarm, and a council that doesn’t cosplay.
28
32
29
-
**GODMODE** is the missing layer: an open, installable **harness kit** — doctrine, council, capped swarm, Plan-Execute-Verify loops, and external ship-gates — packaged as a real plugin for the tools people already use.
30
-
31
-
Built by [edenbuilds](https://github.com/edenbuilds) so teams can stop reinventing agent folklore, and so founders can hire people who already speak this language.
33
+
<palign="center">
34
+
<imgsrc="assets/compare.svg"alt="Without a harness vs with GODMODE"width="100%" />
35
+
</p>
32
36
33
-
> The model is a component. **The harness is the product.**
37
+
<palign="center">
38
+
<imgsrc="assets/loop.svg"alt="Perceive → Plan → Act → Verify"width="900" />
39
+
</p>
34
40
35
41
---
36
42
37
-
## What you get
43
+
## Why teams star this
38
44
39
-
|Surface | What it is|
45
+
|If you… | GODMODE gives you…|
40
46
|---|---|
41
-
|**Doctrine**| Prompt → Context → Harness → Loop, compressed into laws that hold under pressure |
42
-
|**Warroom council**| Independent methodological lenses, then synthesis **with dissent preserved**|
**For the ecosystem** — open MIT commons. Fork it. Improve the laws. File issues.
171
-
172
-
**For companies who want this installed** — [edenbuilds](https://github.com/edenbuilds) ships agent systems, eval harnesses, and productized AI workflows. GODMODE is the public spine.
0 commit comments