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 components in the request path…