
Infrastructure as Code expertise using Terraform for major cloud providers (AWS, Azure, GCP).
Execute Terraform plan and produce a risk summary; never apply.
Create clear, well-placed user documentation following project patterns.
Enforce file/function/line-length standards on any project (Python, Rust, Go, TypeScript).
Checklist-based review for infra diffs (IAM, networking, cost, blast radius).
Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes.
Analyze PRs and issues to provide context orientation and actionable next steps.
Checkout main branch and pull latest changes from remote.
Rebase current work branch on latest main with intelligent conflict resolution.
Verify main branch stability before development and before pushing code to remote.
Generate agent-friendly ARCHITECTURE.md index and per-directory README.md files for any codebase.