In case its not clear its a blueprint to build the thing not the implementation for the actual thing.
For example, to see how it works or if it works, you can directly use the post in a prompt itself, check the results for yourself, here is an example of it
This gist outlines a two-phase approach to generating production-ready code using AI.
It emphasizes using pseudo-code, example code, and a modular design to guide AI code generation.
Phase 1 focuses on creating a functional prototype, while Phase 2 refines it into production-ready code.
It also links to a separate document with related best practices.
https://gist.github.com/ditpoo/387d2fc94a1bbfbe0f2312686eb09...