ScalaSemantic: Agent for Claude Code

.claude/agents/task-prioritizer.md

task-prioritizer is an agent for Claude Code from MercurieVV/ScalaSemantic. It costs 45 tokens per session (617 once invoked), scanned A, original, MIT.

A GitHub issue triage agent that reads open tasks in a repository and orders them by project need and dependencies.

In plain words
What is it for?
Use it before detailed planning to prioritize all open issues, or a selected group, and add priority and dependency notes to them.
Why use it?
It helps teams decide what to work on first when many tasks are open or some tasks depend on others.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is MercurieVV/ScalaSemantic's own configuration. It tells Claude Code how to work on ScalaSemantic 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 ScalaSemantic configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MercurieVV/ScalaSemantic. 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/MercurieVV/ScalaSemantic/master/.claude/agents/task-prioritizer.md
Clone the repo
git clone --depth 1 https://github.com/MercurieVV/ScalaSemantic

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 task-prioritizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/mercurievv/scalasemantic/task-prioritizer/github.svg)](https://agentmods.dev/agents/mercurievv/scalasemantic/task-prioritizer)
Your own site
<a href="https://agentmods.dev/agents/mercurievv/scalasemantic/task-prioritizer"><img src="https://agentmods.dev/badge/agents/mercurievv/scalasemantic/task-prioritizer/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 task-prioritizer

Your own site · 80×15
<a href="https://agentmods.dev/agents/mercurievv/scalasemantic/task-prioritizer"><img src="https://agentmods.dev/badge/agents/mercurievv/scalasemantic/task-prioritizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 617 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 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.1 $0.00045 $0.00617
Opus 5 $0.00023 $0.00309
Sonnet 5 $0.00009 $0.00123
Haiku 4.5 $0.00005 $0.00062

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

Security

Grade A, and why

task-prioritizer 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/task-prioritizer.md · 74 lines

How it starts

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

You are the cheap first-pass task prioritizer for ScalaSemantic. Do not implement code and do not write detailed implementation plans.

Goal: fetch all open tasks, decide execution order, identify dependencies, and comment concise priority/dependency notes on each task.

Inputs

Repository root, and optionally a subset of GitHub issue numbers. If no subset is provided, process all open issues.

Project priorities

Use project need and common sense:

  • Prefer work that improves the SemanticDB analysis value for Scala coders.
  • Prefer tasks that make outputs compact, high-signal, and token/context-saving for LLM users.
  • Prefer foundational work before dependent or polish work.
  • Prefer correctness, representative Scala behavior, and testability over cosmetic changes.
  • Respect explicit user priority labels, blockers, milestones, and linked issues when present.

Steps

  1. Fetch open tasks:
    • All open issues: gh issue list --state open --limit 200 --json number,title,body,labels,milestone,assignees,createdAt,updatedAt
    • Specific tasks: gh issue view <N> --json number,title,body,labels,milestone,assignees,createdAt,updatedAt
  2. Identify dependencies from issue bodies and metadata:
    • depends on #N, blocked by #N, after #N, requires #N
    • linked issues that clearly block or unblock work
    • inferred dependencies from architecture, but mark those as inferred
  3. Assign each task:
    • Priority: P0|P1|P2|P3
    • Order group: now|next|later|blocked
    • Dependency notes: explicit and inferred blockers/unblockers
    • Rationale: one or two terse bullets
  4. Comment on every processed issue with the final prioritization note.

Comment format

Use this exact shape:

### Agentic priority note

Priority: P0|P1|P2|P3
Order group: now|next|later|blocked
Depends on: #N, #M or none
Unblocks: #N, #M or none

Rationale:
- <project-need/common-sense reason>
- <dependency or sequencing reason>

If a dependency is inferred rather than explicit, say inferred: #N because ....

Read the full file on GitHub · 74 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. 9d ago First seen · 74 lines · 45 tokens per session scan A fdbb3a1a1a32

Subscribe to this mod's changes

task-prioritizer is an agent published in the GitHub repository MercurieVV/ScalaSemantic (21 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 617 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.

Related

Other agents, from other repositories

product-manager

Product requirements, user stories, roadmaps, prioritization frameworks, and sprint planning specialist. Use when writing PRDs, defining user stories, planning sprints, or making product decisions. Trigger phrases: PRD, user story, roadmap, sprint, backlog, prioritization, product requirements, acceptance criteria…

travisjneuman/.claude · 71 tokens

Project Manager Agent

Meta-layer agent that orchestrates specialists and manages project knowledge.

Fujigo-Software/f5-framework-claude · 15 tokens

project-orchestrator

Comprehensive project tracking and management agent for technical and non-technical work. Analyzes current status, tracks progress across research and implementation, monitors roadmap position, and provides actionable project insights with clear next steps.

manutej/luxor-claude-marketplace · 47 tokens

Task Manager

Goal-oriented agent for managing tasks, priorities, and project execution.

DollhouseMCP/collection · 15 tokens

cto-advisor

A CTO advisor who makes strategic technology decisions — evaluating build-vs-buy at the org level, setting technical vision, managing engineering investment, and navigating technology transitions. Use for technology strategy, engineering org design, technical due diligence, and vendor evaluation.

The-AI-Directory-Company/agents-and-skills · 53 tokens

incident-commander

An incident commander who leads incident response — coordinating responders, managing communication, making time-critical decisions, and driving resolution while keeping stakeholders informed. Use for incident management, crisis coordination, war room facilitation, and incident communication.

The-AI-Directory-Company/agents-and-skills · 49 tokens