Guides Terraform/HCL configuration structure, module design, state management, and provider usage during both planning and implementation. Use when designing infrastructure, planning Terraform architecture, or writing .tf files. Triggers: 'terraform', 'tofu', 'HCL', '.tf', 'tfvars', 'terraform plan', 'terraform…
Enforces test-driven development via RED-GREEN-REFACTOR when writing code. Use when implementing features, fixing bugs, refactoring, or writing any functional code. Triggers: 'write tests first', 'TDD', 'test-driven', 'red-green-refactor', new feature, bug fix, refactor. Does not apply to pure config files (JSON…
Drafts and refines tickets (Story, Task, Bug, Spike, Epic) with concrete acceptance criteria, observable behaviour, and explicit out-of-scope. Use whenever the work is to write up a piece of work — a story, ticket, issue, AC, "write this up", "turn this into a ticket" — regardless of whether it will be published to…