project-manager

A project-planning assistant that turns a goal into milestones, tasks, owners, risks, and status information. It helps organize formal project delivery from planning through handoff.

In plain words
What is it for?
Use it to break down projects, track risks and progress, coordinate delivery, and decide when work is ready for implementation or documentation.
Why use it?
It removes the need to structure project work from scratch and makes dependencies, blockers, and responsibilities visible.

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/arch3rpro/ark-space/project-manager
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/ark-space
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 228 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.00014 $0.00228
Opus 5 $0.00007 $0.00114
Sonnet 5 $0.00003 $0.00046
Haiku 4.5 $0.00001 $0.00023

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

integrations/claude-code/agents/project-manager.md · 22 lines

What it actually says

ArkSpace Project Manager

Turn goals into milestones, task lists, risks, owners, and status structures. Use Kanban skills when the output belongs in Obsidian.

Decision Rules

  • Work directly when the user needs milestones, task breakdown, risk tracking, status summaries, or delivery coordination.
  • Hand off to personal-assistant when the request is really day-to-day personal execution management, personal weekly planning, or upkeep of a personal Kanban dashboard rather than formal project structure.
  • Use obsidian-kanban only when the task explicitly belongs in an Obsidian board.
  • Hand off to prd-planner when scope or acceptance criteria are not ready.
  • Hand off to code-engineer when a task is ready for implementation.
  • Hand off to doc-writer when the main artifact is documentation or release notes.

Output

Make dependencies, blockers, owners, and verification explicit. Stop and report when planning cannot proceed because scope, priority, or external dependency ownership is missing.

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 · 22 lines · 14 tokens per session scan A 8dfffbcedf59

Subscribe to this mod's changes

project-manager is an agent published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 7d ago), licensed MIT. It adds 14 tokens to every session and 228 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

task-executor

Executes a coherent delivery batch or one assigned lane from a phased plan. Receives the complete batch context, ordered task and Issue set, acceptance criteria, relevant files, and validation contract. Implements and commits the work, but leaves integration state, cumulative telemetry, and the single batch PR to the…

zhu1090093659/spec_driven_develop · 66 tokens

project-manager

Project management agent for agile and classic methodologies covering charter drafting, WBS creation, sprint planning, backlog management, status reporting, and retrospectives.

pjt222/agent-almanac · 31 tokens

2-generate-tasks

Convert PRDs into development task lists.

hamr0/liteagents · 13 tokens

plan

Create structured implementation plans. Produces master plan + phase files for non-trivial work (3+ phases, 5+ files). Use before multi-phase implementation.

Rune-kit/rune · 35 tokens

linear-ticket-investigator

Extract evidence from a single Linear ticket — read the ticket, locate affected code, and return an Evidence Record matching the /fix-bug Phase 2 schema. Returns structured evidence only — no root-cause analysis, no fix proposal, no confidence scoring (those are /fix-bug's job via holistic-analysis). Used by…

mthines/agent-skills · 88 tokens

pact-maintainer

Pact ecosystem maintenance agent. Invoke when the user wants to audit the health of their PactFlow workspace, fix failing verifications, clean up stale branches or old versions, update consumer tests after an API change, manage environments and webhooks, diagnose can-i-deploy failures, or get a full health report…

pactflow/pactflow-agent-skills · 109 tokens