Senior Full Stack Engineer, contract Full-stack features, and the agentic tooling the team debugs with.
The feature work is Kotlin and Angular over GCP, Snowflake and Postgres, supporting enterprise financial processes. The part I’d point at first is the tooling.
The evidence-based debugging skill I wrote constrains an agentic production investigation to sources it can actually cite: a log line, a metric, an APM span, a database row, file bytes, source at a named commit. One guided workflow correlates Kafka events, Snowflake and Postgres state, Dagster runs, GCP logs and Datadog metrics to get there.
Hypotheses have to be labelled as such, and paired with the query that would falsify them. From the evidence-based debugging skill
- Cross-service investigations went from days to a few hours, on a platform whose data flows were largely undocumented. The skill maps the flow as it goes, so each investigation leaves behind the documentation the system never had.
- Named the failure modes and encoded them. Correlation read as causation. A root cause generalized from a five-row sample. Runtime behavior inferred from reading code. A stale local checkout quoted as deployed code.
- Absence of evidence has to be reported as an explicit negative, naming the retention window it covers. “I found nothing” and “nothing exists” are different answers.
- Designed and proposed a triage service for proxy failures. It reads off Kafka dead-letter queues, uses Gemini Vertex AI and the Claude Code debugging skills to isolate root cause, and opens a Jira ticket with a proposed fix attached — scoped to run against any of the twenty or so backend services in the organization, not only the seven my team owns.
- Wrote the steering and governance docs for several backend services, so agentic tools generate production-ready code instead of plausible-looking code. Merge request review skills run the first audit pass against team standards before a human opens the diff.
- Wired Jira, Datadog, Snowflake and Dagster MCP servers into the team’s development environment.