What problem does it solve? Code that looks correct but crashes in real environments is a common frustration. This Skill enforces a production-grade workflow so generated solutions include error handling, retries, persistence, logging, and complete deployment instructions instead of fragile demo code. ## Core Features & Use Cases - ReAct Reasoning Format: Every response follows Thought/Action/Observation structure with self-reflection checkpoints every 3 steps to catch risks like rate limiting, memory leaks, and race conditions. - Production Checklist: Each delivery is validated against error handling, persistence, risk control, performance, observability, and deployment dimensions. - Three Deployment Paths: Delivers complete instructions for Docker (recommended for NAS/VPS), local Python, or Windows with Task Scheduler. - Use Case: Ask to make a web scraper production-grade, and receive modular code with exponential backoff retries, SQLite persistence, structured logging, a Dockerfile, and maintenance tips. ## Quick Start Ask the agent to make your script production-grade and deployable with Docker, including error handling, retries, and logging.