-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
40 lines (40 loc) · 1.57 KB
/
Copy pathplugin.json
File metadata and controls
40 lines (40 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "godmode",
"version": "0.1.0+codex.20260728",
"description": "Harness engineering for agent swarms that ship. Council. Loop. Verify. Done.",
"author": {
"name": "Omkar Sonawane",
"email": "omkar1sonawane@gmail.com",
"url": "https://github.com/edenbuilds"
},
"homepage": "https://github.com/edenbuilds/godmode",
"repository": "https://github.com/edenbuilds/godmode",
"license": "MIT",
"keywords": [
"harness",
"agents",
"swarm",
"council",
"loop",
"coding-agents"
],
"skills": "./skills/",
"interface": {
"displayName": "GODMODE",
"shortDescription": "Harness + council + swarm for agents that ship",
"longDescription": "A portable agent plugin that packages harness doctrine, a council of specialist lenses, subagent swarm controls, and Plan-Execute-Verify loops. Works across Cursor, Claude Code, Codex, Copilot, Windsurf, and OpenAI Agents SDK patterns.",
"developerName": "edenbuilds",
"category": "Developer Tools",
"capabilities": ["Interactive", "Read", "Write"],
"websiteURL": "https://github.com/edenbuilds/godmode",
"defaultPrompt": [
"Enter GODMODE: design a harness for this coding agent and ship the feature end-to-end.",
"Convene the warroom council on this architecture decision, preserve dissent, then pick a reversible next move.",
"Run a Plan-Execute-Verify loop until tests pass. Cap swarm spawn. No over-verification theater."
],
"brandColor": "#C8FF00",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/logo.svg",
"screenshots": []
}
}