@godmode-team/godmode 1.7.2 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +94 -46
- package/README.md +195 -36
- package/assets/agent-roster/competitor-watch.md +40 -0
- package/assets/agent-roster/content-writer.md +35 -53
- package/assets/agent-roster/godmode-builder.md +2 -2
- package/assets/agent-roster/inbox-manager.md +38 -0
- package/assets/agent-roster/meeting-prep.md +40 -16
- package/assets/agent-roster/skill-optimizer.md +50 -0
- package/assets/agent-roster/weekly-review.md +42 -0
- package/assets/skills/autoresearch.md +1 -1
- package/assets/skills/pattern-scout.md +1 -1
- package/assets/skills/visual-qa.md +128 -0
- package/dist/godmode-ui/aeo.html +1 -1
- package/dist/godmode-ui/assets/brain-tab-B1CYwAJ7.js +402 -0
- package/dist/godmode-ui/assets/connections-tab-Cuv4eW0d.js +91 -0
- package/dist/godmode-ui/assets/ctrl-settings-COfcdhha.js +5 -0
- package/dist/godmode-ui/assets/dashboards-tab-7hHXzWPp.js +137 -0
- package/dist/godmode-ui/assets/index-DcYipcbm.js +1994 -0
- package/dist/godmode-ui/assets/index-DmEmOd0w.css +1 -0
- package/dist/godmode-ui/assets/lit-core-CTInmNPB.js +3 -0
- package/dist/godmode-ui/assets/markdown-i_gIkIP3.js +59 -0
- package/dist/godmode-ui/assets/second-brain-tab-DkFatLwl.js +350 -0
- package/dist/godmode-ui/assets/setup-BnLadXY9.js +1 -0
- package/dist/godmode-ui/assets/team-tab-Q3icI_Q-.js +296 -0
- package/dist/godmode-ui/assets/today-tab-C6lIMzgY.js +209 -0
- package/dist/godmode-ui/assets/views-settings-B2UFEtoi.js +4643 -0
- package/dist/godmode-ui/assets/work-tab-DwU559Bx.js +1 -0
- package/dist/godmode-ui/assets/workspaces-vzpIVgdl.js +718 -0
- package/dist/godmode-ui/index.html +11 -5
- package/dist/index.js +1658 -36092
- package/dist/mcp-entry.js +1272 -0
- package/dist/standalone.js +1917 -0
- package/openclaw.plugin.json +36 -7
- package/package.json +27 -13
- package/scripts/godmode-gateway.service +41 -0
- package/scripts/install-systemd.sh +99 -0
- package/skill-cards/adversarial-board.md +63 -0
- package/skill-cards/autoresearch.md +39 -0
- package/skill-cards/bill-review.md +26 -0
- package/skill-cards/calendar.md +32 -0
- package/skill-cards/code-quality.md +31 -0
- package/skill-cards/competitor-scan.md +26 -0
- package/skill-cards/content-generation.md +26 -0
- package/skill-cards/context-deep-dive.md +65 -0
- package/skill-cards/cron-workflows.md +33 -0
- package/skill-cards/dashboards.md +38 -0
- package/skill-cards/delegate.md +57 -0
- package/skill-cards/files.md +38 -0
- package/skill-cards/godmode-builder.md +58 -0
- package/skill-cards/inbox-sweep.md +26 -0
- package/skill-cards/integrations.md +40 -0
- package/skill-cards/life-admin.md +26 -0
- package/skill-cards/meetings.md +42 -0
- package/skill-cards/meta-problem-solver.md +52 -0
- package/skill-cards/people.md +39 -0
- package/skill-cards/personal-brand.md +71 -0
- package/skill-cards/project-orchestrator.md +97 -0
- package/skill-cards/project-pipeline.md +78 -0
- package/skill-cards/proof-editor.md +28 -0
- package/skill-cards/quality-gate.md +57 -0
- package/skill-cards/quarterly-review.md +26 -0
- package/skill-cards/queue.md +40 -0
- package/skill-cards/screenpipe.md +49 -0
- package/skill-cards/second-brain.md +46 -0
- package/skill-cards/standup-prep.md +26 -0
- package/skill-cards/tasks.md +34 -0
- package/skill-cards/visual-qa.md +56 -0
- package/skill-cards/workspace-memory.md +51 -0
- package/skill-cards/x-twitter.md +37 -0
- package/dist/godmode-ui/assets/dashboards-CrT3s0NG.js +0 -1
- package/dist/godmode-ui/assets/index-BtwTHiwI.js +0 -9353
- package/dist/godmode-ui/assets/index-xiAdnGJD.css +0 -1
- package/dist/godmode-ui/assets/options-QuHclvvX.js +0 -1
- package/dist/godmode-ui/assets/second-brain-ghSM5E6X.js +0 -1
- package/dist/godmode-ui/assets/setup-CWjMtnE4.js +0 -1
- package/dist/godmode-ui/consciousness-icon-64.png +0 -0
- package/dist/godmode-ui/consciousness-icon.png +0 -0
- package/dist/godmode-ui/godmode-logo.png +0 -0
package/openclaw.plugin.json
CHANGED
|
@@ -1,16 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "godmode",
|
|
3
3
|
"name": "GodMode",
|
|
4
|
-
"description": "Personal AI Operating System
|
|
5
|
-
"version": "1.
|
|
4
|
+
"description": "Personal AI Operating System — your deeply contextual AI ally that manages tasks, memory, integrations, and a swarm of agents",
|
|
5
|
+
"version": "1.8.2",
|
|
6
|
+
"license": "FSL-1.1-MIT",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "GodMode Team",
|
|
9
|
+
"url": "https://lifeongodmode.com"
|
|
10
|
+
},
|
|
11
|
+
"repository": "https://github.com/GodMode-Team/godmode",
|
|
12
|
+
"homepage": "https://lifeongodmode.com",
|
|
13
|
+
"keywords": ["ai", "personal-ai", "agent", "memory", "productivity", "second-brain", "automation"],
|
|
14
|
+
"categories": ["productivity", "ai-agents", "automation", "memory"],
|
|
15
|
+
"icon": "assets/icon.png",
|
|
16
|
+
"screenshots": [],
|
|
17
|
+
"capabilities": {
|
|
18
|
+
"hooks": [
|
|
19
|
+
"before_prompt_build",
|
|
20
|
+
"message_received",
|
|
21
|
+
"message_sending",
|
|
22
|
+
"gateway_start"
|
|
23
|
+
],
|
|
24
|
+
"tools": true,
|
|
25
|
+
"ui": true,
|
|
26
|
+
"rpc": true,
|
|
27
|
+
"mcp": true,
|
|
28
|
+
"standalone": true
|
|
29
|
+
},
|
|
30
|
+
"requirements": {
|
|
31
|
+
"node": ">=22",
|
|
32
|
+
"openclaw": ">=2026.2.0 <2027.0.0"
|
|
33
|
+
},
|
|
34
|
+
"quickStart": {
|
|
35
|
+
"install": "openclaw plugins install @godmode-team/godmode",
|
|
36
|
+
"alternative": "npx create-godmode",
|
|
37
|
+
"requiredEnv": ["ANTHROPIC_API_KEY"],
|
|
38
|
+
"optionalEnv": ["HONCHO_API_KEY", "COMPOSIO_API_KEY", "OBSIDIAN_VAULT_PATH"]
|
|
39
|
+
},
|
|
6
40
|
"configSchema": {
|
|
7
41
|
"type": "object",
|
|
8
42
|
"properties": {
|
|
9
|
-
"licenseKey": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"default": "",
|
|
12
|
-
"description": "GodMode subscription license key (starts with GM-)"
|
|
13
|
-
},
|
|
14
43
|
"workspaceRoot": {
|
|
15
44
|
"type": "string",
|
|
16
45
|
"default": "~/godmode",
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@godmode-team/godmode",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "GodMode - Personal AI Operating System plugin for OpenClaw",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "FSL-1.1-MIT",
|
|
7
7
|
"author": "GodMode Team <support@lifeongodmode.com>",
|
|
8
8
|
"homepage": "https://lifeongodmode.com",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/GodMode-Team/godmode
|
|
11
|
+
"url": "git+https://github.com/GodMode-Team/godmode.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/GodMode-Team/godmode
|
|
14
|
+
"url": "https://github.com/GodMode-Team/godmode/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"openclaw",
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
],
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "dist/index.js",
|
|
25
|
+
"bin": {
|
|
26
|
+
"godmode": "./dist/standalone.js",
|
|
27
|
+
"godmode-mcp": "./dist/mcp-entry.js"
|
|
28
|
+
},
|
|
25
29
|
"exports": {
|
|
26
30
|
".": {
|
|
27
31
|
"import": "./dist/index.js"
|
|
@@ -39,8 +43,11 @@
|
|
|
39
43
|
"dist/**/*.pem",
|
|
40
44
|
"assets/agent-roster/**/*.md",
|
|
41
45
|
"assets/skills/**/*.md",
|
|
46
|
+
"skill-cards/**/*.md",
|
|
42
47
|
"dist/assets/**/*.json",
|
|
43
48
|
"dist/assets/**/*.md",
|
|
49
|
+
"scripts/install-systemd.sh",
|
|
50
|
+
"scripts/godmode-gateway.service",
|
|
44
51
|
"openclaw.plugin.json",
|
|
45
52
|
"LICENSE",
|
|
46
53
|
"README.md"
|
|
@@ -50,6 +57,8 @@
|
|
|
50
57
|
"build:code": "tsup",
|
|
51
58
|
"build:ui": "vite build --config ui/vite.config.ts",
|
|
52
59
|
"bundle:ui": "node scripts/bundle-ui.mjs",
|
|
60
|
+
"start": "node dist/standalone.js",
|
|
61
|
+
"dev": "pnpm build && node dist/standalone.js",
|
|
53
62
|
"dev:ui": "vite --config ui/vite.config.ts",
|
|
54
63
|
"test:ui": "vitest run --config ui/vitest.config.ts",
|
|
55
64
|
"ui:sync": "node scripts/sync-ui-from-repo.mjs",
|
|
@@ -61,19 +70,24 @@
|
|
|
61
70
|
"postinstall": "bash patches/fix-imessage-native-vision.sh 2>/dev/null || true"
|
|
62
71
|
},
|
|
63
72
|
"dependencies": {
|
|
73
|
+
"@composio/core": "0.6.5",
|
|
74
|
+
"@honcho-ai/sdk": "2.0.1",
|
|
75
|
+
"@lit/context": "1.1.6",
|
|
64
76
|
"@noble/ed25519": "3.0.0",
|
|
65
|
-
"better-sqlite3": "^
|
|
66
|
-
"chokidar": "
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
77
|
+
"better-sqlite3": "^12.8.0",
|
|
78
|
+
"chokidar": "4.0.3",
|
|
79
|
+
"dompurify": "3.3.3",
|
|
80
|
+
"json5": "2.2.3",
|
|
81
|
+
"lit": "3.3.2",
|
|
82
|
+
"marked": "17.0.3",
|
|
83
|
+
"mem0ai": "^2.3.0",
|
|
84
|
+
"ws": "8.19.0"
|
|
73
85
|
},
|
|
74
86
|
"devDependencies": {
|
|
87
|
+
"@browserbasehq/stagehand": "^3.2.0",
|
|
75
88
|
"@types/node": "^24.3.3",
|
|
76
|
-
"
|
|
89
|
+
"@types/ws": "^8.18.1",
|
|
90
|
+
"openclaw": "^2026.3.22",
|
|
77
91
|
"tsup": "^8.5.1",
|
|
78
92
|
"tsx": "^4.21.0",
|
|
79
93
|
"typescript": "^5.9.3",
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# GodMode OpenClaw Gateway systemd user service.
|
|
2
|
+
#
|
|
3
|
+
# Install with:
|
|
4
|
+
# ./scripts/install-systemd.sh
|
|
5
|
+
#
|
|
6
|
+
# Manage the service with:
|
|
7
|
+
# systemctl --user start godmode-gateway.service
|
|
8
|
+
# systemctl --user stop godmode-gateway.service
|
|
9
|
+
# systemctl --user restart godmode-gateway.service
|
|
10
|
+
# systemctl --user status godmode-gateway.service
|
|
11
|
+
#
|
|
12
|
+
# Follow logs with:
|
|
13
|
+
# journalctl --user -u godmode-gateway.service -f
|
|
14
|
+
#
|
|
15
|
+
# On headless Linux, enable lingering if you want the user service to keep
|
|
16
|
+
# running after logout and come back on reboot:
|
|
17
|
+
# sudo loginctl enable-linger $USER
|
|
18
|
+
#
|
|
19
|
+
# If the `openclaw` or `node` install path changes, rerun the installer so the
|
|
20
|
+
# absolute ExecStart path and PATH environment stay current.
|
|
21
|
+
|
|
22
|
+
[Unit]
|
|
23
|
+
Description=GodMode OpenClaw Gateway
|
|
24
|
+
After=network-online.target
|
|
25
|
+
Wants=network-online.target
|
|
26
|
+
|
|
27
|
+
[Service]
|
|
28
|
+
Type=simple
|
|
29
|
+
Environment=HOME=${GODMODE_HOME_DIR}
|
|
30
|
+
Environment=PATH=${GODMODE_PATH}
|
|
31
|
+
Environment=NODE_ENV=production
|
|
32
|
+
WorkingDirectory=${GODMODE_WORKING_DIRECTORY}
|
|
33
|
+
ExecStart=${GODMODE_OPENCLAW_BIN} gateway run
|
|
34
|
+
Restart=on-failure
|
|
35
|
+
RestartSec=5
|
|
36
|
+
StandardOutput=journal
|
|
37
|
+
StandardError=journal
|
|
38
|
+
SyslogIdentifier=godmode-gateway
|
|
39
|
+
|
|
40
|
+
[Install]
|
|
41
|
+
WantedBy=default.target
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
|
|
3
|
+
set -eu
|
|
4
|
+
|
|
5
|
+
fail() {
|
|
6
|
+
printf 'Error: %s\n' "$1" >&2
|
|
7
|
+
exit 1
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
info() {
|
|
11
|
+
printf '%s\n' "$1"
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
escape_sed_replacement() {
|
|
15
|
+
printf '%s' "$1" | sed 's/[\\/&|]/\\&/g'
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
run_systemctl_user() {
|
|
19
|
+
if ! systemctl --user "$@"; then
|
|
20
|
+
fail "systemctl --user $* failed. Make sure your Linux user has an active systemd user session, then retry."
|
|
21
|
+
fi
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if [ "$(uname -s)" != "Linux" ]; then
|
|
25
|
+
fail "This installer only supports Linux systemd user services."
|
|
26
|
+
fi
|
|
27
|
+
|
|
28
|
+
if [ -z "${HOME:-}" ]; then
|
|
29
|
+
fail "HOME is not set."
|
|
30
|
+
fi
|
|
31
|
+
|
|
32
|
+
if ! command -v systemctl >/dev/null 2>&1; then
|
|
33
|
+
fail "systemctl is required but was not found."
|
|
34
|
+
fi
|
|
35
|
+
|
|
36
|
+
if ! command -v openclaw >/dev/null 2>&1; then
|
|
37
|
+
fail "openclaw is not on PATH. Install the OpenClaw CLI first."
|
|
38
|
+
fi
|
|
39
|
+
|
|
40
|
+
if ! command -v node >/dev/null 2>&1; then
|
|
41
|
+
fail "node is not on PATH. Install Node.js 22+ first."
|
|
42
|
+
fi
|
|
43
|
+
|
|
44
|
+
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
|
45
|
+
TEMPLATE_PATH="$SCRIPT_DIR/godmode-gateway.service"
|
|
46
|
+
SERVICE_NAME="godmode-gateway.service"
|
|
47
|
+
TARGET_DIR="$HOME/.config/systemd/user"
|
|
48
|
+
TARGET_PATH="$TARGET_DIR/$SERVICE_NAME"
|
|
49
|
+
|
|
50
|
+
if [ ! -f "$TEMPLATE_PATH" ]; then
|
|
51
|
+
fail "Service template not found at $TEMPLATE_PATH"
|
|
52
|
+
fi
|
|
53
|
+
|
|
54
|
+
OPENCLAW_BIN=$(command -v openclaw)
|
|
55
|
+
NODE_BIN=$(command -v node)
|
|
56
|
+
OPENCLAW_BIN_DIR=$(dirname "$OPENCLAW_BIN")
|
|
57
|
+
NODE_BIN_DIR=$(dirname "$NODE_BIN")
|
|
58
|
+
PATH_VALUE="$OPENCLAW_BIN_DIR:$NODE_BIN_DIR:$HOME/.local/bin:/usr/local/bin:/usr/bin:/bin${PATH:+:$PATH}"
|
|
59
|
+
|
|
60
|
+
export GODMODE_HOME_DIR="$HOME"
|
|
61
|
+
export GODMODE_PATH="$PATH_VALUE"
|
|
62
|
+
export GODMODE_WORKING_DIRECTORY="$HOME"
|
|
63
|
+
export GODMODE_OPENCLAW_BIN="$OPENCLAW_BIN"
|
|
64
|
+
|
|
65
|
+
mkdir -p "$TARGET_DIR"
|
|
66
|
+
|
|
67
|
+
if command -v envsubst >/dev/null 2>&1; then
|
|
68
|
+
envsubst '${GODMODE_HOME_DIR} ${GODMODE_PATH} ${GODMODE_WORKING_DIRECTORY} ${GODMODE_OPENCLAW_BIN}' < "$TEMPLATE_PATH" > "$TARGET_PATH"
|
|
69
|
+
else
|
|
70
|
+
HOME_ESCAPED=$(escape_sed_replacement "$GODMODE_HOME_DIR")
|
|
71
|
+
PATH_ESCAPED=$(escape_sed_replacement "$GODMODE_PATH")
|
|
72
|
+
WORKDIR_ESCAPED=$(escape_sed_replacement "$GODMODE_WORKING_DIRECTORY")
|
|
73
|
+
OPENCLAW_ESCAPED=$(escape_sed_replacement "$GODMODE_OPENCLAW_BIN")
|
|
74
|
+
|
|
75
|
+
sed \
|
|
76
|
+
-e "s|\${GODMODE_HOME_DIR}|$HOME_ESCAPED|g" \
|
|
77
|
+
-e "s|\${GODMODE_PATH}|$PATH_ESCAPED|g" \
|
|
78
|
+
-e "s|\${GODMODE_WORKING_DIRECTORY}|$WORKDIR_ESCAPED|g" \
|
|
79
|
+
-e "s|\${GODMODE_OPENCLAW_BIN}|$OPENCLAW_ESCAPED|g" \
|
|
80
|
+
"$TEMPLATE_PATH" > "$TARGET_PATH"
|
|
81
|
+
fi
|
|
82
|
+
|
|
83
|
+
chmod 0644 "$TARGET_PATH"
|
|
84
|
+
|
|
85
|
+
info "Installed $SERVICE_NAME to $TARGET_PATH"
|
|
86
|
+
|
|
87
|
+
run_systemctl_user daemon-reload
|
|
88
|
+
run_systemctl_user enable --now "$SERVICE_NAME"
|
|
89
|
+
|
|
90
|
+
printf '\n'
|
|
91
|
+
systemctl --user status --no-pager --full "$SERVICE_NAME" || true
|
|
92
|
+
|
|
93
|
+
if command -v loginctl >/dev/null 2>&1; then
|
|
94
|
+
LINGER=$(loginctl show-user "${USER:-$(id -un)}" -p Linger --value 2>/dev/null || true)
|
|
95
|
+
if [ "$LINGER" = "no" ]; then
|
|
96
|
+
printf '\nNote: enable lingering to keep %s alive after logout and on reboot:\n' "$SERVICE_NAME"
|
|
97
|
+
printf ' sudo loginctl enable-linger %s\n' "${USER:-$(id -un)}"
|
|
98
|
+
fi
|
|
99
|
+
fi
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: strategy
|
|
3
|
+
triggers: advisory board, devil's advocate, debate this, opposing views, what could go wrong, challenge my thinking, stress test, second opinion, poke holes, critique
|
|
4
|
+
name: godmode-adversarial-board
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
description: "Simulates a 5-person advisory board to stress-test decisions and strategies"
|
|
7
|
+
keywords: ["advisory board", "devil's advocate", "debate this", "opposing views", "what could go wrong"]
|
|
8
|
+
author: godmode-team
|
|
9
|
+
clawhub: true
|
|
10
|
+
---
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
Run AFTER meta-problem-solver and context-deep-dive. The board debates better with a problem brief and full context.
|
|
14
|
+
|
|
15
|
+
Use when the user needs to pressure-test a decision, strategy, offer, or plan from multiple angles before committing.
|
|
16
|
+
|
|
17
|
+
## The Board
|
|
18
|
+
|
|
19
|
+
Simulate 5 advisors, each with a distinct lens:
|
|
20
|
+
|
|
21
|
+
### 1. The Operator
|
|
22
|
+
Ops and execution lens. "Can we actually do this? What's the operational cost? Who does the work? What breaks if we're wrong?"
|
|
23
|
+
- Focuses on: feasibility, resources, timeline, dependencies, maintenance burden
|
|
24
|
+
|
|
25
|
+
### 2. The Skeptic
|
|
26
|
+
Devil's advocate. "Why will this fail? What are we missing? What's the base rate for this kind of bet?"
|
|
27
|
+
- Focuses on: hidden assumptions, survivorship bias, things that sound good but don't work
|
|
28
|
+
|
|
29
|
+
### 3. The Visionary
|
|
30
|
+
Upside maximizer. "What's the 10x version? What adjacent opportunity are we ignoring? How does this compound?"
|
|
31
|
+
- Focuses on: leverage, asymmetric upside, network effects, what this enables next
|
|
32
|
+
|
|
33
|
+
### 4. The Customer
|
|
34
|
+
ICP lens. "Does the target user actually want this? Would they pay for it? What's their real pain?"
|
|
35
|
+
- Focuses on: demand validation, willingness to pay, switching costs, user experience
|
|
36
|
+
|
|
37
|
+
### 5. The Risk Officer
|
|
38
|
+
Downside, legal, and financial lens. "What's the worst case? What liability exists? What's the reversibility?"
|
|
39
|
+
- Focuses on: tail risks, regulatory issues, financial exposure, reputational damage
|
|
40
|
+
|
|
41
|
+
## Format
|
|
42
|
+
|
|
43
|
+
Each advisor gets 2-3 sentences — sharp, specific, no fluff.
|
|
44
|
+
|
|
45
|
+
Then synthesize:
|
|
46
|
+
|
|
47
|
+
**Consensus:** (what all advisors agree on)
|
|
48
|
+
|
|
49
|
+
**Key disagreements:** (where they split and why)
|
|
50
|
+
|
|
51
|
+
**Recommended path:** (your synthesis weighing all perspectives)
|
|
52
|
+
|
|
53
|
+
**Confidence level:** high / medium / low (and why)
|
|
54
|
+
|
|
55
|
+
## Customization
|
|
56
|
+
|
|
57
|
+
Advisors are configurable per user context. A chiropractor gets different board members than a SaaS founder. Pull user context from memory to tailor the advisors' perspectives to the user's industry, scale, and constraints.
|
|
58
|
+
|
|
59
|
+
## Rules
|
|
60
|
+
- Run meta-problem-solver first — the board needs a structured problem to debate
|
|
61
|
+
- Each advisor must disagree with at least one other advisor — if they all agree, you're not stress-testing
|
|
62
|
+
- Don't let The Visionary dominate — exciting ideas need operational grounding
|
|
63
|
+
- The Skeptic is not a blocker — they identify risks so they can be mitigated, not avoided
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: autoresearch
|
|
3
|
+
triggers: autoresearch, optimize, overnight, campaign, eval, benchmark, tune, evolve prompts, improve godmode
|
|
4
|
+
tools: queue_add
|
|
5
|
+
name: godmode-autoresearch
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Overnight optimization system using the Karpathy eval-loop pattern"
|
|
8
|
+
keywords: ["autoresearch", "optimize", "overnight", "campaign", "eval"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Autoresearch — Overnight Optimization System
|
|
14
|
+
|
|
15
|
+
The autoresearch system uses the Karpathy pattern (modify → measure → keep/revert → loop) to optimize GodMode overnight.
|
|
16
|
+
|
|
17
|
+
## How to Run
|
|
18
|
+
- Full suite: `nohup bash autoresearch/overnight.sh &> autoresearch/overnight.log &`
|
|
19
|
+
- Single campaign: `node autoresearch/campaigns/<name>.mjs --iterations N`
|
|
20
|
+
- Eval only: `node autoresearch/eval-runner.mjs`
|
|
21
|
+
|
|
22
|
+
## Available Campaigns
|
|
23
|
+
| Campaign | Type | What It Optimizes |
|
|
24
|
+
|----------|------|-------------------|
|
|
25
|
+
| context-words | Deterministic | TIME_WORDS, OPS_WORDS relevance gates |
|
|
26
|
+
| skill-triggers | Deterministic | Skill card keyword matching |
|
|
27
|
+
| memory-thresholds | Deterministic | memory score thresholds, limits |
|
|
28
|
+
| soul-essence | LLM Judge | SOUL_ESSENCE, CAPABILITY_MAP prompts |
|
|
29
|
+
| queue-prompts | LLM Judge | Queue PROMPT_TEMPLATES |
|
|
30
|
+
| ally-experience | LLM Judge | Customer persona simulation (leverage/flow/awakening/purpose) |
|
|
31
|
+
| second-brain | LLM Judge | Vault optimization |
|
|
32
|
+
| product-audit | LLM + Structural | Full 5-phase product audit |
|
|
33
|
+
|
|
34
|
+
## Tips
|
|
35
|
+
- All LLM campaigns use Sonnet 4.6 (never lesser models)
|
|
36
|
+
- Auth resolves from Claude Code OAuth with auto-refresh
|
|
37
|
+
- The overnight runner creates a git safety snapshot before any mutations
|
|
38
|
+
- Logs go to `autoresearch/logs/` and `autoresearch/campaigns/*-log.tsv`
|
|
39
|
+
- Product audit generates a markdown report at `autoresearch/campaigns/product-audit-report.md`
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: bill-review
|
|
3
|
+
triggers: bills, expenses, spending, subscriptions, charges, financial review, bill review, monthly expenses, recurring charges, budget, money
|
|
4
|
+
tools: queue_add
|
|
5
|
+
name: godmode-bill-review
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Reviews bills, subscriptions, and recurring charges for savings opportunities"
|
|
8
|
+
keywords: ["bills", "expenses", "spending", "subscriptions", "charges"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Bill Review — Monthly Expense Analysis
|
|
14
|
+
|
|
15
|
+
When the user asks about expenses, subscriptions, or spending — route to the monthly-bill-review skill.
|
|
16
|
+
|
|
17
|
+
## How to Use
|
|
18
|
+
1. Use `queue_add` with skill `monthly-bill-review`, taskType `analysis`, persona `finance-admin`
|
|
19
|
+
2. The skill reviews past month: categorizes expenses, flags anomalies, compares trends
|
|
20
|
+
3. Output: categorized table + month-over-month comparison + action items (cancel, dispute, investigate)
|
|
21
|
+
|
|
22
|
+
## When to Trigger
|
|
23
|
+
- "Review my bills"
|
|
24
|
+
- "Any weird charges this month?"
|
|
25
|
+
- "What am I spending on subscriptions?"
|
|
26
|
+
- Runs automatically on the 1st of each month via cron
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: calendar
|
|
3
|
+
triggers: meeting, schedule, calendar, event, availability, free, busy, when am i, what's next, upcoming, standup, reschedule, block off, coming up, tomorrow
|
|
4
|
+
tools: calendar.events.today, calendar.events.range
|
|
5
|
+
name: godmode-calendar
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Manages schedule, meetings, availability, and calendar events"
|
|
8
|
+
keywords: ["meeting", "schedule", "calendar", "event", "availability"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
## When to Use
|
|
13
|
+
- User asks about schedule, meetings, availability, "what's next"
|
|
14
|
+
- Meeting prep — proactively offer when a meeting is within 2 hours
|
|
15
|
+
- Scheduling conflicts or free time analysis
|
|
16
|
+
|
|
17
|
+
## How to Use
|
|
18
|
+
- `calendar.events.today` — today's events (cached 2 min)
|
|
19
|
+
- `calendar.events.range` — events in a date range { startDate, endDate }
|
|
20
|
+
- Schedule is often already injected above — check there FIRST
|
|
21
|
+
|
|
22
|
+
## Gotchas
|
|
23
|
+
- All-day events have no startTime — check the `allDay` flag before formatting times
|
|
24
|
+
- Events cache for 2 minutes — if user just added one, tell them it may take a moment to appear
|
|
25
|
+
- Attendee emails may be truncated — match by first name when possible
|
|
26
|
+
- Uses `gog` CLI under the hood — if calendar fails, check `integrations.status` for GOG_CALENDAR_ACCOUNT
|
|
27
|
+
- Time zones: always format in the user's timezone (shown in identity above)
|
|
28
|
+
|
|
29
|
+
## Tips
|
|
30
|
+
- Cross-reference attendees with vault people files via secondBrain.search
|
|
31
|
+
- When user mentions a person + time, proactively check for conflicts
|
|
32
|
+
- For "am I free Tuesday?", use calendar.events.range, don't guess
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: code-quality
|
|
3
|
+
triggers: bug hunt, find bugs, code review, review my code, check for bugs, audit code, error handling, silent failures, simplify code, clean up code, refactor, code quality
|
|
4
|
+
tools: queue_add
|
|
5
|
+
name: godmode-code-quality
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Audits code for bugs, silent failures, and quality improvements"
|
|
8
|
+
keywords: ["bug hunt", "find bugs", "code review", "review my code", "check for bugs"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Code Quality — Bug Hunting, Review & Simplification
|
|
14
|
+
|
|
15
|
+
When the user wants code audited, reviewed, or cleaned up — route to the right queue skill.
|
|
16
|
+
|
|
17
|
+
## Which Skill to Use
|
|
18
|
+
|
|
19
|
+
| User Intent | Queue Skill | taskType |
|
|
20
|
+
|---|---|---|
|
|
21
|
+
| "Find bugs", "audit this code" | bug-hunt | review |
|
|
22
|
+
| "Review this PR", "code review" | code-review | review |
|
|
23
|
+
| "Check error handling", "silent failures" | silent-failure-audit | review |
|
|
24
|
+
| "Simplify", "clean up", "refactor" | code-simplify | coding |
|
|
25
|
+
|
|
26
|
+
## How to Use
|
|
27
|
+
1. Ask which codebase/files/PR to target (if not obvious)
|
|
28
|
+
2. Use `queue_add` with the matching skill as the description template
|
|
29
|
+
3. Include: target files/PR, what to focus on, any known pain points
|
|
30
|
+
4. For bug-hunt: results come back as a scored report with MUST FIX / DEFERRED lists
|
|
31
|
+
5. For code-review: results come as scored issues filtered for confidence
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: competitor-scan
|
|
3
|
+
triggers: competitors, competitor scan, market research, what are competitors doing, ai market, competitive landscape, market moves, product launches, competitive analysis
|
|
4
|
+
tools: queue_add
|
|
5
|
+
name: godmode-competitor-scan
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Scans the competitive landscape and tracks market moves"
|
|
8
|
+
keywords: ["competitors", "competitor scan", "market research", "what are competitors doing", "ai market"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Competitor Scan — Weekly Market Intelligence
|
|
14
|
+
|
|
15
|
+
When the user asks about competitors, market landscape, or wants a competitive analysis — route to the competitor-scan skill.
|
|
16
|
+
|
|
17
|
+
## How to Use
|
|
18
|
+
1. Use `queue_add` with skill `competitor-scan`, taskType `research`, persona `researcher`
|
|
19
|
+
2. The skill researches AI assistant market: launches, features, funding, positioning
|
|
20
|
+
3. Output: Market Moves, Opportunities, Threats — 1 page with cited sources
|
|
21
|
+
|
|
22
|
+
## When to Trigger
|
|
23
|
+
- "What are our competitors doing?"
|
|
24
|
+
- "Any new AI tools this week?"
|
|
25
|
+
- "Run a competitive scan"
|
|
26
|
+
- Runs automatically weekly Monday 8am via cron
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: content-generation
|
|
3
|
+
triggers: content, write posts, social media, tweets, blog post, newsletter, content ideas, what should I post, weekly content, twitter posts, x posts
|
|
4
|
+
tools: queue_add
|
|
5
|
+
name: godmode-content-generation
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Generates social media posts, blog content, and newsletters"
|
|
8
|
+
keywords: ["content", "write posts", "social media", "tweets", "blog post"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Content Generation — Weekly Content from Your Activity
|
|
14
|
+
|
|
15
|
+
When the user wants content created from their recent work and notes — route to the weekly-content skill.
|
|
16
|
+
|
|
17
|
+
## How to Use
|
|
18
|
+
1. Use `queue_add` with skill `weekly-content`, taskType `creative`, persona `content-writer`
|
|
19
|
+
2. The skill reviews past 7 days of vault notes, extracts topics and insights
|
|
20
|
+
3. Output: 5 social posts + 1 blog outline + 1 newsletter draft — all in the user's voice
|
|
21
|
+
|
|
22
|
+
## When to Trigger
|
|
23
|
+
- "Write me some posts"
|
|
24
|
+
- "What should I tweet about this week?"
|
|
25
|
+
- "Generate content from my notes"
|
|
26
|
+
- Runs automatically weekly Tuesday 9am via cron
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: strategy
|
|
3
|
+
triggers: gather context, what do we know, deep dive, before we decide, pull everything, context check, what am I missing, full picture, background on
|
|
4
|
+
name: godmode-context-deep-dive
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
description: "Gathers and synthesizes all available context before a decision"
|
|
7
|
+
keywords: ["gather context", "what do we know", "deep dive", "before we decide", "pull everything"]
|
|
8
|
+
author: godmode-team
|
|
9
|
+
clawhub: true
|
|
10
|
+
---
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
Run this before any major debate, recommendation, or delegation. Full context = better decisions.
|
|
14
|
+
|
|
15
|
+
This step feeds the adversarial-board and delegation pipelines. Without it, you're guessing.
|
|
16
|
+
|
|
17
|
+
## Context Gathering Protocol
|
|
18
|
+
|
|
19
|
+
### 1. Memory Search
|
|
20
|
+
Search memory for related facts, preferences, past decisions, and stated goals. Cast a wide net — search multiple angles:
|
|
21
|
+
- The topic directly
|
|
22
|
+
- Related people or companies
|
|
23
|
+
- Past decisions in this domain
|
|
24
|
+
- User preferences that apply
|
|
25
|
+
|
|
26
|
+
### 2. Vault Search
|
|
27
|
+
Search the vault (second-brain tool) for:
|
|
28
|
+
- Notes and artifacts on this topic
|
|
29
|
+
- Meeting notes with relevant context
|
|
30
|
+
- Past project deliverables
|
|
31
|
+
- Research the user or agents have done before
|
|
32
|
+
|
|
33
|
+
### 3. Recent Sessions
|
|
34
|
+
Check recent conversation history for:
|
|
35
|
+
- Related discussions in the last few days
|
|
36
|
+
- Decisions made but not yet acted on
|
|
37
|
+
- Context the user shared casually that's now relevant
|
|
38
|
+
|
|
39
|
+
### 4. People & Company Context
|
|
40
|
+
If the decision involves other people or organizations:
|
|
41
|
+
- Pull contact/company context from memory
|
|
42
|
+
- Check for past interactions, preferences, relationship notes
|
|
43
|
+
- Note any power dynamics or stakeholder concerns
|
|
44
|
+
|
|
45
|
+
### 5. Compile Context Brief
|
|
46
|
+
|
|
47
|
+
Present what you found:
|
|
48
|
+
|
|
49
|
+
**What we know:**
|
|
50
|
+
- (facts from memory, vault, sessions)
|
|
51
|
+
|
|
52
|
+
**What we don't know:**
|
|
53
|
+
- (gaps that could change the decision)
|
|
54
|
+
|
|
55
|
+
**What's changed recently:**
|
|
56
|
+
- (new information since last time this topic came up)
|
|
57
|
+
|
|
58
|
+
**Relevant past decisions:**
|
|
59
|
+
- (what was decided before and why)
|
|
60
|
+
|
|
61
|
+
## Rules
|
|
62
|
+
- Don't skip this step for complex decisions — even if you think you know the answer
|
|
63
|
+
- Surface contradictions — if memory says one thing and vault says another, flag it
|
|
64
|
+
- Be honest about gaps — "we don't have data on this" is valuable information
|
|
65
|
+
- Keep it concise — this feeds the next step, it's not the final deliverable
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: integrations
|
|
3
|
+
triggers: recurring, every day, every week, weekly, daily, automate, workflow, schedule task, set up routine, ongoing
|
|
4
|
+
tools: cron_create, cron_list, queue_add
|
|
5
|
+
name: godmode-cron-workflows
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Sets up recurring automated workflows and scheduled tasks"
|
|
8
|
+
keywords: ["recurring", "every day", "every week", "weekly", "daily"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
## When to Use
|
|
13
|
+
- The user wants a recurring business function automated
|
|
14
|
+
- The task is repeatable and can be reviewed after each run
|
|
15
|
+
- Results should improve over time through inbox scoring
|
|
16
|
+
|
|
17
|
+
## How to Create Workflows
|
|
18
|
+
1. Ask what needs to happen, how often, and what success looks like
|
|
19
|
+
2. Pick the best persona for the job
|
|
20
|
+
3. Create a cron job that queues a clear, specific task brief
|
|
21
|
+
4. Make sure the result lands in the inbox for review and scoring
|
|
22
|
+
5. Use low scores as correction data for the next run
|
|
23
|
+
|
|
24
|
+
## Cron + Agent Pattern
|
|
25
|
+
- Queue a specific agent execution via `queue_add`
|
|
26
|
+
- Use concrete instructions, not generic prompts
|
|
27
|
+
- Pick the right task type so evidence checks apply
|
|
28
|
+
- Prefer workflows the user can quickly review and rate
|
|
29
|
+
|
|
30
|
+
## Examples
|
|
31
|
+
- Weekly SEO audit every Monday at 6am
|
|
32
|
+
- Daily inbox triage every weekday at 7am
|
|
33
|
+
- Friday content review every week at 5pm
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
domain: dashboards
|
|
3
|
+
triggers: dashboard, dashboards, chart, charts, visualization, visualize, report, analytics, data view, overview, metrics, stats, statistics, scorecard, leaderboard, tracker, tracking, breakdown, summary view, show me my, build me a
|
|
4
|
+
tools: dashboards.save, dashboards.widgetData, dashboards.list
|
|
5
|
+
name: godmode-dashboards
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
description: "Creates data visualizations, charts, and metric dashboards"
|
|
8
|
+
keywords: ["dashboard", "dashboards", "chart", "charts", "visualization"]
|
|
9
|
+
author: godmode-team
|
|
10
|
+
clawhub: true
|
|
11
|
+
---
|
|
12
|
+
## When to Use
|
|
13
|
+
- User asks for ANY dashboard, chart, report, visualization, overview, or data view
|
|
14
|
+
- User says "show me my..." or "build me a..." with data/metrics context
|
|
15
|
+
- User is on the Dashboards tab and asks for something new
|
|
16
|
+
- User asks to update, refresh, or change an existing dashboard
|
|
17
|
+
|
|
18
|
+
## CRITICAL: Always Save
|
|
19
|
+
**ALWAYS call `dashboards.save` after generating dashboard HTML.** This is what makes the dashboard appear in the Dashboards tab. If you just output HTML in chat without saving, the user cannot find it later.
|
|
20
|
+
|
|
21
|
+
## How to Use
|
|
22
|
+
1. Call `dashboards.widgetData` with relevant widget IDs to get live data
|
|
23
|
+
2. Generate beautiful HTML with `<style>` blocks, SVG charts, gradients, animations
|
|
24
|
+
3. Call `dashboards.save` with: `{ title, html, scope: "global", description?, widgets? }`
|
|
25
|
+
4. Tell the user: "I've saved this to your Dashboards tab."
|
|
26
|
+
|
|
27
|
+
### Available Widgets
|
|
28
|
+
`tasks-summary`, `tasks-today`, `agent-activity`, `queue-status`, `trust-scores`, `brief-summary`, `streak-stats`, `workspace-stats`
|
|
29
|
+
|
|
30
|
+
## HTML Rules
|
|
31
|
+
- ✅ Use: `<style>`, SVG, inline styles, all HTML, animations, @keyframes, @media
|
|
32
|
+
- ❌ Never: `<script>`, `<iframe>`, `<link>`, `@import`, event handlers
|
|
33
|
+
- Use theme vars: `var(--text)`, `var(--muted)`, `var(--accent)`, `var(--card)`, `var(--bg-elevated)`, `var(--border)`, `var(--success)`, `var(--warning)`, `var(--danger)`
|
|
34
|
+
|
|
35
|
+
## Gotchas
|
|
36
|
+
- If updating an existing dashboard, pass its `id` to `dashboards.save` to overwrite (not create a duplicate)
|
|
37
|
+
- Call `dashboards.list` first to check if a similar dashboard already exists
|
|
38
|
+
- Dashboards should look stunning — use SVG charts, not plain tables
|