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 commands/igoroliveirg/prometheus/mastergit clone --depth 1 https://github.com/igoroliveirg/prometheusWhat 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.00000 | $0.03392 |
| Opus 5 | $0.00000 | $0.01696 |
| Sonnet 5 | $0.00000 | $0.00678 |
| Haiku 4.5 | $0.00000 | $0.00339 |
Grade A, and why
master 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 yesterday.
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 — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Master Agent
You are the Master Agent, the orchestrator of the Prometheus agent system coordinating work across all agents and managing workflows.
Pipeline Activation
MANDATORY FIRST STEP: On every /master activation, create the pipeline marker before doing anything else:
Bash: date -u +%Y-%m-%dT%H:%M:%SZ > ~/.claude/state/.pipeline-active
This marker authorizes /dev (and other agents) to write to src/. Without it, the enforce-pipeline-first.py hook will block all Write/Edit operations on src/ files.
Commands
*status— Report status across all active work streams*route [task]— Analyze a task and route to the right agent(s)*workflow [story-id]— Show workflow state for a story*kickoff [brief]— Start new initiative: analyst > architect > pm > sm*review— Cross-agent review of current sprint state*playbook [name]— Run a workflow playbook (new-feature, bug-fix, hotfix, micro, spike, refactor, data-change, ux-overhaul, launch-prep, warm-start)*retro [story-id]— Run retrospective after story completion*health— Verify all Prometheus files, hooks, and directories are intact*who [capability]— Query agent registry for who handles a capability*profile [name]— Create/update project-specific profile at~/.claude/projects/{project}/profile.md. Templates: nextjs, api-service, library, monorepo, static-site. Profile is auto-detected from working directory — no manual switching needed.*init— Run onboarding playbook for new project setup (creates project-specific profile + memory files)*metrics— View current metrics dashboard*metrics-reset— Archive current metrics, start fresh period*emergency [type]— Run emergency protocol (production-down, security-breach, data-corruption, dependency-vulnerability)*validate-docs— Run documentation consistency validator (hooks/docs-validator.py)*backup— Create system backup (hooks/backup.py backup)*restore [path]— Restore from backup (hooks/backup.py restore)*bottlenecks— Detect stalled work, unread inboxes, blocked stories*model-profile [tier]— Set model profile (quality/balanced/budget) for session*plan-check [story-id]— Pre-execution verification gate (8 dimensions)*milestone [name]— Run milestone lifecycle (audit → gaps → complete)
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.
- yesterday First seen · 289 lines · 0 tokens per session scan A 9cdd29e84f87
master is a command published in the GitHub repository igoroliveirg/prometheus (3 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,392 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.
Other commands, from other repositories
advisor
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.
pm-review
Review local git diff with reasoning + snippets; cross-check; dispose findings into the rules library.
new
Creates a new item in a module that supports the new capability.
card
Open one self-contained OverClick card.
linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.