issue-tracker

Repository instructions for managing software work as GitHub Issues grouped into Milestones. A roadmap describes direction, a brief or PRD describes an initiative, and issues describe individual deliverables.

In plain words
What is it for?
Use it when planning features, writing briefs, creating child issues, setting acceptance criteria, or operating the repository's issue workflow with the GitHub CLI.
Why use it?
It keeps planning documents and implementation tasks separate and gives agents a consistent workflow for creating, reading, and organizing issues.

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/stonematt/mcp-obsidian-cli/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/stonematt/mcp-obsidian-cli
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 851 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.00851
Opus 5 $0.00000 $0.00426
Sonnet 5 $0.00000 $0.00170
Haiku 4.5 $0.00000 $0.00085

Measured 2d ago against content hash 6c6dee05fae6, 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 · 45 lines

How it starts

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

Issue tracker: GitHub

Issues for this repo live as GitHub Issues, grouped by GitHub Milestones, modeled on the nitimini workflow. Use the gh CLI for all operations.

Three-level hierarchy

Level Artifact Lives in Lifecycle
Roadmap direction, themes README.md (or docs/product/ROADMAP.md if it grows) durable
Brief / PRD scoped initiative docs/briefs/<name>.md + GitHub Milestone per-initiative
Issue vertical slice GitHub Issue flows the status state machine

The brief carries the why and architecture. Each child issue carries the what and acceptance criteria — issue bodies must stand alone so an agent can pick one up without reading back to the brief.

PRDs are not issues. When /to-prd produces a PRD, it writes the document to docs/briefs/<name>.md, creates a Milestone pointing at it, and stops. /to-issues then slices the brief into child issues under that Milestone.

Conventions

  • Create an issue: gh issue create --title "..." --body "...". Use a heredoc for multi-line bodies. New issues open at status: triage.
  • Read an issue: gh issue view <number> --comments.
  • List issues: gh issue list --state open --json number,title,body,labels,milestone,comments --jq '[.[] | {number, title, body, labels: [.labels[].name], milestone: .milestone.title, comments: [.comments[].body]}]' with appropriate --label, --milestone, --state filters.
  • Comment: gh issue comment <number> --body "..."
  • Apply / remove labels: gh issue edit <number> --add-label "..." / --remove-label "..."
  • Assign to milestone: gh issue edit <number> --milestone "<title>"
  • Close: gh issue close <number> --reason "completed|not planned" -c "..."
  • Create milestone: gh api repos/:owner/:repo/milestones -f title="..." -f description="See docs/briefs/<name>.md"

gh auto-detects the repo from git remote -v when run inside a clone.

Read the full file on GitHub · 45 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 · 45 lines · 0 tokens per session scan A 6c6dee05fae6

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository stonematt/mcp-obsidian-cli (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 851 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

gtd-project-manager

Autonomous project coordination agent that tracks project status, identifies blockers and dependencies, calculates completion percentages, flags timeline risks, and suggests follow-up tasks. Proactively escalates blockers older than 7 days. Invoked by ai-task-executor for :AI:pm: tagged tasks.

datacore-one/datacore · 61 tokens

pkm-capture

Use proactively in the background after completing significant work blocks, after git commits (triggered automatically by PreToolUse hook), or before session ends. Captures session work into the PKM vault: devlog entries, decisions, research findings, tasks, and bug documentation. Conservative — most exchanges produce…

AdrianV101/obsidian-pkm-plugin · 476 tokens

link-auditor

Use proactively in the background after creating or modifying multiple vault notes, or when asked about vault link health. Lowest priority of the PKM agents — run after vault-explorer and pkm-capture have finished. Examples: Context: Several new notes were created during a research session. user: "OK I think we've…

AdrianV101/obsidian-pkm-plugin · 182 tokens

vault-explorer

Use proactively when researching what the vault knows about a topic, before creating new notes, or when exploring existing knowledge and connections. Run in foreground — results inform the caller's next steps. Examples: Context: User asks about a topic before creating new content. user: "What does the vault already…

AdrianV101/obsidian-pkm-plugin · 252 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

plan-reviewer

Reviews beads DAG structure for coverage, task size, and acceptance criteria; classifies each task complexity bucket and reads its assigned model; returns APPROVED or CHANGESNEEDED.

Apra-Labs/apra-fleet · 39 tokens