Skip to content

Add Expert System Pattern#26

Draft
jeremyeder wants to merge 1 commit intomainfrom
add-expert-system-pattern
Draft

Add Expert System Pattern#26
jeremyeder wants to merge 1 commit intomainfrom
add-expert-system-pattern

Conversation

@jeremyeder
Copy link
Collaborator

3-layer knowledge architecture for packaging domain expertise.

Layers:

  • Human docs (comprehensive guides)
  • AI skills (quick-reference patterns)
  • Validation tests (automated checks)

Includes:

  • Templates for each layer
  • Real example (Claude SDK expert)
  • Distribution methods (git submodule, MCP server, package)

Changes:

  • README.md: Add to patterns table
  • docs/README.md: Add to Agent Behavior Patterns
  • docs/patterns/expert-system.md: New pattern doc (~3K words)

Use cases:

  • SDK/library integration expertise
  • Infrastructure (Kubernetes, databases)
  • Security (OWASP, compliance)
  • Performance optimization

Enables teams to package tribal knowledge into queryable systems accessible by both humans and AI agents.

3-layer knowledge architecture for packaging domain expertise:
- Human docs (narrative guides)
- AI skills (quick-reference patterns)
- Validation tests (automated checks)

Includes templates, real example (Claude SDK), and distribution methods (git, MCP, package).

Updates:
- README.md: Add to patterns table
- docs/README.md: Add to Agent Behavior Patterns
- docs/patterns/expert-system.md: New pattern doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant