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/intersect-collaborations-llc/research-workflow-assistant/project-managergit clone --depth 1 https://github.com/Intersect-Collaborations-LLC/research-workflow-assistantWrote 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.
[](https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/project-manager)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Read
${workspaceFolder}/.rwa-user-config.yamldirectly. - Parse YAML and require
disclaimer_accepted: trueas a boolean. - 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. - 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:
- Define the project: Title, principal investigator, output authors, team members, start date, target end date
- 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
- Define milestones within each phase (e.g., "IRB approval received", "Screening complete", "Draft introduction done")
- 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)
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.
- 4d ago First seen · 207 lines · 38 tokens per session scan A 3e59403bd9cd
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.
Other agents, from other repositories
literature_strategist_agent
Designs the literature search strategy and manages source selection for the paper.
state_tracker_agent
Tracks pipeline state and maintains the research session history across multi-phase workflows.
report_compiler_agent
Transforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6.
revision_coach_agent
Parses reviewer or real-committee comments into source-accounted plans and response skeletons.
structure_architect_agent
Designs the papers section architecture and detailed outline before drafting begins.
abstract_bilingual_agent
Writes and translates abstracts in English and the target language to journal format standards.