I've been focusing recently on quality of life features that are missing in Zero-K. One that stands out to me, particularly when I first started playing, is the lack of voiced alerts that most of us have become accustomed to from our favorite RTS games. These audio cues are generally what prompt me to look at my mini-map, so when there are no voice prompts, I find that I virtually never look at the mini-map when playing Zero-K. Then, the game's existing audio has to overcompensate with harsh non-verbal noises cranked up in the mix like "commander is taking damage siren" and "Scythe is melee attacking".
I've been working on Voice Audio Alerts. While the work isn't done, I think it's better to show where it is at currently so I can get feedback, people can start using it, and hopefully I can inspire discussion and people who are better coders and designers than me to expand and integrate on what I've done so far.

I've made each of these a standalone widget so that if any are buggy or annoying they can be disabled quickly in a match. I prioritized what I thought were the biggest ommissions for Voiced Audio Alerts.
Download all of the Voiced Audio Alert widgets here:
https://github.com/FrequentPilgrim/Zero-K-Audio-AlertsAnd then download all of the sounds Here:
https://github.com/FrequentPilgrim/Zero-K-Audio-Alerts/tree/main/SoundsYou're file tree should look like this:

Widgets folder needs to be created by you.
.lua widgets go in here:

Sounds folder needs to be created by you.
.ogg audio goes in here:

Demonstration of triggering each of the Voice Audio Alerts
I've been playing with these alerts for a few days and it's felt like an upgraded experience over vanilla. If this gains traction and there is desire to implement these kinds of alerts into the main game then I can start working on recording custom voice alerts and swapping them out.
Any ideas on alerts you want to see or how it should function is appreciated. I already have an idea for creating "voice line packs" that people can swap out depending if they they want the announcer from starcraft, warcraft, C&C, company of Heroes, etc. but the core infrasctructure is still being worked on. One day if this progresses I would like for people who download the game through Steam and don't visit the forum to also have access to voice alerts, but for now the only way to get it is to read this post.