Spot the destroy hiding in 2,000 lines of Terraform plan
Runs terraform plan, parses the JSON output, and gives you a risk-rated summary. Flags resource deletions, replacements, and security-sensitive changes (IAM, security groups, databases) so you catch the dangerous stuff before it hits production.
Create a skill called "Plan Whisperer". When I point you at a Terraform directory, run `terraform plan -out=tfplan && terraform show -json tfplan` and analyze the JSON output. Categorize every resource change by risk: - CRITICAL: any destroy or replace action - HIGH: changes to IAM, security groups, databases, encryption, DNS - MEDIUM: updates to compute, networking, storage configuration - LOW: creates, tag-only changes, output changes For each CRITICAL and HIGH change, explain what will happen in plain English and flag if it could cause downtime. Calculate the blast radius (dependent resources). Generate a concise summary suitable for a PR comment, plus a detailed breakdown I can expand if needed.
Instead of scrolling through hundreds of lines of plan output looking for
the one `forces replacement` that's going to take down your database, this
skill categorizes every change by risk level and surfaces the scary stuff first.
Find out who made that "quick fix" in the AWS console
Runs Terraform drift checks across your workspaces and surfaces everything that's drifted from your declared state. Catches manual console changes, forgot-to-import resources, and environment inconsistencies before they cause the next outage.
Protect deep work without ignoring urgent realities
Reduce productivity loss from interruptions by setting focus windows, defining urgency criteria, and batching shallow work (reviews, chat, triage) into predictable blocks.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.