kusion icon indicating copy to clipboard operation
kusion copied to clipboard

Feat: AI-coding/vibe-coding support for writing Kusion modules

Open ruquanzhao opened this issue 6 months ago • 0 comments

What would you like to be added?

Add some tools/guide/prompts/best practice for writing Kusion modules

Why is this needed?

Kusion Module is one of the core mechanisms in Kusion. However, for new users, it requires understanding KCL(https://www.kcl-lang.io/docs/user_docs/getting-started/) and Go-plugins(https://github.com/hashicorp/go-plugin), which creates a steep learning curve. This issue aims to reduce the effort needed for users to write their first Kusion module by AI.

Another benefit of using AI to write Kusion modules is that Kusion modules follow standardized templates, have existing examples (e.g., pre-built modules), and are designed to be modular and atomic, making them easy to test.

ruquanzhao avatar Jul 08 '25 02:07 ruquanzhao