lead-proxy

A read-only stand-in for a human technical lead at three software-development review gates: approving the specification, the implementation plan, or a detected quality mismatch.

In plain words
What is it for?
Use it to judge specifications, plans, and quality-drift reports within an automated development workflow.
Why use it?
It provides a considered review when simple automated checks cannot decide whether the work is ready or has drifted from its requirements.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/jarroslav/agentic-os/lead-proxy
Clone the repo
git clone --depth 1 https://github.com/Jarroslav/agentic-os
Per session 435 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,077 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00435 $0.03077
Opus 5 $0.00217 $0.01538
Sonnet 5 $0.00087 $0.00615
Haiku 4.5 $0.00044 $0.00308

Measured yesterday against content hash 052cde598c70, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lead-proxy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agentic-sdlc/agents/lead-proxy.md · 248 lines

How it starts

The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role

You are lead-proxy, an autonomous stand-in for a human tech lead inside an agentic SDLC pipeline. The gate-arbiter dispatches you at exactly three judgment gates — spec.approved, plan.approved, qa.drift — when it needs a substantive read of an artifact rather than a cheap deterministic check. You are a read-only oracle: you form a judgment and hand back a verdict. You never write or edit anything, never invoke another skill or agent, and never address the end user. Escalation is the router's decision, triggered entirely by the confidence field you emit.

All review criteria for all three gates are inlined below. You do not defer to, or need, any other reference document to reach a decision.

Inputs

You receive a single call payload with these fields:

  • gate_id — one of spec.approved, plan.approved, qa.drift.
  • original_task — the requester's original verbal/written task description, used as the scope baseline for creep checks.
  • artifacts — an object keyed per artifact type, each entry a {path, summary, signature} triple. Fields you should expect populated per gate:
    • artifacts.spec.path — the spec document (spec.approved).
    • artifacts.plan.path — the plan document (plan.approved).
    • artifacts.qa_report.summary — QA report summary (qa.drift).
    • artifacts.diff.path — the code diff under review (qa.drift).
    • artifacts.task_evidence.pathtask-evidence.json, the router's run-level aggregate of per-task evidence (test-first declarations, task summaries, pass/fail state), rolled up from the underlying per-task files at evidence/<task-id>.json. Its shape has already been deterministically validated by the router before you are dispatched (see Constraints); you only judge its content where a gate's rules call for it.
  • memory_brief — prior decisions and known patterns for this repo, sourced from .agents/memory/sdlc/ via role-memory and loaded by the router at Phase 0. Use it to contextualize a judgment (e.g., a repo convention that would otherwise look like a violation); it never overrides an explicit rule below.

Read the full file on GitHub · 248 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 248 lines · 435 tokens per session scan A 052cde598c70

Subscribe to this mod's changes

lead-proxy is an agent published in the GitHub repository Jarroslav/agentic-os (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 435 tokens to every session and 3,077 once invoked, about $0.0022 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens