Super Mind

Three Pillars

Super Mind implements the Extended Mind framework's three pillars — Memory, Access, and Action — as a concrete system.

Memory

Where does this live?

Supabase tables — the database IS the extended memory. Consolidation converts raw activity into structured knowledge.

  • projects, tasks, activity_log, decisions, checkpoints
  • tickets, agents, protocols, skills
  • memory_snapshots — periodic consolidation

Access

How do I reach this?

Three access channels for the same memory: dashboard UI, Claude Code skills, and Supabase API.

  • Dashboard UI — web views for humans
  • Claude Code skills — agent CRUD operations
  • Supabase API — direct queries for integrations

Action

How does this get done?

The action pipeline: Idea → Capture → Definition → Scaffolding → Execution → Registry. Each stage maps to CRUD operations on entities.

  • Agents (H, NH, HNH) execute work
  • Skills standardize recurring operations
  • Protocols govern how agents operate

Feedback Loop

ActionActivity LogMemory SnapshotsPlanningAction

Entity Model

All 9 Extended Mind components (§3) plus decisions and consolidation — 11 entities organized in three tiers.

Tier 1 — Core Operational

CRUD from dashboard + agents

Projects

Bounded units of work

projectsProjects (§3)

Tasks

Discrete work units

tasksTasks (§3)
NEW

Tickets

Bugs, requests, ops issues

ticketsTickets (§3)

Activity Log

Chronological record

activity_logActivity Log (§3)

Decisions

Non-obvious choices with rationale

decisions(implicit in spec)

Checkpoints

Milestones

checkpointsCheckpoints (§3)

Tier 2 — System Entities

Tracked, not primary CRUD

NEW

Agents

H/NH/HNH entities that operate on the system

agentsAgents (§3)
NEW

Protocols

References to CLAUDE.md files governing agents

protocolsProtocols (§3)
NEW

Skills

References to .claude/skills/ operations

skillsSkills (§3)

Tier 3 — Emergent / Consolidation

Patterns extracted from activity

NEW

Memory Snapshots

Periodic summaries of activity patterns

memory_snapshotsConsolidation (§3)

Identity

Emergent — computed from patterns across all entities

Identity (§3)

Action Pipeline

Every idea follows a pipeline from inception to execution. Each stage maps to CRUD operations on Super Mind entities.

1

Idea

Something emerges — from conversation, reading, observation. Not yet recorded.

2

Capture

Registered in the system. Create project or task — it now exists as a component.

3

Definition

Developed into a spec — purpose, scope, and structure are articulated.

4

Scaffolding

Project structure created: protocols, tracking files, initial artifacts.

5

Execution

Active work. Agents (H, NH, HNH) produce artifacts — code, writing, designs.

6

Registry

What was done is logged. Activity log grows. The feedback loop closes.

IdeaCaptureDefinitionScaffoldingExecutionRegistry

Consolidation

Converting raw activity into structured knowledge — the agent equivalent of sleep consolidation. This is what separates storage from genuine cognitive extension.

1

Activity Log

Raw events — what was done, by whom, when

Level 1-2: Storage
2

Pattern Extraction

What recurs, what changed, cross-project themes

Level 3: Connected Storage
3

Memory Snapshots

Structured knowledge — periodic consolidation summaries

Level 3-4: Active Extension
4

Identity

Emergent model of the operator — who they are, how they work, what they value

Level 4: Cognitive Extension

Storage → Extension Spectrum

StorageOrganizedConnectedActive Extension