What problem does it solve? Managing production servers involves many decisions—choosing process managers, setting up monitoring, handling logs, and knowing when to scale. This Skill provides decision frameworks and principles so you can reason about server operations instead of memorizing commands. ## Core Features & Use Cases - Process Management Guidance: Choose between PM2, systemd, Docker, or Kubernetes based on your application type and goals like zero-downtime reloads and clustering. - Monitoring & Alerting Strategy: Decide what to monitor (availability, performance, errors, resources) and how to structure alert severity levels. - Scaling & Troubleshooting Frameworks: Apply structured decision tables for vertical vs. horizontal scaling and a prioritized troubleshooting checklist. - Use Case: Your Node.js API is experiencing slow response times under traffic spikes. Use this Skill to work through the troubleshooting priority list, check resource metrics, and decide whether horizontal scaling or profiling is the right fix. ## Quick Start Ask the AI to help you design a monitoring and process management strategy for your Node.js application going into production.