Real-time Event Renderer — Scaffold Workflow¶
Description: Generate new artifact from scratch
When to Use¶
Use the scaffold workflow when you need to generate new artifact from scratch.
Input Requirements¶
- FCC EventBus event stream definitions and schemas
- WebSocket connection specifications and protocols
- Rendering performance budgets and frame rate targets
- Buffer management policies and backpressure thresholds
Process¶
- Initialize — Set up the scaffold context for Real-time Event Renderer
- Execute — Perform the scaffold operation following Real-time Event Renderer's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Event visualization specifications with rendering pipelines
- Streaming pipeline architecture documents
- Performance benchmark reports with frame rate analysis
- Buffer management and backpressure handling specifications
Quality Gates¶
- Rendering must maintain 30fps minimum under normal event load
- Buffer overflow must gracefully degrade rather than crash
- WebSocket reconnection must be automatic with exponential backoff
- Event ordering must be preserved in visual representation
- Memory usage must stay within defined budgets for long-running sessions