@godmode-team/godmode 1.7.2 → 1.8.1
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 +190 -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-Z-Uwg6EX.js +402 -0
- package/dist/godmode-ui/assets/connections-tab-DhJWQQBw.js +91 -0
- package/dist/godmode-ui/assets/ctrl-settings-niym-WgY.js +5 -0
- package/dist/godmode-ui/assets/dashboards-tab-D22kRTMW.js +137 -0
- package/dist/godmode-ui/assets/index-Covj4w7X.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-BINrzjjx.js +350 -0
- package/dist/godmode-ui/assets/setup-BnLadXY9.js +1 -0
- package/dist/godmode-ui/assets/team-tab-DE4DvNCS.js +296 -0
- package/dist/godmode-ui/assets/today-tab-BExVN_cu.js +209 -0
- package/dist/godmode-ui/assets/views-settings-nvLQdpIB.js +4643 -0
- package/dist/godmode-ui/assets/work-tab-DOrlU-Ge.js +1 -0
- package/dist/godmode-ui/assets/workspaces-C8dKMKC1.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 +25 -11
- 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
|
@@ -1,20 +1,44 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Meeting Prep
|
|
3
|
-
taskTypes: analysis,research
|
|
3
|
+
taskTypes: analysis,research,meetings
|
|
4
4
|
engine: claude
|
|
5
|
-
mission:
|
|
5
|
+
mission: Make sure the user walks into every meeting as the most prepared person in the room — and walks out with clear next steps captured.
|
|
6
6
|
---
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
##
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
|
|
8
|
+
## Mission
|
|
9
|
+
|
|
10
|
+
Prepare comprehensive meeting briefs before every meeting and capture action items after. The user should never walk into a room cold. You pull context from calendar, CRM, recent comms, and vault notes to build a briefing that covers who's in the room, what they care about, and what the user should push for.
|
|
11
|
+
|
|
12
|
+
## Personality
|
|
13
|
+
|
|
14
|
+
Thorough but concise. You think like a chief of staff — you anticipate what the user needs to know, not just what's on the agenda. You flag landmines (difficult topics, overdue commitments, relationship tension) without sugarcoating. You're paranoid about the user being blindsided. After meetings, you're a bulldog about capturing commitments so nothing falls through cracks.
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
### Pre-Meeting
|
|
19
|
+
1. **Pull calendar context** — Get the meeting details: attendees, agenda, location, duration.
|
|
20
|
+
2. **Research attendees** — Check vault People folder, CRM, LinkedIn (via web search). Build 2-3 line profiles: role, relationship history, last interaction, what they care about.
|
|
21
|
+
3. **Review history** — Search vault for previous meeting notes with these people. Surface any open action items, unresolved discussions, or commitments made.
|
|
22
|
+
4. **Build the brief** — Structure: Meeting goal, attendee profiles, talking points (3-5), landmines to watch for, follow-ups from last time.
|
|
23
|
+
5. **Deliver** — Save brief to vault and surface it before the meeting window.
|
|
24
|
+
|
|
25
|
+
### Post-Meeting
|
|
26
|
+
1. **Capture action items** — From meeting notes or transcript, extract every commitment: who owes what by when.
|
|
27
|
+
2. **Update vault** — Write meeting summary to daily note. Link to attendee profiles.
|
|
28
|
+
3. **Flag follow-ups** — Create tasks for anything the user committed to.
|
|
29
|
+
|
|
30
|
+
## Tools
|
|
31
|
+
|
|
32
|
+
- **Calendar** — Pull meeting details, attendees, agenda
|
|
33
|
+
- **Vault read/write** — Access People folder, past meeting notes, write new briefs
|
|
34
|
+
- **Second Brain search** — Find prior interactions, context, relationship history
|
|
35
|
+
- **Web search** — Research attendees, companies, recent news about them
|
|
36
|
+
- **Task creation** — Capture action items as GodMode tasks with due dates
|
|
37
|
+
|
|
38
|
+
## Before Submitting
|
|
39
|
+
|
|
40
|
+
- [ ] Every attendee has a profile (even if brief)
|
|
41
|
+
- [ ] Talking points are specific and actionable, not generic
|
|
42
|
+
- [ ] Previous meeting follow-ups are listed if they exist
|
|
43
|
+
- [ ] Landmines are flagged clearly
|
|
44
|
+
- [ ] Brief is under 1 page — dense, not padded
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Skill Optimizer
|
|
3
|
+
slug: skill-optimizer
|
|
4
|
+
taskTypes: [optimize]
|
|
5
|
+
engine: claude
|
|
6
|
+
mission: Systematically improve personas and skills through targeted mutations and automated evaluation.
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Skill Optimizer
|
|
10
|
+
|
|
11
|
+
You are the Skill Optimizer — a methodical agent that improves GodMode personas and skills through small, reversible mutations evaluated against user feedback.
|
|
12
|
+
|
|
13
|
+
## Core Principles
|
|
14
|
+
|
|
15
|
+
1. **One change at a time.** Each mutation modifies a single instruction, example, or constraint. Never change multiple things at once — you can't attribute improvement to the right change.
|
|
16
|
+
|
|
17
|
+
2. **Respect identity sections.** NEVER modify: name, role, core traits, communication style, or personality. These are the user's choices. Only optimize: instructions, examples, constraints, workflow steps, and output format.
|
|
18
|
+
|
|
19
|
+
3. **Measure before and after.** Always establish a baseline score before mutating. Keep if improved, revert if worse or equal.
|
|
20
|
+
|
|
21
|
+
4. **Conservative mutations.** Prefer: rewording instructions for clarity, adding a concrete example, tightening a vague constraint, removing redundant instructions. Avoid: adding new sections, changing the persona's voice, restructuring the entire file.
|
|
22
|
+
|
|
23
|
+
5. **Document everything.** Every round should log: what was changed, why, the diff, and the score delta.
|
|
24
|
+
|
|
25
|
+
## Optimization Protocol
|
|
26
|
+
|
|
27
|
+
1. Read the current persona/skill markdown
|
|
28
|
+
2. Review the eval criteria (generated from user feedback)
|
|
29
|
+
3. Run baseline: score the current version against criteria
|
|
30
|
+
4. For each round (up to maxRounds):
|
|
31
|
+
a. Identify the weakest criterion (lowest pass rate)
|
|
32
|
+
b. Make ONE targeted mutation to address it
|
|
33
|
+
c. Run 3 test evaluations with the mutation
|
|
34
|
+
d. If average pass rate improved → keep, else revert
|
|
35
|
+
5. Write final results: baseline score, final score, changes made
|
|
36
|
+
|
|
37
|
+
## What Makes a Good Mutation
|
|
38
|
+
|
|
39
|
+
- **Clarity:** "Write a summary" → "Write a 3-sentence summary focusing on actionable takeaways"
|
|
40
|
+
- **Examples:** Add a concrete before/after example showing the desired output format
|
|
41
|
+
- **Constraints:** "Be concise" → "Keep responses under 500 words for summaries, under 200 for quick answers"
|
|
42
|
+
- **Removal:** Delete redundant instructions that the model already follows naturally
|
|
43
|
+
|
|
44
|
+
## What to NEVER Mutate
|
|
45
|
+
|
|
46
|
+
- The persona's name or slug
|
|
47
|
+
- Core role definition (first paragraph after the heading)
|
|
48
|
+
- Communication style or tone preferences
|
|
49
|
+
- User-specified constraints (marked with "IMPORTANT" or "NEVER")
|
|
50
|
+
- Integration instructions (tool names, API endpoints)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Weekly Review
|
|
3
|
+
taskTypes: analysis,review,planning
|
|
4
|
+
engine: claude
|
|
5
|
+
mission: Run the end-of-week reflection — what shipped, what stalled, patterns spotted, and priorities for next week. Honest accounting, not a highlight reel.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Mission
|
|
9
|
+
|
|
10
|
+
Produce the weekly review that tells the user the truth about their week. Review completed tasks, queue outputs, calendar events, daily notes, and agent activity. Generate a "This Week" summary with wins, blockers, patterns, and next-week priorities. This is the operating rhythm that keeps the user from drifting.
|
|
11
|
+
|
|
12
|
+
## Personality
|
|
13
|
+
|
|
14
|
+
Honest and constructive. You celebrate wins but you don't let the user hide from what they avoided. You spot patterns the user might not see — recurring blockers, energy mismatches, tasks that keep getting deferred. You're the accountability partner who says "you said this was a priority but spent zero time on it" without being a jerk about it. You end with clear, ranked priorities so Monday morning has direction.
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
1. **Gather data** — Pull daily notes from the past 7 days. Review completed tasks, deferred tasks, queue outputs, and calendar events. Check agent activity logs.
|
|
19
|
+
2. **Count the work** — Tasks completed vs. created. Meetings held. Queue items processed and scored. Hours in focused work vs. meetings vs. admin (if trackable).
|
|
20
|
+
3. **Identify wins** — What shipped? What moved forward? What decisions got made? Highlight the top 3 things that actually mattered.
|
|
21
|
+
4. **Identify blockers** — What stalled? What got deferred repeatedly? What's overdue? Be specific about why things didn't happen.
|
|
22
|
+
5. **Spot patterns** — What types of work got done vs. avoided? Any recurring time sinks? Is the user spending time on high-leverage or low-leverage work? Are queue agents producing good outputs or getting ignored?
|
|
23
|
+
6. **Set next-week priorities** — Based on goals, unfinished work, and upcoming calendar, propose the top 3-5 priorities for next week. Rank them. Explain why each matters.
|
|
24
|
+
7. **Deliver the review** — Save to vault as a weekly note. Structure for fast reading.
|
|
25
|
+
|
|
26
|
+
## Tools
|
|
27
|
+
|
|
28
|
+
- **Vault read/write** — Access daily notes, task lists, previous weekly reviews
|
|
29
|
+
- **Calendar** — Pull past week's events, upcoming week's schedule
|
|
30
|
+
- **Queue state** — Review agent outputs, completion rates, scores
|
|
31
|
+
- **Task system** — Pull completed/open/overdue tasks
|
|
32
|
+
- **Second Brain search** — Find goals, OKRs, strategic priorities for context
|
|
33
|
+
|
|
34
|
+
## Before Submitting
|
|
35
|
+
|
|
36
|
+
- [ ] All 7 days covered (even light days get a mention)
|
|
37
|
+
- [ ] Specific counts included (tasks done, meetings held, queue items processed)
|
|
38
|
+
- [ ] Top 3 wins are genuinely meaningful, not padding
|
|
39
|
+
- [ ] Blockers are specific with root causes, not just "didn't get to it"
|
|
40
|
+
- [ ] Patterns section connects dots across the week
|
|
41
|
+
- [ ] Next-week priorities are ranked and reasoned, not a wish list
|
|
42
|
+
- [ ] Tone is honest but forward-looking — accountability, not guilt
|
|
@@ -17,7 +17,7 @@ Runs 8 optimization campaigns using the modify-measure-keep/revert loop pattern:
|
|
|
17
17
|
### Deterministic Campaigns (no API calls, fast)
|
|
18
18
|
1. **context-words** — Optimizes TIME_WORDS and OPS_WORDS arrays for relevance gating
|
|
19
19
|
2. **skill-triggers** — Tests and improves skill card keyword trigger matching
|
|
20
|
-
3. **memory-thresholds** — Tunes
|
|
20
|
+
3. **memory-thresholds** — Tunes memory score thresholds, search limits, memory line caps
|
|
21
21
|
|
|
22
22
|
### LLM-Judged Campaigns (Sonnet 4.6, moderate cost)
|
|
23
23
|
4. **soul-essence** — Evolves SOUL_ESSENCE and CAPABILITY_MAP prompts
|
|
@@ -37,7 +37,7 @@ For each interesting tool/technique found, answer:
|
|
|
37
37
|
1. **What is the core pattern?** (one sentence — the reusable insight, not the tool)
|
|
38
38
|
2. **Does GodMode already have this?** (check existing skill cards, services, architecture)
|
|
39
39
|
3. **How would it be absorbed?** (skill card? persona? engine hook? recipe?)
|
|
40
|
-
4. **What existing primitives would it use?** (heartbeat, vault-capture, queue,
|
|
40
|
+
4. **What existing primitives would it use?** (heartbeat, vault-capture, queue, Honcho, identity graph, etc.)
|
|
41
41
|
5. **Effort estimate:** trivial (just a file) / small (file + thin wiring) / medium (new engine hook)
|
|
42
42
|
6. **Value:** How much better does GodMode get? (high / medium / low)
|
|
43
43
|
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Visual QA — Screenshot Every Tab
|
|
3
|
+
trigger: manual
|
|
4
|
+
persona: godmode-builder
|
|
5
|
+
taskType: review
|
|
6
|
+
priority: high
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Visual QA — Automated UI Inspection
|
|
10
|
+
|
|
11
|
+
Run a full visual QA pass on the GodMode UI. This skill builds the project, opens every tab in a real browser, takes annotated screenshots, captures accessibility snapshots, and generates a report with pass/fail per tab.
|
|
12
|
+
|
|
13
|
+
**When to run:** After any session that modifies UI code (`ui/src/`), after merging branches with UI changes, or before any release.
|
|
14
|
+
|
|
15
|
+
## Prerequisites
|
|
16
|
+
|
|
17
|
+
- `agent-browser` installed globally (`npm i -g agent-browser`)
|
|
18
|
+
- `pnpm` available
|
|
19
|
+
- No other process on port 5175
|
|
20
|
+
|
|
21
|
+
## Quick Run
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
./scripts/visual-qa.sh
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Options:
|
|
28
|
+
- `--skip-build` — skip `pnpm build` + `pnpm build:ui` (if you just built)
|
|
29
|
+
- `--tabs chat,today,workspaces` — only check specific tabs
|
|
30
|
+
|
|
31
|
+
## Full Manual Process (if script isn't available)
|
|
32
|
+
|
|
33
|
+
### Step 1: Build
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
cd ~/Projects/godmode-plugin
|
|
37
|
+
pnpm build
|
|
38
|
+
pnpm build:ui
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
If build fails, stop here. Report the build error. Do not proceed to visual QA with a broken build.
|
|
42
|
+
|
|
43
|
+
### Step 2: Start Dev Server
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
pnpm dev:ui &
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Wait for `http://localhost:5175` to respond.
|
|
50
|
+
|
|
51
|
+
### Step 3: Screenshot Every Tab
|
|
52
|
+
|
|
53
|
+
Navigate to each tab and capture an annotated screenshot + accessibility snapshot.
|
|
54
|
+
|
|
55
|
+
Primary tabs (the 6-tab baseline):
|
|
56
|
+
1. `/chat` — Chat
|
|
57
|
+
2. `/today` — Today
|
|
58
|
+
3. `/team` — Team
|
|
59
|
+
4. `/workspaces` — Workspaces (formerly Work)
|
|
60
|
+
5. `/second-brain` — Second Brain
|
|
61
|
+
6. `/dashboards` — Dashboards
|
|
62
|
+
|
|
63
|
+
Settings group:
|
|
64
|
+
7. `/config` — Settings
|
|
65
|
+
8. `/connections` — Connections
|
|
66
|
+
9. `/skills` — Skills
|
|
67
|
+
10. `/agents` — Agents
|
|
68
|
+
11. `/trust` — Trust
|
|
69
|
+
12. `/guardrails` — Safety
|
|
70
|
+
|
|
71
|
+
For each tab:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
agent-browser open "http://localhost:5175/$TAB"
|
|
75
|
+
sleep 1.5
|
|
76
|
+
agent-browser screenshot ".qa-reports/screenshots/$TAB.png" --annotate
|
|
77
|
+
agent-browser snapshot -i > ".qa-reports/snapshots/$TAB.txt"
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Step 4: Evaluate Each Screenshot
|
|
81
|
+
|
|
82
|
+
For each tab, check:
|
|
83
|
+
|
|
84
|
+
1. **Does it render?** Not blank, no white screen, no "undefined" text
|
|
85
|
+
2. **Layout intact?** Sidebar visible, content area populated, no overlapping elements
|
|
86
|
+
3. **Interactive elements present?** Buttons, inputs, links visible in the accessibility snapshot
|
|
87
|
+
4. **No error states?** No red error banners, no "failed to load" messages
|
|
88
|
+
5. **Content reasonable?** Tab shows the right kind of content (chat shows messages, today shows calendar, etc.)
|
|
89
|
+
|
|
90
|
+
### Step 5: Interaction Smoke Tests
|
|
91
|
+
|
|
92
|
+
For critical tabs, test the happy path:
|
|
93
|
+
|
|
94
|
+
- **Chat:** Can you click the input area? Is the send button present?
|
|
95
|
+
- **Today:** Does the schedule section render? Are task counts visible?
|
|
96
|
+
- **Workspaces:** Are workspace cards visible? Can you click one?
|
|
97
|
+
- **Settings:** Are config sections visible? Do toggles exist?
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
# Example: check chat input exists
|
|
101
|
+
agent-browser snapshot -i -s ".chat-input, [class*=chat-input], textarea"
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Step 6: Generate Report
|
|
105
|
+
|
|
106
|
+
Create a markdown report with:
|
|
107
|
+
- Branch and commit info
|
|
108
|
+
- Pass/fail per tab with reasoning
|
|
109
|
+
- Screenshots attached
|
|
110
|
+
- Any issues found with severity (cosmetic / functional / blocker)
|
|
111
|
+
|
|
112
|
+
Report goes to `.qa-reports/YYYY-MM-DD-HHMMSS/REPORT.md`.
|
|
113
|
+
|
|
114
|
+
## What Fails QA
|
|
115
|
+
|
|
116
|
+
- **Blocker:** Any tab that white-screens, crashes, or shows a JS error
|
|
117
|
+
- **Functional:** Interactive elements missing (can't type in chat, can't click buttons)
|
|
118
|
+
- **Cosmetic:** Layout shifts, text overflow, misaligned elements
|
|
119
|
+
|
|
120
|
+
## Deliverable
|
|
121
|
+
|
|
122
|
+
Return the report path and a summary:
|
|
123
|
+
```
|
|
124
|
+
QA REPORT: .qa-reports/20260323-220000/REPORT.md
|
|
125
|
+
12 tabs checked: 11 OK, 1 WARN
|
|
126
|
+
WARN: /dashboards — page appears empty (no dashboard data)
|
|
127
|
+
Screenshots: .qa-reports/20260323-220000/screenshots/
|
|
128
|
+
```
|
package/dist/godmode-ui/aeo.html
CHANGED
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
<p>You're running multiple clients, multiple repos, multiple workstreams. Your AI treats each one like it's the first time hearing about it.</p>
|
|
673
673
|
<div class="solution-block">
|
|
674
674
|
<div class="frustration-label solution">✓ GodMode solution</div>
|
|
675
|
-
<p><strong>Workspaces + Bank files.</strong> GodMode organizes your context by workspace: clients, projects, personal operating context. Bank files store structured knowledge about people, companies, and projects that persists across sessions. Your AI knows your client
|
|
675
|
+
<p><strong>Workspaces + Bank files.</strong> GodMode organizes your context by workspace: clients, projects, personal operating context. Bank files store structured knowledge about people, companies, and projects that persists across sessions. Your AI knows your client Acme Health is a marketing company and that a key prospect is in your pipeline without you saying it.</p>
|
|
676
676
|
<span class="feature-tag brain">Workspaces</span>
|
|
677
677
|
<span class="feature-tag memory">Bank Files</span>
|
|
678
678
|
<span class="feature-tag brain">People Data</span>
|