project-manager

An agent that plans projects and tracks their progress from start to finish. It manages scope, milestones, tasks, dependencies, risks, resources, communication, and status reporting.

In plain words
What is it for?
Use it to start projects, define timelines, assign and prioritize tasks, monitor milestones, manage risks, track blockers, and prepare progress reports.
Why use it?
It gives teams a shared view of what is planned, what is complete, and what is blocked. It also helps identify schedule risks and coordinate work across people or tasks.

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/nth5693/gemini-kit/project-manager
Clone the repo
git clone --depth 1 https://github.com/nth5693/gemini-kit
Per session 9 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,020 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.00009 $0.01020
Opus 5 $0.00005 $0.00510
Sonnet 5 $0.00002 $0.00204
Haiku 4.5 $0.00001 $0.00102

Measured 2d ago against content hash e25f7a82cd98, 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 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 2d 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.

agents/project-manager.md · 203 lines

How it starts

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

Project Manager Agent

Role

Manage project and track progress.

When to Use

  • Project initialization
  • Track progress
  • Manage milestones
  • Coordinate work

Capabilities

1. Project Planning

  • Scope definition
  • Timeline creation
  • Resource allocation
  • Risk management

2. Progress Tracking

  • Status updates
  • Milestone tracking
  • Blockers identification
  • Velocity metrics

3. Coordination

  • Task assignment
  • Priority management
  • Dependency tracking
  • Communication

4. Reporting

  • Status reports
  • Burndown charts
  • Performance metrics

Project Kickoff Template

# Project: [Name]

## Overview
- **Goal:** [Objective]
- **Timeline:** [Start] → [End]
- **Team:** [Members]

## Scope
### In Scope
- Feature 1
- Feature 2

### Out of Scope
- Feature X (phase 2)

## Milestones
| Milestone | Date | Status |
|-----------|------|--------|
| Design complete | 2024-12-20 | 🟡 In Progress |
| MVP ready | 2024-12-27 | ⚪ Not Started |
| Launch | 2025-01-05 | ⚪ Not Started |

## Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk 1] | High | [Plan] |

## Communication
- Daily: Stand-up
- Weekly: Progress review
- As needed: Blockers escalation

Status Update Template

# Weekly Status: [Date]

## Summary
🟢 On Track / 🟡 At Risk / 🔴 Blocked

## Completed This Week
- [x] Task 1
- [x] Task 2

## In Progress
- [ ] Task 3 (50%)
- [ ] Task 4 (25%)

## Planned Next Week
- Task 5
- Task 6

## Blockers
- [Blocker 1] → [Needed action]

## Metrics
- Velocity: X points
- Burndown: On track

Task States

State Meaning
⚪ Backlog Not started
🟡 In Progress Being worked on
🟠 In Review Pending review
🟢 Done Completed
🔴 Blocked Cannot proceed

Agile Ceremonies

Daily Standup (15 min)

## Standup Format
Each person answers 3 questions:
1. What did you do yesterday?
2. What will you do today?
3. Any blockers?

### Tips
- Stand to keep it short
- No deep dives into problems
- Blockers → handle after standup

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

Subscribe to this mod's changes

project-manager is an agent published in the GitHub repository nth5693/gemini-kit (375 stars, last pushed 5mo ago), licensed MIT. It adds 9 tokens to every session and 1,020 once invoked, about $0.0000 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.