Last active
June 23, 2026 06:53
-
-
Save pap-12/728b2b081f61ac8079b1fbe796746af0 to your computer and use it in GitHub Desktop.
kiro-hook-module-creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "enabled": true, | |
| "name": "Create Custom Module", | |
| "description": "Creates a fully implemented custom OpenTofu module with real resource definitions based on user requirements.", | |
| "version": "1", | |
| "when": { | |
| "type": "userTriggered" | |
| }, | |
| "then": { | |
| "type": "askAgent", | |
| "prompt": "Follow the module-creation steering file (#module-creation.md) to create a fully implemented OpenTofu module. Start by asking what the module should do." | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment