design3-domain
Installation
SKILL.md
KERI C3 Service Domain — Domain Component Designer
Overview
Designs the KERI domain components for a specific C2 infrastructure stack. This is where the "work of KERI" gets defined — the event validation, witness receipting, credential management, and duplicity detection that run inside each deployed stack.
Input: A stack defined by the C2 skill (stack.yaml exists)
Output: domain.yaml, components.md, data-structures.md written to docs/{ecosystem}/{system}/{stack}/domain/
Prerequisites
Before starting, read all reference files in this skill:
references/domain-schema.yaml— canonical YAML schema for domain.yamlreferences/components-template.md— output template for components narrativereferences/data-structures-template.md— output template for data structures narrativereferences/keri-primitives.md— the 5 core + 3 additional KERI domain primitivesreferences/domain-patterns.md— stack-type to component mapping patterns