Pattern Library¶
Reusable solutions extracted from real GE agent work. Curated by Annegreet (Knowledge Curator).
How Patterns Work in GE¶
- Discovery — Annegreet analyzes agent sessions, identifies novel solutions and struggles
- Extraction — Distills reusable insights from session-specific work
- Validation — Patterns are used in subsequent projects, refined through use
- Graduation — Proven patterns become standards (see Standards)
The learning pipeline automates discovery and extraction. See Agent System Pitfalls for the learning pipeline details.
Pattern Categories¶
Infrastructure (7 patterns)¶
- Three-Layer Validation Architecture
- Fail-Open Safety Mechanisms
- Single Source of Truth with Hash Verification
- Container Path Mounting Gotchas
- Violation Logging with Full Context
- Comprehensive Infrastructure Handoff Documentation
- Progressive Infrastructure Handoffs
Security (4 patterns)¶
- Vault Strict Mode (Fail-Loudly)
- Vault AppRole Authentication
- Vault Health Monitoring
- Internal PKI for Service-to-Service Communication
Agent Design (1 pattern)¶
- Progressive Identity Loading (Three-Tier Structure)
Coordination (1 pattern)¶
- Redis Event-Driven Agent Triggering
Verification (1 pattern)¶
- AUTO-BLOCK Conflict Detection
Problem-Solving (1 pattern)¶
- Diagnostic Before Prevention
Total: 15 patterns (as of 2026-01-28)
Architecture Decision Records¶
- ADR Index
- ADR-001: Ron Detective Mode — Ron operates in post-execution detective mode, not pre-execution preventive mode
Pattern Quality Standards¶
Every pattern must: - Trace to real GE sessions/deployments (evidence-based) - Include problem, solution, and reasoning - Document trade-offs: when to use AND when NOT to use - Include code examples where applicable - Cross-reference related patterns
Adding Patterns¶
Patterns come from Annegreet's session analysis or from agent/human suggestions. To suggest a pattern, write to ge-ops/system/outbox/pending/ with a pattern proposal.
Archived Pattern Library¶
The full pre-migration pattern library (15 patterns with detailed documentation) is archived at archive/pre-wiki-brain/20260215/patterns/README.md. Individual pattern files are in the same directory.
These will be migrated into the wiki as individual pages in a future update.