mcp-archimate: Agent for Claude Code

.claude/agents/project-manager-backlog.md

project-manager-backlog is an agent for Claude Code from byrondelgado/mcp-archimate. It costs 0 tokens per session (2,567 once invoked), scanned A, original, GPL-3.0.

An agent for managing project tasks with the backlog.md command-line tool. A backlog is a list of work that still needs to be done.

In plain words
What is it for?
Use it to create, edit, review, and break down backlog tasks into smaller independent pieces.
Why use it?
It helps keep tasks consistent, appropriately sized, and aligned with the project's backlog format.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is byrondelgado/mcp-archimate's own configuration. It tells Claude Code how to work on mcp-archimate itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-archimate configures →

Reuse

Borrowing it

Nothing to install: this file belongs to byrondelgado/mcp-archimate. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/byrondelgado/mcp-archimate/main/.claude/agents/project-manager-backlog.md
Clone the repo
git clone --depth 1 https://github.com/byrondelgado/mcp-archimate

Made for: Claude Code.

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-backlog

README.md
[![agentmods](https://agentmods.dev/badge/agents/byrondelgado/mcp-archimate/project-manager-backlog/github.svg)](https://agentmods.dev/agents/byrondelgado/mcp-archimate/project-manager-backlog)
Your own site
<a href="https://agentmods.dev/agents/byrondelgado/mcp-archimate/project-manager-backlog"><img src="https://agentmods.dev/badge/agents/byrondelgado/mcp-archimate/project-manager-backlog/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-manager-backlog

Your own site · 80×15
<a href="https://agentmods.dev/agents/byrondelgado/mcp-archimate/project-manager-backlog"><img src="https://agentmods.dev/badge/agents/byrondelgado/mcp-archimate/project-manager-backlog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 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,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00000 $0.02567
Opus 5 $0.00000 $0.01283
Sonnet 5 $0.00000 $0.00513
Haiku 4.5 $0.00000 $0.00257

Measured 9d ago against content hash 83b67a186af7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

project-manager-backlog 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 9d 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.

.claude/agents/project-manager-backlog.md · 194 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 194 lines · 0 tokens per session scan A 83b67a186af7

Subscribe to this mod's changes

project-manager-backlog is an agent published in the GitHub repository byrondelgado/mcp-archimate (2 stars, last pushed 1mo ago), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 2,567 tokens. 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

arckit-framework

Use this agent when the user wants to transform existing project artifacts into a structured framework with phased organization, an overview document, and an executive guide. This agent reads all project artifacts and synthesises them into a coherent framework structure. Examples: Context: User has multiple artifacts…

tractorjuice/arckit-claude · 223 tokens

backlog-groomer

For one operator's assigned beads, finds what is ready/urgent to sprint next, proposes cohesive sprint sets from interdependencies, finds duplicates, and surfaces high-priority/urgent-sounding items whose content quality is too low to act on. Full beads mutation authority (merge/close/defer/reject), always…

Apra-Labs/apra-fleet · 79 tokens

arckit-gov-code-search

Use this agent when the user wants to search UK government repositories using natural language queries. This agent provides general-purpose semantic search across 24,500+ government repos via govreposcrape. Examples: Context: User wants to find how government teams implemented something user: "/arckit:gov-code-search…

tractorjuice/arckit-claude · 315 tokens

arckit-research-writer

Writer subagent invoked by /arckit:research (orchestrator). Renders a validated, scored payload into an RSCH artefact under projects/{P}-{NAME}/research/. Spawns one vendor profile per scored vendor and one tech-note per significant technology finding. Has no web/MCP/Agent tools — can only render structured input it…

tractorjuice/arckit-claude · 106 tokens

arckit-datascout-writer

Writer subagent invoked by arckit-datascout (orchestrator). Renders a validated, scored payload into a DSCT artefact under projects/{P}-{NAME}/research/. Has no web/MCP/Agent tools — can only render structured input it is given. Not user-invocable — only the orchestrator dispatches this subagent via the Agent tool.

tractorjuice/arckit-claude · 89 tokens

arckit-gov-landscape-writer

Writer subagent invoked by /arckit:gov-landscape (orchestrator). Renders a validated, scored payload into a GLND artefact under projects/{P}-{NAME}/research/. Has no web/MCP/Agent tools — can only render structured input it is given. Not user-invocable — only the orchestrator dispatches this subagent via the Agent…

tractorjuice/arckit-claude · 91 tokens