Skip to content

Instantly share code, notes, and snippets.

@pap-12
Last active June 23, 2026 06:53
Show Gist options
  • Select an option

  • Save pap-12/728b2b081f61ac8079b1fbe796746af0 to your computer and use it in GitHub Desktop.

Select an option

Save pap-12/728b2b081f61ac8079b1fbe796746af0 to your computer and use it in GitHub Desktop.
kiro-hook-module-creation
{
"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