LGUG2Z/wpm ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows 11 app that acts like a simple service manager for my own user account.
I want to define background processes in config files, then run a small daemon that loads those definitions, starts them, stops them, and keeps track of whether they’re running. It should handle dependencies between processes, let me set basic health checks with retries and back off, and support simple lifecycle hooks around start and stop events.
I also want a command line tool so I can start, stop, reload, rebuild, check status, and view logs for each unit. It should show a clear summary of what’s running, what failed, and where the logs are saved. If it helps, use the current docs online for any Windows specific details.
Please make it feel polished enough that I can keep a few tools like keyboard helpers and other long running apps managed from one place.
Are you gonna build this?
make sure you review the code using coderabbit