nuke-build/nuke — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a C# and .NET build automation tool that lets developers write their build process as a normal console app instead of scary YAML files or messy scripts.

I want people to define build steps in C#, get code completion, debugging, refactoring, formatting, and reuse shared build logic across projects. It should make common build chores feel simple, like passing parameters into a build, working with file paths safely on different operating systems, reading solution and project information, and organizing steps so they can depend on each other.

It should also be able to create CI and CD configuration files for popular build servers, and when possible split independent work across multiple agents so builds finish faster. Please make it feel polished and friendly for .NET developers, with clear examples and sensible defaults. Look up current docs online if you need to.

Want more depth? Deep Reverse