issue-tracker

A converter that turns existing implementation tasks into GitHub issues, which are trackable work items in a software repository. It orders the issues according to their dependencies.

In plain words
What is it for?
Use it to create feature issues from task lists and related design documents, including any required repository hooks and status information.
Why use it?
It gives a team actionable tickets instead of leaving tasks as an unstructured checklist, while following the repository's specification and tracking rules.

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/acryldev/acryl/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/acryldev/acryl
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 700 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.00000 $0.00700
Opus 5 $0.00000 $0.00350
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

Measured 2d ago against content hash fae967db1e92, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue-tracker 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.

docs/agents/issue-tracker.md · 59 lines

How it starts

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

Issue tracker: specs/ (local Spec Kit + Wayfinder)

Issues, specs (PRDs), and Wayfinder maps for this repo live as markdown under specs/. GitHub remote is acryldev/acryl; GitHub Issues are an optional promotion surface, not the default store.

This is intentional: ACRYL is built by many coding agents, some without gh auth, and the user asked for a specs/ tree as the feature-block store.

Conventions

  • One implementation milestone per directory: specs/<NNN-slug>/
  • Spec Kit artifacts in that directory:
    • spec.md — feature specification (/speckit-specify, also a Matt Pocock PRD)
    • plan.md — technical plan (/speckit-plan)
    • tasks.md — ordered implementation tasks (/speckit-tasks)
    • research.md — facts the plan waits on
  • Do not collapse implementation tickets into one mega file once a milestone is being built. If /to-tickets runs, write specs/<NNN-slug>/issues/<NN>-<slug>.md, numbered from 01.
  • Triage state is a Status: line near the top of each issue file (see triage-labels.md).
  • Comments append under a ## Comments heading.

When a skill says "publish to the issue tracker"

Create or update a file under specs/<feature-slug>/ (creating the directory if needed). Prefer spec.md for a full PRD.

When a skill says "fetch the relevant ticket"

Read the referenced path. The user will normally pass the path or the NNN-slug / issue number.

Wayfinding operations

Used by /wayfinder. The map is a file with one child file per ticket.

  • Map: specs/000-wayfinding/map.md — Destination / Notes / Decisions-so-far / Not yet specified / Out of scope.
  • Child ticket: specs/000-wayfinding/issues/NN-<slug>.md, numbered from 01. Body holds ## Question. Header lines:
    • Type: research | prototype | grilling | task
    • Status: open | claimed | resolved
    • Blocked by: [ticket title](relative/path.md) (optional; never a bare ID)
  • Blocking: a ticket is unblocked when every file listed in Blocked by is Status: resolved.
  • Frontier: scan specs/000-wayfinding/issues/ for files that are not resolved, have no unresolved blockers, and are not claimed. Lowest number wins.
  • Claim: set Status: claimed and save before any work.
  • Resolve: append the answer under ## Answer, set Status: resolved, then append a one-line gist + relative link to the map's Decisions-so-far.

Read the full file on GitHub · 59 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. 2d ago First seen · 59 lines · 0 tokens per session scan A fae967db1e92

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository acryldev/acryl (220 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 700 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-30.