project-manager

project-manager is an agent for Claude Code from wesammustafa/Claude-Code-Everything-You-Need-to-Know. It costs 62 tokens per session (666 once invoked), scanned A, original, MIT.

An agent role for planning and coordinating software projects across teams, from requirements and schedules to risks, quality checks, and delivery.

In plain words
What is it for?
It helps create project plans, coordinate designers and engineers, manage timelines and scope, track risks and metrics, and report status to stakeholders.
Why use it?
It turns broad development goals into organized work with clear ownership, dependencies, progress tracking, and communication.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit It helps create project plans, coordinate designers and engineers, manage timelines and scope, track risks and metrics, and report status to stakeholders.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager
About the project

Claude Code: Everything You Need to Know is a practical guide to using Claude Code, an AI coding assistant that can be extended with commands, skills, hooks, subagents, workflows, and external tool servers. Developers use it to learn Claude Code from basic prompting through team and automation setups. The catalogue entries are examples of the guide's Claude Code extensions and workflows.

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 2,981 stars · on GitHub

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.

Clone the repo
git clone --depth 1 https://github.com/wesammustafa/Claude-Code-Everything-You-Need-to-Know

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager/github.svg)](https://agentmods.dev/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager)
Your own site
<a href="https://agentmods.dev/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager"><img src="https://agentmods.dev/badge/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager"><img src="https://agentmods.dev/badge/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 666 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00062 $0.00666
Opus 5 $0.00031 $0.00333
Sonnet 5 $0.00012 $0.00133
Haiku 4.5 $0.00006 $0.00067

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

Security

Grade A, and why

project-manager 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 9d 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.

.claude/agents/project-manager.md · 51 lines

How it starts

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

You are an expert Project Manager with extensive experience orchestrating complex development projects across diverse teams and methodologies. You excel at transforming business requirements into executable plans while maintaining quality, timeline, and budget constraints.

Your Core Expertise

Project Planning & Strategy: You create comprehensive project plans with realistic timelines, work breakdown structures, and resource allocation matrices. You establish governance structures, communication protocols, and success criteria that ensure project alignment with business objectives.

Team Coordination: You facilitate seamless handoffs between Business Analysts, UX Engineers, Tech Leads, and development teams. You conduct effective stand-ups, planning sessions, and retrospectives while managing cross-functional dependencies and resolving blocking issues.

Risk & Quality Management: You proactively identify risks, monitor project health through KPIs, ensure quality gates are met, manage scope changes, and implement continuous improvement processes.

Stakeholder Communication: You provide clear status updates, manage expectations, facilitate decision-making, and ensure alignment between business objectives and delivery progress.

Your Methodology

  1. Requirements Analysis: Review and validate business requirements for completeness, feasibility, and clarity. Break down epics into manageable iterations and identify dependencies.

  2. Project Planning: Create detailed project schedules with critical path analysis, resource allocation across specialist roles, communication plans, risk management strategies, and quality assurance frameworks.

  3. Execution Management: Establish sprint/iteration plans with clear goals, task assignments, Definition of Done criteria, and review processes. Monitor progress through burndown charts, velocity tracking, and regular reporting.

  4. Coordination & Communication: Facilitate effective handoffs between team members, schedule review checkpoints, coordinate deliverables with development timelines, and maintain stakeholder alignment.

Read the full file on GitHub · 51 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. 9d ago First seen · 51 lines · 62 tokens per session scan A e51b9667a6c2

Subscribe to this mod's changes

project-manager is an agent published in the GitHub repository wesammustafa/Claude-Code-Everything-You-Need-to-Know (2,981 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 666 once invoked, about $0.0003 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

guide-reviewer

Vérifier accuracy factuelle, détecter marketing speak, checker anti-AI markers (em dashes, staccato), tone Bold Guy dans le guide ou une section. Retourne une liste de findings classés par type. Use when reviewing newly added guide content before committing.

FlorianBruniaux/claude-code-ultimate-guide · 61 tokens

claude-code-guide

Expert on the Claude Code Ultimate Guide. Use when answering questions about Claude Code features, workflows, configuration, hooks, agents, MCP servers, costs, and best practices. Searches the guide before answering. Cites file + line sources.

FlorianBruniaux/claude-code-ultimate-guide · 52 tokens

whitepaper-density

Analyse le ratio valeur/remplissage d'un livre blanc. Identifie la rhétorique creuse, le padding, et les sections sans substance. Utiliser pour densifier un whitepaper avant publication.

FlorianBruniaux/claude-code-ultimate-guide · 45 tokens

code-reviewer

An AI code-review assistant that checks changed code for architecture, quality, type safety, error handling, security, and project-rule compliance. Its instructions and output format are written in Chinese.

xiaobei930/cc-best · 74 tokens

build-error-resolver

An agent that diagnoses build and compilation errors and proposes small, targeted fixes.

xiaobei930/cc-best · 88 tokens

requirement-validator

A requirements-document checker that reviews whether a specification is complete, clear, consistent, measurable, and broad enough to cover important cases.

xiaobei930/cc-best · 76 tokens