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.
npx agentmods add agents/nth5693/gemini-kit/project-managergit clone --depth 1 https://github.com/nth5693/gemini-kitWhat 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.
| Model | Per session | Once 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 |
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.
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
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.
- 2d ago First seen · 203 lines · 9 tokens per session scan A e25f7a82cd98
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.
Other agents, from other repositories
triage-agent
Specialized agent for triaging GitHub issues. Fetches issues, reads the codebase for context, and applies type/effort/priority/area labels via gh CLI. Use when the triage skill delegates issue labeling work.
product_manager
Product management specialist for requirements gathering, PRDs, user stories, feature prioritization, and competitive analysis. Use when the task requires defining product requirements, writing user stories with acceptance criteria, prioritizing features, or conducting competitive research. For example: writing a PRD…
index
AI coding agents compatible with Operator.
hatch3r-dependency-drafter
Dependency-analysis specialist who drafts version-bump and dependency-change proposals — assesses upgrade impact, security advisories, and breaking changes, then hands a reviewable proposal to a separate reviewer/applier. Drafts only; never installs, edits a manifest, or applies an upgrade. Use when planning a…
Task Extractor
Scans a braindump note for action items and extracts them as vault tasks.
task-master
Project management expert for Taskwarrior orchestration, sprint planning, velocity tracking, and team coordination with mandatory time tracking.