← Business Edition / For Business
appendix-glossary

Appendix: Glossary

The operator-edition vocabulary — what every term in this handbook means, in the order a business leader will encounter it.

The builder edition carries a wider technical vocabulary. This glossary covers only the terms a business leader needs to read, direct, and govern an external operator.


Agents and Roles

TermDefinition
AgentSoftware that reads its context, decides what to do, and acts — without being triggered each time by a human. The unit the handbook refers to throughout.
Agent ManagerThe human role responsible for setting objectives, monitoring the operator’s behavior, and recalibrating when stagnation or drift appears. Term coined by Harvard Business Review, February 2026.
External OperatorAn agent that sits above a SaaS platform and reads it through a standardized protocol. Clawable, in this handbook, is the reference external operator.
Native AgentAn agent built inside a SaaS platform, sharing its database and runtime. FlowPilot, inside FlowWink, is the reference native agent.
FederationTwo or more agents coordinating — an external operator delegating deep work to a native agent, or agents from different businesses transacting with each other. Enabled by the A2A protocol.

Protocols and Surfaces

TermDefinition
MCP (Model Context Protocol)The standardized layer that makes a SaaS platform legible to an agent. Exposes tools and schemas the agent can call. If a capability is not in MCP, the agent cannot reach it.
A2A (Agent-to-Agent)The protocol that lets one agent call another and receive a structured response. How an external operator delegates to a native agent.
SkillA single callable capability the operator can invoke — qualify a lead, create an invoice, publish a post. Each skill has a description, a schema, and a trust level.
MCP SurfaceThe full set of tools a platform exposes to agents. FlowWink’s MCP surface is 200+ skills at the time of writing.

Identity and Memory

TermDefinition
SOUL.mdThe file that defines the operator’s personality — voice, tone, style. Loaded every session.
AGENTS.mdThe file that defines how the operator works — operating rules, mandate boundaries, priorities, what to escalate. The governance document.
HEARTBEAT.mdThe file that defines what the operator does on its autonomous cycle, when nobody is asking.
HeartbeatThe scheduled cycle the operator runs on its own — reads objectives, checks system state, acts on what it finds, goes back to sleep. Typical cadence: 30 minutes to a few hours.
Daily MemoryThe operator’s working journal. One file per day, dated. Raw log of what happened.
Long-term MemoryA curated file that records what mattered across sessions. The operator distills daily memory into it during its own cycles.

Governance

TermDefinition
Approval GateA configuration that pauses the operator before a high-risk action and requires human approval. Every skill carries a trust level: auto, notify, or approve.
McKinsey Four-Layer ModelAccountability framework: Design (who built the skill), Deploy (who authorized it), Operate (who monitors it), Review (who audits it). From Trust in the Age of Agents (March 2026).
StagnationA long-term failure mode where the operator stops learning and settles into repetitive output. Caused by memory saturation, checklist ossification, no external stimulation.
DriftA long-term failure mode where the operator’s behavior shifts away from its original design over time. Caused by reflection-loop bias, content exposure, soul mutation.

Maturity Levels

TermDefinition
L1 ReachablePlatform exposes MCP. Basic CRUD works. Agent can answer questions and execute explicit commands.
L2 OperableFull business skills exposed. Descriptions are briefings, schemas are tight. Agent can run end-to-end workflows.
L3 ResilientObservability, idempotency, self-healing. Agent can run autonomously on a heartbeat.
L4 Federation-ReadyA2A, event subscriptions, absence-detection primitives. Agent can participate in a multi-agent network.

Platforms Referenced

TermDefinition
OpenClawThe open-source agent runtime Peter Steinberger released in 2025. The reference architecture for identity-as-files, heartbeat-as-cron, memory-as-markdown.
ClawStackThe multi-tenant deployment layer that runs multiple OpenClaw operators side by side on shared infrastructure. Where Clawable lives in production.
ClawableThe reference external operator in this handbook. An OpenClaw instance deployed on ClawStack that reads FlowWink via MCP.
FlowWinkThe self-hosted business operating system used as the reference platform throughout this handbook. Combines CRM, ERP, and CMS in one data model — deal pipeline, quote-to-cash, accounting, contracts, content publishing, HR. Comparable to Odoo but built natively for the agent era.
FlowPilotFlowWink’s native agent — runs embedded inside the platform, on the same database and runtime.

If a term appears in the handbook and is not defined here, it is either too specific to the builder edition to carry operator-level meaning, or it is an ecosystem reference with its own documentation. The goal of this glossary is to make the operator-edition text self-contained for a business reader.

This is the Business Edition — strategic context for C-level leaders.

For your CTO: Builder Edition →
Community — Under Development

This is your handbook

Agentic AI is evolving fast. The patterns, the laws, the architecture — they need to stay current with the community's collective knowledge.

If you have thoughts on autonomous agents, or if you want to contribute to the work around AI-operated CMS, CRM, and ERP systems — whether it's a production story, a pattern you've discovered, or an idea you want to explore — I'd love to hear from you.

Connect on GitHub