Skip to content
View katekruger's full-sized avatar

Block or report katekruger

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.

Content in all repositories owned by your account will be closed.
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
katekruger/README.md

Kate Kruger

B2B revenue operator & builder on the side. I've worked alongside highly technical teams, and automate my job with shippable software to keep up.
Every project here shares one idea: a GTM system should refuse to act on data it cannot verify. Most of them cannot, which is why pipeline reports do not reconcile, why sending reputation collapses without warning, and why nobody notices until the CRM & data collapses pre board meeting.

What I have shipped

Project What it does Status
segment-mcp Read-only MCP server for Segment. Which destinations get which events, which sources are dead. It cannot delete anything. PyPI 0.1.3
deliverability-guard Circuit breaker for outbound email. Pauses sending before a domain burns, and will not panic over one bad day. PyPI 0.1.0
instantly-mcp MCP server for the Instantly v2 API. Nothing sends without an explicit confirm. PyPI 0.1.0
pipeline-waterfall dbt package for the bookings and pipeline waterfall. Fails the build instead of shipping a bridge that does not tie out. 0.1.0
n8n-operator Run approved n8n workflows from Claude, OpenAI or Codex. Every run passes a human gate. v1.0.0-rc3
campaign-preflight Checks an outbound campaign before it sends: suppressions, merge fields, schedules, sender health. It cannot launch anything. 76 checks, unreleased
agent-audit A record of what an agent proposed, what a human decided, and what actually ran. OpenTelemetry convention plus a small emitter. in build
awesome-gtm-engineering A list of GTM engineering tools, with a curation policy and a build that checks the links. live

How I build

  • Architecture decisions are written down before the code, as ADRs in docs/decisions/
  • AGENTS.md is the source of truth in every repo; CLAUDE.md is a one-line include
  • Packages publish through PyPI Trusted Publishing with build attestations
  • Tests assert the refusal, not just the happy path

Elsewhere

paigeconsultancy.com · LinkedIn

Pinned Loading

  1. agent-audit agent-audit Public

    A portable record binding what an agent proposed, what a human decided, what executed, and what it cost. An OpenTelemetry semantic convention plus a thin emitter. The record, not the enforcer.

    Python

  2. awesome-gtm-engineering awesome-gtm-engineering Public

    Building revenue systems with code, data, and agents — enrichment, signals, outbound, and MCP-native tooling.

    Python

  3. campaign-preflight campaign-preflight Public

    Read-only preflight checks for outbound campaigns—contacts, personalization, suppressions, schedules, sender readiness, and configuration. CLI + MCP.

    Python

  4. deliverability-guard deliverability-guard Public

    A sending circuit breaker for outbound email. Watches reputation, bounce, complaint and warmup signals per mailbox and throttles or pauses before a domain burns. Refuses to trip on statistically me…

    Python

  5. n8n-operator n8n-operator Public

    Governed MCP control plane for safely operating approved n8n workflows from Claude, OpenAI, Codex, and compatible clients.

    Python

  6. segment-mcp segment-mcp Public

    A read-first MCP server for Twilio Segment. Answers which destinations get which events, which sources are dead, and which are governed by nothing. Read-only by default; data deletion is not expose…

    Python