Knowledge
Search knowledge... ⌘K
Knowledge · Framework · Core · protocol
Protocol
Define the core interface for system behavior shared across components
Definition
A Protocol is a formal definition of behavior, governance, and rules for a specific system concern. It is the base abstraction from which all domain constructs derive. Protocols are compositional: each concern is its own protocol.
Knowledge References
- strategy pattern
- template-method pattern
- iso-12207 standard
Schema Preview (5 fields)
- name string — Unique identifier for this protocol instance
- purpose string — Single sentence declaring why this protocol exists
- definition string — Formal description of what this protocol is and its boundaries