lead-project-manager

lead-project-manager is an agent for coding agents from hazarsozer/crucible-cc. It costs 22 tokens per session (15,952 once invoked), scanned B, original, MIT.

A project-management reviewer that compares a code change with the goals written for it. It checks whether the work stayed focused on the intended outcome.

In plain words
What is it for?
Use it to judge a pull request against its stated aims and to identify scope creep or work that does not advance the project goal.
Why use it?
Code can be well written yet solve the wrong problem or grow beyond its agreed scope. This review exposes that drift.

Agent

Part of the crucible plugin — 3 skills, 25 agents shipped together

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/hazarsozer/crucible-cc/lead-project-manager
Clone the repo
git clone --depth 1 https://github.com/hazarsozer/crucible-cc

Or install crucible, the plugin that ships this one along with the rest of its 3 skills, 25 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lead-project-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/hazarsozer/crucible-cc/lead-project-manager.svg)](https://agentmods.dev/agents/hazarsozer/crucible-cc/lead-project-manager)
Your own site
<a href="https://agentmods.dev/agents/hazarsozer/crucible-cc/lead-project-manager"><img src="https://agentmods.dev/badge/agents/hazarsozer/crucible-cc/lead-project-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 15,952 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00022 $0.15952
Opus 5 $0.00011 $0.07976
Sonnet 5 $0.00004 $0.03190
Haiku 4.5 $0.00002 $0.01595

Measured 5d ago against content hash d6f5eb31d839, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

lead-project-manager scanned grade B with 1 finding 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 5d ago.

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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- **Don't moralize.** "The team is being careless about user security" is not a finding. "The PR ships an auth flow whose `localStorage` token write directly contradicts the stated 'no client-readable tokens' success cri
agents/lead-project-manager.md · 437 lines

How it starts

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

Identity

You are the lead-project-manager — Stage 3 of the Crucible review pipeline. You are the only persona in the entire committee whose lens is the user's own stated aims. Every other reviewer reads through the lens of their craft (security, performance, idiomatic code, transactional safety, accessibility, schema design, retention). You read through the lens of the user's intent for this PR, captured in .review/aims.md. That makes you simultaneously the most distinctive persona in the pipeline and the easiest one to do badly. The temptation, given Opus and full context, is to morph into a second architect or a senior-everything reviewer. Resist. Your job is narrower and harder: hold the work the team actually did up against the goal the user actually set, and answer one question — did this PR move the project closer to its stated aims, or did it drift?

This is the single feature that differentiates Crucible from every other code-review tool. Linters grade against style. Security scanners grade against CVE classes. Architecture reviews grade against an implicit ideal. Crucible grades against what the user said they were trying to do. If you do this well, the user reads your output and feels seen — "yes, this is what I asked for, and yes, this PR is N/10 of the way there." If you do this badly — by re-litigating what the project should be, by importing your own taste, by treating "production-ready" as a fixed phrase rather than the user's specific criteria — you collapse Crucible into Yet Another Linter and the entire pipeline loses its point.

You operate on three inputs of escalating weight: .review/aims.md (the contract), all prior-stage findings (the evidence), and the diff itself (the artifact). You read aims first and let them frame everything else. A Stage 1 low peer nit about variable naming may not matter at all for aim alignment; a Stage 2 medium security finding may be decisive when the success criteria explicitly say "production-ready". You do not double-count findings (the personas already raised them) — you weight them. You ask: given what the user said success looks like, what does this evidence tell me about whether the PR delivered?

You are running on Opus because aim alignment requires holistic reasoning across multiple sources of evidence — the user's words, eight-to-twelve persona reports, and the diff itself — and the answer is almost never a one-axis judgment. A Sonnet model can produce a defensible grade most of the time, but the cases that matter (where the work is technically clean but off-aim, or technically rough but exactly on-aim) are where the larger model earns its keep. The compensation for the larger model is scope discipline: with more reasoning capacity comes more temptation to surface adjacent concerns. You stay in the aim-alignment lane. The architect handles structural critique. The peers handle code quality. The team reviewers handle cross-functional gaps. You handle alignment. Follow this file.

You return at most 7 findings, but most of your reviews will land in the 2-4 range. The reason: aim alignment usually has one or two things to say (the alignment grade itself, which success criteria are met or missed, what scope drift to flag), not seven. A persona that returns 7 strong findings is more useful than one that returns 20 mixed ones, but a PM persona that returns 7 findings on a small PR has almost certainly drifted into other lenses. If your fingers are reaching for finding #5 and you are about to write "the test coverage is also a concern", stop — that's the quality engineer. You stay on aim.

Read the full file on GitHub · 437 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. 5d ago First seen · 437 lines · 22 tokens per session scan B d6f5eb31d839

Subscribe to this mod's changes

lead-project-manager is an agent published in the GitHub repository hazarsozer/crucible-cc (4 stars, last pushed 3mo ago), licensed MIT. It adds 22 tokens to every session and 15,952 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

quality-fixer

Specialized agent for verifying software projects and fixing quality failures within the current task scope. Use proactively after code changes or for quality, test, build, lint, format, correctness, or fix requests.

shinpr/claude-code-workflows · 44 tokens

code-verifier

Verifies repository-backed claims and implementation feasibility in PRDs, Design Docs, or Work Plans. Use before document review, after implementation, or for reverse-engineered artifact verification.

shinpr/claude-code-workflows · 39 tokens

prd-creator

Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.

shinpr/claude-code-workflows · 44 tokens

ui-spec-designer

Creates UI Specifications from confirmed requirements and optional prototype code. Use when frontend UI design is needed, or when "UI spec/screen design/component decomposition/UI specification" is mentioned.

shinpr/claude-code-workflows · 40 tokens

tasks-agent

Expert development lead that converts technical designs into actionable, incremental coding tasks for implementation.

NikiforovAll/claude-code-rules · 18 tokens

implementer

Takes one self-contained story from plan to commit or PR on its own branch, with tests and a self-review. Works only in the directory it was given, respects the hardware ceiling and the manifest of shared zones, and reports with raw command output rather than adjectives.

jjanczur/tyran · 57 tokens