All skills
Skillintermediate
Event System Design
!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive event system documentation.
Claude Code Knowledge Pack7/10/2026
Overview
Event System Design
!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive event system documentation.
Overview
Ralph's event system provides the communication backbone for hat orchestration, enabling agents to emit signals that trigger hat switches and backpressure mechanisms.
Event Types
| Event | Description |
|---|---|
plan:complete | Planning phase finished |
code:complete | Implementation phase finished |
test:pass | Tests passed |
test:fail | Tests failed |
LOOP_COMPLETE | Task fully complete |
Emitting Events
ralph emit plan:complete
ralph emit test:pass
See Also
- Hats & Events - Core concepts
- Backpressure - Backpressure mechanisms
- Creating Custom Hats - Custom hat development