What problem does it solve? Running production servers involves many decisions—choosing process managers, setting up monitoring, planning scaling, and handling incidents—and this Skill provides structured decision frameworks instead of memorized commands. ## Core Features & Use Cases - Process Management Guidance: Decision tables for choosing between PM2, systemd, Docker, and Kubernetes based on your application type. - Monitoring & Alerting Strategy: Frameworks for what to monitor (availability, performance, errors, resources) and how to set alert severity levels. - Scaling & Troubleshooting Playbooks: Symptom-to-solution mappings for scaling decisions and a prioritized 5-step troubleshooting sequence. - Use Case: Your Node.js API is experiencing high CPU usage in production. Use this Skill to decide between vertical and horizontal scaling, configure PM2 clustering, and set up health checks and log rotation. ## Quick Start Ask the AI to help you design a monitoring and process management strategy for your Node.js production server using PM2.