Create Operational Runbook Generate a runbook for operational procedures, incident response, or troubleshooting. Process 1. Parse Arguments Extract from user input: - Topic : Procedure name (required) - e.g., "database failover", "deploy to production" - Type : , , , (default: ) - Service : Specific service/system (optional) 2. Analyze Context Based on the topic and type, gather relevant information: For incident runbooks: - What alerts trigger this runbook? - What are common causes? - What metrics indicate the issue? - What are the resolution steps? For operational runbooks: - What is the pr…