issue-tracker

Instructions for using Beads, a local issue tracker backed by Dolt and operated through the bd command-line tool. GitHub Issues are kept as a separate place for reports from users.

In plain words
What is it for?
Use it when creating, organizing, or triaging tasks and bugs in this repository.
Why use it?
It prevents work from being tracked in the wrong system and defines the required issue IDs, hierarchy, priorities, and labels.

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/kunwarvivek/mcp-github-project-manager/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/kunwarVivek/mcp-github-project-manager
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 836 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.00836
Opus 5 $0.00000 $0.00418
Sonnet 5 $0.00000 $0.00167
Haiku 4.5 $0.00000 $0.00084

Measured 2d ago against content hash 485d0355b51b, 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 · 67 lines

How it starts

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

Issue tracker: Beads (bd)

Issues for this repo live in beads, a local Dolt-backed issue database driven by the bd CLI.

This is a deliberate choice over GitHub Issues. CLAUDE.md mandates bd for all task tracking, and the engineering skills follow that rule rather than fighting it.

The repo has a second, separate surface. GitHub Issues on kunwarVivek/mcp-github-project-manager still holds externally-reported bugs. That is a reporting surface for users; beads is the working tracker these skills operate on. Do not mirror between them automatically. If an external report needs work, open a bead for it and reference the GitHub issue number in the description.

Conventions

  • Issue ids look like mcp-github-project-manager-hb8.15 — a project prefix, a parent id, then a child suffix. Always pass the full id.
  • Hierarchy is first-class: bd create --parent=<id> makes a child. Use an epic type for the umbrella and task/bug/feature for children.
  • Priority is 04 or P0P4 (0 = critical, 2 = medium, 4 = backlog). Not high/medium/low — those are rejected.
  • Triage state is carried on labels (see triage-labels.md), set with --labels at create time or --add-label on update.
  • Comments/history go in notes: bd update <id> --append-notes "...".
  • Never run bd edit — it opens $EDITOR and blocks a non-interactive agent.

When a skill says "publish to the issue tracker"

bd create --title="..." --description="..." --type=task --priority=2 \
          [--parent=<epic-id>] [--labels=needs-triage]

For a multi-ticket effort, create the epic first, then children with --parent, then wire order with bd dep add <issue> <depends-on>.

When a skill says "fetch the relevant ticket"

bd show <id>          # full detail incl. dependencies
bd list --status=open # everything open, as a tree
bd search "<query>"   # keyword search

Wayfinding operations

Beads models this natively — no file conventions needed.

Read the full file on GitHub · 67 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 · 67 lines · 0 tokens per session scan A 485d0355b51b

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository kunwarVivek/mcp-github-project-manager (95 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 836 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.

Related

Other agents, from other repositories

pm-workflow-orchestrator

Runs an ordered sequence of pm-skills from a prioritized-action-plan or a user-named chain, pausing for go/no-go and stopping on a failed or empty step. Explicit invocation only; never fires proactively.

product-on-purpose/pm-skills · 50 tokens

pm-critic

Use proactively after any PM-artifact-producing skill completes (deliver-prd, foundation-meeting-recap, foundation-okr-writer, foundation-persona, foundation-lean-canvas, discover-interview-synthesis, define-problem-statement, define-hypothesis, deliver-edge-cases, deliver-user-stories, deliver-acceptance-criteria…

product-on-purpose/pm-skills · 133 tokens

pm-release-conductor

Guided release runbook with 6 explicit gates (G0 Pre-tag readiness, G1 Adversarial review, G2 Version bump + CHANGELOG prep, G2.5 Commit release-prep + re-verify, G3 Tag + push, G4 Post-tag hygiene). Chains to pm-skill-auditor at G0 (and again at G2.5 verification) and to pm-changelog-curator at G2. Refuses to advance…

product-on-purpose/pm-skills · 172 tokens

product-manager

Product management expert for roadmap decisions, feature prioritization, and scope management. Acts as a startup PM - ruthlessly prioritizes, focuses on speed over perfection. Use proactively for strategic product decisions.

dork-labs/dorkos · 42 tokens

council-facilitator

Turn verified disagreement into one product decision. Do not vote and do not average.

cis2042/product-design-harness · 0 tokens

pm-os-onboarding

Interactive onboarding that collects user context and configures the PM Operating System — rules, products, and MCPs. Use when user says "onboard", "setup", "PM-OS setup", or "get started".

hardiktiwari/PM-operating-OS · 49 tokens