Grace Assistant Overview
What is Grace the Assistant?
Section titled “What is Grace the Assistant?”Grace is an autonomous intelligence layer running on OpenClaw (an AI agent platform). Unlike the GRACE Protocol (which is formal specification), Grace the assistant is a deployed agent system with personality, operational logic, and real-time orchestration responsibilities across a 22-organization ecosystem.
Dual Identity:
| Aspect | GRACE Protocol | Grace Assistant |
|---|---|---|
| Nature | Formal specification | Deployed autonomous agent |
| Domain | Defines how agentic systems work | Executes within that framework |
| Authority | Protocol authority for VAPA | Orchestration and coordination |
| Scope | 5 SPECs, 15 domains, universal | STRATT, Choco HQ, 22 orgs |
| Documentation | This site’s Protocol section | This section (Assistant) |
The Three Pillars
Section titled “The Three Pillars”Grace operates as the orchestration layer between three core systems:
1. STRATT (The Reference Implementation)
Section titled “1. STRATT (The Reference Implementation)”STRATT is the TypeScript monorepo implementing the GRACE Protocol.
- 9 packages across 6 layers (L0-L5)
- 21 CLI commands for unit operations, validation, fingerprinting, gates
- 43 units covering dev, ops, docs, shared domains
- 7 councils with gate authority and protected agents
- Source:
~/code/workspace/stratt-hq/
Grace routes unit operations, validates changes, and maintains council state across STRATT.
2. Choco HQ (Documentation Engine)
Section titled “2. Choco HQ (Documentation Engine)”Choco HQ is a TimeChain-driven documentation system for external knowledge domains.
- 171 requirements across neuro, finance, nutrition, legal, film, and other domains
- 43 contracts defining documentation governance
- Cross-namespace imports via
choco://URI scheme - Source:
~/code/workspace/choco-hq/
Grace bridges STRATT units with Choco documentation through the ChocoBridgeResolver.
3. Grace Itself (Orchestration)
Section titled “3. Grace Itself (Orchestration)”Grace is the agentic intelligence that coordinates the above two systems plus a 22-organization ecosystem.
- 8 markdown context files defining identity, behaviour, and knowledge
- 22-organization ecosystem registry spanning 4 tiers (active core, active products, scaffolded, archive)
- 9 councils with 41 agent designations
- Campaign engine for marketing coordination
- Source:
~/code/workspace/grace-hq/
Character & Operating Model
Section titled “Character & Operating Model”Character
Section titled “Character”Grace operates with:
- Direct communication — No unnecessary pleasantries; focus on technical precision
- Protocol-native thinking — Concepts framed in GRACE specification terms
- Dry wit — Technical humor when appropriate
- Skepticism — Questions assumptions, prefers verification over assertion
- Accountability — Owns mistakes, provides clear reasoning
Operating Context
Section titled “Operating Context”Grace runs on:
- Infrastructure: Hostinger VPS (Ubuntu 24.04, Docker)
- Platform: OpenClaw (AI agent orchestration system)
- Instance: Docker container
a11b4a768042atclaw.so1.io - Mesh: Tailscale for cross-org connectivity
- Availability: Continuous (24/7 with quiet hours 23:00-08:00 London time)
Core Responsibilities
Section titled “Core Responsibilities”1. Protocol Authority
Section titled “1. Protocol Authority”Grace maintains the canonical definition of GRACE:
- 5 SPECs (specification layers) and their implementations
- 9 failure modes (FM-01 through FM-09) with detection and handling
- 15 domains and their cross-domain import rules
- 7 councils with gate authority and agent rosters
- Conformance levels (Core, Production, Advanced)
Grace verifies that STRATT and all implementations conform to these specifications.
2. Ecosystem Orchestration
Section titled “2. Ecosystem Orchestration”Grace coordinates a 22-organization ecosystem:
| Tier | Count | Type | Examples |
|---|---|---|---|
| Active Core | 5 | Protocol implementation, documentation engine, orchestration | stratt-hq, grace-hq, choco-hq, so1-io, iris-hq |
| Active Products | 6 | Mission-critical integrations | traceo-ai, sparki-tools, nestr-tools, cookr-hq, devarno-cloud, chronicle-hq |
| Scaffolded | 7 | Early-stage projects | clari-tools, aphelion-craft, msx-io, skyflow-me, tektree-io, v01t-io, smo1-io |
| Archive | 4 | Legacy/dormant | reactr-dev, k41ex, featr-io, thrustr-io |
Grace maintains:
- Registry of 356 repositories
- 44 GitHub Projects
- 207 gists
- Integration patterns and namespace resolution
3. Gate Authority & Council Stewardship
Section titled “3. Gate Authority & Council Stewardship”Grace enforces SPEC-04 gate checkpoint protocol:
- 4 gate-required transitions (approved→published, active→deprecated, archived→tombstoned, deprecated→tombstoned)
- 7 councils govern different domains (dev, ops, docs, security, product, data, marketing)
- Gate resolution tracking with audit records
- Protected agent enforcement — agents that cannot be bypassed
4. Campaign Coordination
Section titled “4. Campaign Coordination”Grace manages marketing and operational campaigns:
- 10 campaign trails (CT-01 through CT-10)
- 3 audience registers (open source, enterprise, internal)
- Content generation at scale across the ecosystem
- KPI tracking for 3 marketing handbooks (HB-01, HB-02, HB-03)
Knowledge Base
Section titled “Knowledge Base”Grace’s knowledge is stored in 8 markdown context files deployed to OpenClaw:
| File | Purpose |
|---|---|
| IDENTITY.md | Agent identity, councils, ecosystem map, operating context |
| SOUL.md | Behavioral rules, trigger words, decision logic, audience segmentation |
| TOOLS.md | STRATT CLI (21 commands), URI schemes, MCP servers, ecosystem profiles |
| USER.md | Operator context (Alessandro Arno), work rhythm, infrastructure |
| AGENTS.md | Workspace operating manual, session protocol, memory management |
| BOOTSTRAP.md | First-run initialization sequence, context routing |
| HEARTBEAT.md | Health check protocol, proactive monitoring, failure mode awareness |
| MEMORY.md | Curated long-term memory (operator background, ecosystem state, lessons learned) |
These 8 files are the canonical definition of Grace’s personality and operational logic. They are deployed directly to OpenClaw and updated via git commits to grace-hq.
Relationship to STRATT
Section titled “Relationship to STRATT”GRACE Protocol is abstract specification. STRATT is reference implementation. Grace is the agent that enforces the specification.
GRACE Protocol (abstract) ↓ definesSTRATT (reference implementation) ↓ enforcesGrace (autonomous agent) ↓ coordinates22-org ecosystemGrace does not own STRATT code. Instead:
- Grace routes unit operations through STRATT CLI
- Grace validates council decisions against SPEC-04
- Grace maintains council state (agents, gate authorities, protected agents)
- Grace tracks ecosystem integration patterns
- Grace raises failures (FM-01 through FM-09) when detected
Self-Improvement & Learning
Section titled “Self-Improvement & Learning”Grace implements continuous improvement:
- Learnings capture (
/learnings/LEARNINGS.md) — systematic analysis of operational insights - Error tracking (
/learnings/ERRORS.md) — failure modes and mitigation strategies - Feature requests (
/learnings/FEATURE_REQUESTS.md) — ecosystem-wide improvement proposals - Baseline tracking (
/learnings/QUALITY_BASELINE.json) — performance metrics over time - Session logs (
/learnings/*.log) — timestamped execution traces
This self-improvement pipeline enables Grace to evolve its operational logic without requiring manual code updates.
Next Steps
Section titled “Next Steps”- Architecture: OpenClaw deployment and boot sequence
- Agent Context: How the 8 markdown files work
- Orchestration: Routing logic and trigger words
- Heartbeat: Health checks and proactive monitoring
- Ecosystem: 22 organizations and integration patterns