Calculate and allocate latency budgets for a system - breaks down end-to-end latency into component budgets with optimization recommendations
/plugin marketplace add melodic-software/claude-code-plugins/plugin install systems-design@melodic-software<target-latency> [system-description-or-file]# Latency Budget Command This command calculates and allocates latency budgets for a system, helping teams understand where time is spent and how to meet latency targets. ## Purpose Provide latency budget analysis including: 1. End-to-end latency breakdown 2. Per-component budget allocation 3. Bottleneck identification 4. Optimization recommendations 5. Monitoring strategy for latency ## Workflow ### Phase 1: Requirements Gathering **If target latency and system provided:** - Parse latency target (e.g., "100ms", "500ms P99") - Search codebase for system architecture - Identify compo...