# Enterprise Context Management (ECM)
Enterprise Context Management is the organization-wide discipline of governing, standardizing, and managing AI context across all teams and individuals. It's the highest layer in the context management hierarchy, providing the policies, standards, and infrastructure that flow down to [[Team Context Management (TCM)|TCM]] and [[Personal Context Management (PCM)|PCM]].
All levels of context management use the same principles and techniques of [[Context Engineering]], just applied at different scales. ECM focuses on **strategy, focus, and culture**: the organizational foundations that every team and project inherits.
## What ECM covers
- **Strategy and focus**: organizational direction, priorities, and what matters most
- **Culture and values**: how the organization works, communicates, and makes decisions
- **AI governance policies**: what AI can and cannot do, data handling rules, compliance requirements, and audit trails
- **Organizational knowledge bases**: company-wide knowledge that all AI agents should have access to (or be restricted from)
- **Access control**: who can provide what context to AI, and what context AI can access across the organization
- **Context quality standards**: how context should be structured, maintained, and reviewed at the enterprise level
- **Shared infrastructure**: centralized [[Model Context Protocol (MCP)|MCP]] servers, RAG pipelines, and knowledge retrieval systems
- **Compliance and security**: ensuring AI context management meets regulatory requirements (GDPR, SOC2, industry-specific regulations)
- **Cross-team context sharing**: policies for how context flows between teams without creating silos or leaking sensitive information
## Why ECM matters
As organizations adopt AI at scale, context management becomes a governance challenge:
- Different teams using conflicting AI configurations leads to inconsistent outputs
- Uncontrolled context sharing creates security and compliance risks
- Without standards, each team reinvents context management from scratch
- AI agents with access to uncontrolled organizational knowledge can leak sensitive information
## The context management hierarchy
ECM is the top layer:
- **ECM**: organization-wide policies, compliance, standards (strategy, focus, culture)
- **[[Team Context Management (TCM)|TCM]]**: team-level conventions and shared workflows (members, processes, priorities)
- **[[Project Context Management (PCM)|Project Context Management]]**: project-specific context (architecture, design, implementation details, business rules)
- **[[Personal Context Management (PCM)|PCM]]**: individual preferences, style, and personal knowledge
[[Context Inheritance]] flows down: project context takes into account the enterprise context and team/service/department context. Each layer constrains the ones below it. Enterprise policies set boundaries; teams operate within those boundaries; projects inherit team standards; individuals layer their personal context on top.
## The form context takes
The ideal form for context management (at any level) is currently a set of Markdown files:
- An **[[AI Master Prompt]]** that gives the ground rules and base context (e.g., organization name, stakeholders, architecture, goals, rules, priorities)
- **AGENTS.md/CLAUDE.md files** at different levels of the project source code, describing technical architecture, design, rules
- **[[AI Agent Skills|AI Skills]]** describing how to perform certain tasks, workflows, and processes
- **[[AI Agents]]** taking on specific roles and leveraging different combinations of skills
This [[Context-as-Code]] approach means context is version-controlled, reviewable, and evolves alongside the work it describes.
## Connection to [[Digital Twin]]
At enterprise scale, ECM starts resembling a digital twin of the organization's knowledge and processes. AI agents equipped with well-managed enterprise context can navigate the organization's information landscape in ways that mirror how experienced employees do.
## References
-
## Related
- [[Personal Context Management (PCM)]]
- [[Project Context Management (PCM)|Project Context Management]]
- [[Team Context Management (TCM)]]
- [[Context Engineering]]
- [[Context Inheritance]]
- [[Context-as-Code]]
- [[AI Master Prompt]]
- [[How to create your Business AI Master Prompt]]
- [[AI Agents]]
- [[AI Agent Skills]]
- [[Model Context Protocol (MCP)]]
- [[Retrieval-Augmented Generation (RAG)]]
- [[RAG Pipelines]]
- [[Digital Twin]]
- [[Levels of AI Context Management]]
- [[Harness Engineering]]
- [[Agent System Engineering]]
- [[Enterprise Knowledge Management (EKM)]]
- [[Knowledge Management (KM)]]