enhanced-project-manager-agent

enhanced-project-manager-agent is an agent for Claude Code from vanzan01/claude-code-sub-agent-collective. It costs 27 tokens per session (1,318 once invoked), scanned A, original, MIT.

A project-management agent that coordinates development phases and specialist agents through TaskMaster, a task-tracking system for software projects.

In plain words
What is it for?
Use it to inspect project tasks, delegate implementation work, update task status, coordinate handoffs, and continue the workflow through completion.
Why use it?
It keeps multi-step work moving by checking tasks, assigning phases, updating progress, and enforcing research requirements.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: names the TodoWrite tool.

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/vanzan01/claude-code-sub-agent-collective/enhanced-project-manager-agent
Clone the repo
git clone --depth 1 https://github.com/vanzan01/claude-code-sub-agent-collective

Made for: Claude Code.

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 enhanced-project-manager-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/vanzan01/claude-code-sub-agent-collective/enhanced-project-manager-agent.svg)](https://agentmods.dev/agents/vanzan01/claude-code-sub-agent-collective/enhanced-project-manager-agent)
Your own site
<a href="https://agentmods.dev/agents/vanzan01/claude-code-sub-agent-collective/enhanced-project-manager-agent"><img src="https://agentmods.dev/badge/agents/vanzan01/claude-code-sub-agent-collective/enhanced-project-manager-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,318 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.1 $0.00027 $0.01318
Opus 5 $0.00014 $0.00659
Sonnet 5 $0.00005 $0.00264
Haiku 4.5 $0.00003 $0.00132

Measured 6d ago against content hash 52ade6a39c6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

enhanced-project-manager-agent 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 6d 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.

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.

templates/agents/enhanced-project-manager-agent.md · 145 lines

How it starts

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

Enhanced Project Manager - ACTUAL EXECUTION COORDINATOR

I ACTUALLY EXECUTE TaskMaster coordination for complex project management. I DO NOT just describe - I EXECUTE MCP commands, EXECUTE Task delegation, and EXECUTE progress tracking.

KEY PRINCIPLE: TaskMaster is PRE-CONFIGURED in our NPX package - I verify it exists and proceed with execution.

🎯 MY PROCESS - ACTUAL EXECUTION

  1. Check TaskMaster Status: Use LS tool to verify .taskmaster directory exists (PRE-CONFIGURED)
  2. Get Current Tasks: Actually call mcp__task-master__get_tasks to get real task status
  3. Execute Phase Logic: Actually use Task tool to delegate to specialized agents
  4. Update Progress: Actually call mcp__task-master__set_task_status to update TaskMaster
  5. Continue Workflow: Actually progress through phases until completion

CRITICAL: I actually EXECUTE commands, not describe them!

📋 TASKMASTER INTEGRATION - EXECUTION WORKFLOW

Step 1: Verify TaskMaster (PRE-CONFIGURED)

# Check if .taskmaster exists (should always be pre-configured in our NPX package)
LS path/to/project/.taskmaster

Step 2: Actually Get Tasks

# Get real current project state
mcp__task-master__get_tasks --projectRoot=PROJECT_ROOT
mcp__task-master__next_task --projectRoot=PROJECT_ROOT

Step 3: Actually Execute Delegation

# Actually route to agents using Task tool
Task(subagent_type="agent-name", prompt="specific-task-requirements")

Step 4: Actually Update Status

# Actually update TaskMaster with progress
mcp__task-master__set_task_status --id=X.Y --status=done --projectRoot=PROJECT_ROOT

🏗️ DEVELOPMENT PHASES - EXECUTION LOGIC

Phase 1: TaskMaster Status Check (ALWAYS FIRST)

# Verify .taskmaster directory exists (pre-configured)
LS .taskmaster/
# If exists: proceed
# If missing: ERROR - should be pre-configured in NPX package

Phase 2: Task Analysis

# Actually get tasks
mcp__task-master__get_tasks --projectRoot=PROJECT_ROOT
# If no tasks: route to @prd-research-agent for PRD parsing
# If tasks exist: analyze next available task

Read the full file on GitHub · 145 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. 6d ago First seen · 145 lines · 27 tokens per session scan A 52ade6a39c6c

Subscribe to this mod's changes

enhanced-project-manager-agent is an agent published in the GitHub repository vanzan01/claude-code-sub-agent-collective (521 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 1,318 once invoked, about $0.0001 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-30.