Skip to content
View shubhamwagdarkar's full-sized avatar

Block or report shubhamwagdarkar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shubhamwagdarkar/README.md

Hi, I'm Shubham 👋

I build automation systems and AI-powered tooling for enterprise IT teams. Currently at Resolve Systems in the Bay Area, where I work across platform product management, workflow engineering, and content architecture.


Tech Stack

Languages & Scripting

Python PowerShell C# Groovy

Frameworks & APIs

FastAPI Pydantic Ansible Docker

Cloud & Identity

Azure AWS CyberArk

Data & Observability

PostgreSQL RabbitMQ Prometheus Grafana

ITSM & AI

ServiceNow Jira Claude

Product & Delivery

Roadmapping Agile Scrum OKRs & KPIs Go-to-Market User Research


What I work on

Most of my day involves making complex IT processes run without human intervention designing workflows in Resolve, writing scripts that talk to APIs, and figuring out where AI can replace a decision tree.

Lately I've been deep into:

  • AI-powered tooling with Claude API (resume screening, Jira epic breakdown, GenAI pipelines)
  • Enterprise event-driven architecture (webhook relay, RabbitMQ fan-out, async Python)
  • AIOps observability (Prometheus + Grafana, bottleneck detection, Slack alerting)
  • Security audit automation (CyberArk, Azure Key Vault, AWS Secrets Manager)

Featured Projects

Project What it does Stack
webhook-relay-service Async webhook relay — GitHub, PagerDuty, ServiceNow → Slack + PostgreSQL + RabbitMQ Python · FastAPI · RabbitMQ
workflow-execution-tracer AIOps observability — step tracing, bottleneck detection, Prometheus + Grafana Python · FastAPI · Grafana
jira-epic-breakdown-agent AI CLI — epic → user stories + sprint plan + Jira push via Claude API Python · Claude · Jira REST
powershell-credential-vault-checker Security audit — Azure Key Vault, CyberArk, AWS Secrets Manager, BeyondTrust PowerShell · Pester
enterprise-incident-auto-router AIOps — ML-based incident classifier + auto-router for ServiceNow Python · scikit-learn

Background

My path into product came through engineering. I spent years building automation systems before moving into defining what gets built which means I can read a stack trace and write a user story in the same hour.

Before Resolve, I was a technical lead and automation engineer at Softenger India, leading delivery of enterprise automation workflows and platform integrations at scale.

MBA from CSU Chico (Enterprise Information Systems). B.E. in IT from Savitribai Phule Pune University.


📍 California, USA   |   💼 LinkedIn

Pinned Loading

  1. enterprise-incident-auto-router enterprise-incident-auto-router Public

    Polls ServiceNow for unassigned incidents, classifies them with keyword + ML routing, and auto-assigns to the correct team via REST API. PostgreSQL audit log included.

    Python

  2. jenkins-pipeline-analyzer jenkins-pipeline-analyzer Public

    Jenkins REST API client that analyzes build history and generates interactive HTML reports pass rates, flakiness scores, duration trends, and job health across all pipelines.

    Python

  3. powershell-credential-vault-checker powershell-credential-vault-checker Public

    PowerShell audit tool for Azure Key Vault, Windows Credential Manager, CyberArk PAM, AWS Secrets Manager, and BeyondTrust Password Safe. Severity-ranked findings, CSV/JSON export, CI/CD exit codes,…

    PowerShell

  4. rabbitmq-event-monitor rabbitmq-event-monitor Public

    Real-time RabbitMQ queue health monitor — queue depth, consumer lag, dead-letter queue alerts via Slack. Built for enterprise AIOps environments.

    Python

  5. workflow-execution-tracer workflow-execution-tracer Public

    AIOps: instruments distributed workflow executions — traces steps, measures latency, detects bottlenecks, alerts via Slack, visualizes in Grafana

    Python