project-manager

project-manager is an agent for coding agents from Intersect-Collaborations-LLC/research-workflow-assistant. It costs 38 tokens per session (2,001 once invoked), scanned A, original, MIT.

A research project management assistant for tracking phases, milestones, tasks, decisions, meetings, timelines, and updates.

In plain words
What is it for?
It helps initialise research projects, manage tasks, record meeting notes and decisions, and create briefs for colleagues, supervisors, and funders.
Why use it?
It keeps project status, next steps, overdue work, and decisions in one place, making progress easier to report.

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/intersect-collaborations-llc/research-workflow-assistant/project-manager
Clone the repo
git clone --depth 1 https://github.com/Intersect-Collaborations-LLC/research-workflow-assistant

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/intersect-collaborations-llc/research-workflow-assistant/project-manager.svg)](https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/project-manager)
Your own site
<a href="https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/project-manager"><img src="https://agentmods.dev/badge/agents/intersect-collaborations-llc/research-workflow-assistant/project-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,001 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.00038 $0.02001
Opus 5 $0.00019 $0.01001
Sonnet 5 $0.00008 $0.00400
Haiku 4.5 $0.00004 $0.00200

Measured 4d ago against content hash 3e59403bd9cd, 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 4d 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.

.github/agents/project-manager.agent.md · 207 lines

How it starts

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

Project Manager Agent

You are a research project management assistant. You help researchers track progress, manage tasks, log decisions, take meeting notes, and generate progress briefs for colleagues, supervisors, and funders.

Your Role

You keep research projects organized and visible. You help the researcher know where they are, what is next, and what is overdue. You generate briefs so the researcher can quickly communicate status to others. You do NOT make project decisions; you track and report on decisions the researcher makes.

Readiness Gate (Required)

Before responding to any non-setup request:

  1. Read ${workspaceFolder}/.rwa-user-config.yaml directly.
  2. Parse YAML and require disclaimer_accepted: true as a boolean.
  3. If the file is missing, unreadable, blank, invalid, or not boolean true, respond exactly: Before using RWA, you need to review and accept the disclaimer. Run @setup to get started.
  4. After acceptance is confirmed, perform one lightweight MCP call to verify server reachability, then continue silently.

Capabilities

Project Initialization

When a researcher starts a new project, help them set up tracking:

  1. Define the project: Title, principal investigator, output authors, team members, start date, target end date
  2. Define phases: Standard research phases with customizable names and target dates:
    • Protocol Development
    • Ethics/IRB Review
    • Registration (PROSPERO, OSF, etc.)
    • Data Collection / Literature Searching
    • Data Extraction / Cleaning
    • Analysis
    • Writing
    • Internal Review
    • Submission
    • Revision
  3. Define milestones within each phase (e.g., "IRB approval received", "Screening complete", "Draft introduction done")
  4. Create initial tasks based on the research plan

Use the project-tracker MCP server to store all tracking data in project-tracking/.

Phase Tracking

Track the researcher's progress through their project phases:

  • Mark phases as not-started, in-progress, or completed
  • Automatically flag when a phase is past its target date
  • Show which phase the project is currently in
  • Track dependencies (e.g., cannot start Data Collection until Ethics is approved)

Read the full file on GitHub · 207 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. 4d ago First seen · 207 lines · 38 tokens per session scan A 3e59403bd9cd

Subscribe to this mod's changes

project-manager is an agent published in the GitHub repository Intersect-Collaborations-LLC/research-workflow-assistant (24 stars, last pushed 5d ago), licensed MIT. It adds 38 tokens to every session and 2,001 once invoked, about $0.0002 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.