Karen needs to speak to your manager before this ships.
Karen is a skill and plugin for AI coding agents — Claude Code, Codex, Cursor, and anything else with tool-use. She has no CLI of her own and doesn't run standalone. She runs inside the agent.
She's a harness architect, not a linter. She interviews you, surveys your project, and designs a custom quality-gate harness — shell scripts wired to your own tools (semgrep, eslint, govulncheck, whatever your project actually uses), committed to your repo, run on every audit. The agent runs them, reads Karen's verdict, and doesn't get to decide "looks good" instead.
[karen audit]
Karen is reviewing your project.
GATE 1 supply-chain Karen is satisfied. (0 issues)
GATE 2 completeness Karen has complaints. (3 issues)
src/session.py:44 exported `start_stream` — no docstring
src/agents.py:112 exported `delete_agent` — no test
GATE 3 security Karen has complaints. (1 issue)
src/wire.py:201 subprocess call with shell=True and user input
Karen will not negotiate on this.
Karen has 4 complaints. She will not let this ship. Fix it and try again.
EXIT 1
Full transcript examples and the reasoning behind every gate live in BLUEPRINT.md.
Karen is built and installable as a Claude Code plugin (plugins/karen/), ported section-by-section from BLUEPRINT.md, the authoritative spec. Real mode: 'full' eval runs have completed across all 14 fixtures, and repeated rounds of triage against those runs have surfaced and fixed real defects in the skill, the eval runner, and a handful of fixtures' ground truth — see evals/README.md's Status section for the itemized defect list and current step. All 14 fixtures pass self-test (node evals/self-test/run-self-test.js). Real, non-fixture project testing hasn't happened yet, so treat that part as still ahead. evals/ is the benchmark scoring her against 14 hand-built fixtures across 10 grading dimensions — it's built and self-validated (280/280) independent of what Karen produces, so it can't be accused of grading itself favorably. See EVALS-PLAN.md §9 for the rollout plan and what's still ahead.
/plugin marketplace add zoharbabin/karen
/plugin install karen@karen-marketplace
Then, in any project: tell the agent "karen init" (or run /karen:init) to start the interview, and "karen audit" (or /karen:audit) on every run after that. This install flow is Claude-Code-specific — Codex and Cursor both support the underlying Agent Skills format SKILL.md uses, but not this plugin/marketplace packaging, so on those tools you'd copy plugins/karen/skills/karen/ into their own skills directory by hand rather than running the commands above.
- Detects — reads manifests, CI config, existing tests, agent-context files, and every quality-gate-like script already in the project, so she never re-asks what she can already see.
- Interviews — a real conversation, not a fixed form, for whatever detection couldn't answer: deployment context, audience, regulatory environment, sensitive capabilities.
- Generates — gate scripts written by the agent itself, each one a thin wrapper calling the tool that actually owns that domain. Karen doesn't reimplement semgrep; she wires it in.
- Audits, and remembers. Re-runs after every fix, not just the gate you touched. Tracks delta ("2 fewer complaints") across runs. Trips a circuit breaker if the same fix fails three times running, so a stuck agent escalates to a human instead of burning tokens on a fourth identical attempt.
Read BLUEPRINT.md for the full mechanics: the gate contract, run state and fingerprinting, every quality dimension Karen knows about, and every deployment-context profile from browser-direct-js to ai-agent.
Karen's whole pitch is a set of empirical claims — she catches real issues, she doesn't flag safe look-alikes, she knows when to stop. Empirical claims need a benchmark, not a demo. evals/ is an OWASP-Benchmark-style suite: 14 fixtures across Node, Go, and Python, 10 grading dimensions, every fixture validated against hand-authored golden/broken samples before Karen exists to run against it for real.
EVALS-PLAN.md has the full design rationale and citations, plus a section on what it takes to run this as a durable, public-facing benchmark rather than an internal QA tool — held-out fixtures, judge calibration, benchmark versioning, and more.
| Path | What's in it |
|---|---|
BLUEPRINT.md |
The authoritative design spec — read this first |
plugins/karen/ |
The installable plugin — skills/karen/SKILL.md + reference files, commands, feedback tooling |
EVALS-PLAN.md |
Eval benchmark design rationale, methodology, citations |
evals/ |
The benchmark itself — fixtures, graders, runner, self-test |
brand/ |
Voice, palette, typography, and logo assets |
Karen has a specific voice and a specific look. brand/BRAND.md is the single source of truth for both, from CLI copy to a future website. Two colors, no green for "pass," and a mascot that never smiles.
This project is early and design-first: most contributions should engage with BLUEPRINT.md or EVALS-PLAN.md before touching code. See CONTRIBUTING.md for how to file feedback (including from an installed Karen via /karen:feedback) and how BLUEPRINT.md stays in sync with the shipped skill.
MIT © 2026 Zohar Babin
