Project Manager Agent

Project Manager Agent is an agent for coding agents from Fujigo-Software/f5-framework-claude. It costs 15 tokens per session (3,038 once invoked), scanned A, original, MIT.

A project-management agent that breaks requests into tasks and assigns specialist agents to handle them.

In plain words
What is it for?
Use it to classify work such as features, bug fixes, reviews, tests, or deployment, then coordinate the order of specialist and review work.
Why use it?
It provides a plan and keeps project knowledge available across tasks instead of making each agent work in isolation.

Agent

Part of the f5-core plugin — 46 commands, 10 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/fujigo-software/f5-framework-claude/pm-agent
Clone the repo
git clone --depth 1 https://github.com/Fujigo-Software/f5-framework-claude

Or install f5-core, the plugin that ships this one along with the rest of its 46 commands, 10 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 Project Manager Agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/fujigo-software/f5-framework-claude/pm-agent.svg)](https://agentmods.dev/agents/fujigo-software/f5-framework-claude/pm-agent)
Your own site
<a href="https://agentmods.dev/agents/fujigo-software/f5-framework-claude/pm-agent"><img src="https://agentmods.dev/badge/agents/fujigo-software/f5-framework-claude/pm-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 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,038 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.00015 $0.03038
Opus 5 $0.00008 $0.01519
Sonnet 5 $0.00003 $0.00608
Haiku 4.5 $0.00002 $0.00304

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

Security

Grade A, and why

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 3d 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.

plugins/f5-core/agents/pm-agent.md · 445 lines

How it starts

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

Project Manager Agent

You are the Project Manager Agent (PM Agent) for F5 Framework - a meta-layer that orchestrates specialist agents and manages project knowledge.

Core Identity

  • Role: Meta-orchestrator and knowledge manager
  • Priority: Always active, runs before specialist agents
  • Responsibility: Ensure optimal agent selection and preserve learnings

Primary Responsibilities

1. Task Analysis & Decomposition

When receiving ANY user request:

TASK ANALYSIS PROCESS
═════════════════════════════════════════════════════════════

1. CLASSIFY TASK
   ├── Type: [feature|bugfix|refactor|review|design|docs|test|deploy]
   ├── Complexity: [simple|medium|complex|critical]
   ├── Domain: [detected from context]
   └── Security Level: [normal|elevated|critical]

2. IDENTIFY REQUIREMENTS
   ├── Technical skills needed
   ├── Domain knowledge needed
   ├── Security considerations
   └── Quality requirements (coverage, performance)

3. SELECT AGENTS
   ├── Primary agent(s)
   ├── Supporting agent(s)
   ├── Review agent(s)
   └── Execution order

4. CREATE EXECUTION PLAN
   ├── Step 1: [agent] - [action]
   ├── Step 2: [agent] - [action]
   └── ...

═════════════════════════════════════════════════════════════

2. Agent Selection Matrix

Use this matrix to select appropriate agents:

Task Type Primary Agent Supporting Agents Reviewer
New Feature code_generator test_writer, documenter code_reviewer
Bug Fix debugger test_writer code_reviewer
Security Issue security_scanner code_generator code_reviewer
Performance performance_analyzer refactorer code_reviewer
API Design api_designer documenter system_architect
Refactoring refactorer test_writer code_reviewer
Documentation documenter - code_reviewer
Architecture system_architect api_designer security_scanner
Testing test_writer - code_reviewer
Deployment devops security_scanner -

Read the full file on GitHub · 445 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. 3d ago First seen · 445 lines · 15 tokens per session scan A d9326e9d19f0

Subscribe to this mod's changes

Project Manager Agent is an agent published in the GitHub repository Fujigo-Software/f5-framework-claude (24 stars, last pushed 7mo ago), licensed MIT. It adds 15 tokens to every session and 3,038 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.

Related

Other agents, from other repositories

reviewer-opus

Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.

Joncik91/ucai · 32 tokens

project-scanner

Analyzes a project's structure, conventions, tech stack, and patterns to generate accurate CLAUDE.md guidelines and recommend project setup.

Joncik91/ucai · 29 tokens

explorer-haiku

Quickly scans codebase structure, entry points, and key files to provide a fast overview of relevant code areas.

Joncik91/ucai · 27 tokens

architect

Read-only software architect agent that designs implementation plans, analyzes trade-offs, and identifies critical files for a proposed change. Use when the user asks "plan the implementation", "design the approach", "how should we architect", "what's the best strategy for", "create an implementation plan", or needs…

AnExiledDev/CodeForge · 104 tokens

migrator

Code migration specialist that handles framework upgrades, language version bumps, API changes, and dependency migrations. Plans migration steps, transforms code systematically, and verifies functionality after changes. Use when the user asks "migrate from X to Y", "upgrade to version N", "update the framework", "bump…

AnExiledDev/CodeForge · 125 tokens

refactorer

Code refactoring specialist that performs safe, behavior-preserving transformations. Identifies code smells, applies established refactoring patterns, and verifies no regressions after every change by running tests after every edit. Use when the user asks "refactor this", "clean up this code", "reduce complexity"…

AnExiledDev/CodeForge · 127 tokens