obsidian-tasks-caldav: Command for Claude Code

.claude/commands/pm/backlog.md

backlog is a command for Claude Code from josecoelho/obsidian-tasks-caldav. It costs 0 tokens per session (228 once invoked), scanned A, original, MIT.

A command that reviews all open GitHub Issues for a repository, grouping and sorting them by area and priority.

In plain words
What is it for?
It is for counting open issues, organizing them by labels and priority, identifying issues needing attention, and selecting the most important work next.
Why use it?
It makes a large backlog easier to understand and highlights stale, incomplete, or blocked issues that may otherwise be overlooked.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to josecoelho/obsidian-tasks-caldav. 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/josecoelho/obsidian-tasks-caldav/master/.claude/commands/pm/backlog.md
Clone the repo
git clone --depth 1 https://github.com/josecoelho/obsidian-tasks-caldav

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 backlog

README.md
[![agentmods](https://agentmods.dev/badge/commands/josecoelho/obsidian-tasks-caldav/backlog.svg)](https://agentmods.dev/commands/josecoelho/obsidian-tasks-caldav/backlog)
Your own site
<a href="https://agentmods.dev/commands/josecoelho/obsidian-tasks-caldav/backlog"><img src="https://agentmods.dev/badge/commands/josecoelho/obsidian-tasks-caldav/backlog.svg" alt="Measured on agentmods" height="20"></a>
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 228 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.00000 $0.00228
Opus 5 $0.00000 $0.00114
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

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

Security

Grade A, and why

backlog 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 8d 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/commands/pm/backlog.md · 17 lines

What it actually says

Review the full backlog of open GitHub Issues for this repo.

Steps:

  1. Run gh issue list --state open --limit 100 --json number,title,labels,createdAt,updatedAt
  2. Group issues by area label (caldav, sync, obsidian-ui, tasks-plugin, infra, unlabelled)
  3. Within each area, sort by priority (p0 > p1 > p2 > p3 > unlabelled)
  4. Flag issues that are:
    • Stale: no updates in 30+ days
    • Unlabelled: missing priority OR area OR type label
    • Blocked: mention "blocked by" in their body but the blocking issue is still open
  5. Present a summary:
    • Total open issues
    • Count by priority
    • The prioritized list grouped by area
    • A "Needs attention" section for stale/unlabelled issues with recommended actions
  6. End with a "What matters now" section: the top 3-5 issues to focus on, with brief reasoning
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. 8d ago First seen · 17 lines · 0 tokens per session scan A 022e2cbb2bca

Subscribe to this mod's changes

backlog is a command published in the GitHub repository josecoelho/obsidian-tasks-caldav (42 stars, last pushed 19d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 228 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.