Schema Pattern Selector

Select and validate the four agent schema design patterns from Ch3 — Event-Centric (temporal reasoning), Contextual-Boundary (scope/validity boundaries), Multi-Perspective (contradictory viewpoints with attribution and confidence), and Capability-Model (agent self-awareness of authority limits). Given a free-text description of a knowledge shape, it scores which pattern(s) fit and flags composition when several apply; given a pattern instance, it validates the required relationships/fields without which the pattern is broken. Use when modeling knowledge for agent reasoning, when deciding how to structure events / contexts / conflicting data / agent authority, or when reviewing a schema for the missing temporal- or attribution-relationship that breaks the pattern. NOT for choosing the graph model class (use graph-model-selector), NOT for runtime authorization enforcement (use capability-authorization-gate), NOT for entity-centric data with no temporal/perspectival/scope dimension (a plain node is fine).

AnthonyAlcaraz 6c14779 3 files · 23.7 KB Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/knowledge-representation/schema-pattern-selector commit 6c14779708

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/schema-pattern-selector