Define Service Level Objectives, Indicators, and error budgets. Use for SLO/SLI framework creation.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install quality-attributes@melodic-software<service> [--tier <critical|standard|development>] [--focus <availability,latency,throughput,correctness>]# /define-slos Command Define comprehensive Service Level Objectives with SLIs and error budgets. ## Usage ## Workflow ### Step 1: Parse Arguments Extract and validate: - `service`: Required - the service to define SLOs for - `tier`: Optional - critical, standard, or development (default: standard) - `focus`: Optional - specific SLI types to emphasize ### Step 2: Gather Service Context Search the codebase for: - Existing SLO/SLA documentation - Service architecture and dependencies - Historical metrics and incidents - User journey documentation ### Step 3: Load SLO Definition Sk...