update

update is a command for Claude Code from borisvu/obsidian-vault-cowork-plugins. It costs 8 tokens per session (1,206 once invoked), scanned A, original, Apache-2.0.

A task-and-memory refresh command for a workflow that connects Jira, a software project tracker, with a task manager and a notes vault.

In plain words
What is it for?
Use it to sync assigned Jira issues, review completed or missing tasks, repair Jira links in the vault, and run a deeper memory scan.
Why use it?
It finds differences between Jira and personal tasks, flags stale work, and identifies missing Jira links in notes.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is See [CONNECTORS.md](../CONNECTORS.md) for tool references..

Part of the para-flow plugin — 4 skills, 5 commands, 1 MCP server shipped together

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/borisvu/obsidian-vault-cowork-plugins
agentmods
npx agentmods add commands/borisvu/obsidian-vault-cowork-plugins/update

Made for: Claude Code.

Or install para-flow, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 1 MCP server.

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 update

README.md
[![agentmods](https://agentmods.dev/badge/commands/borisvu/obsidian-vault-cowork-plugins/update.svg)](https://agentmods.dev/commands/borisvu/obsidian-vault-cowork-plugins/update)
Your own site
<a href="https://agentmods.dev/commands/borisvu/obsidian-vault-cowork-plugins/update"><img src="https://agentmods.dev/badge/commands/borisvu/obsidian-vault-cowork-plugins/update.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,206 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.1 $0.00008 $0.01206
Opus 5 $0.00004 $0.00603
Sonnet 5 $0.00002 $0.00241
Haiku 4.5 $0.00001 $0.00121

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

Security

Grade A, and why

update 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 6d 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.

para-flow/commands/update.md · 165 lines

How it starts

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

Update Command

See CONNECTORS.md for tool references.

Two modes:

  • Default: Sync Jira tasks, triage stale items, check memory for gaps
  • --comprehensive: Deep scan of vault content, flag missed items, suggest new memories

Usage

/para-flow:update
/para-flow:update --comprehensive

Default Mode

1. Load Current State

Read CLAUDE.md. If they don't exist, suggest /para-flow:start first.

2. Sync from Jira

If Atlassian MCP is available, fetch issues assigned to user (open/in-progress).

Compare against task manager skill:

Jira issue tasks match? Action
Found, not in tasks. No match Offer to add
Found, already in tasks. Match by key or title Skip
In tasks with Jira key, not in Jira results Possibly completed Offer to mark done
Completed in Jira In Active section Offer to mark done

Present diff and let user decide.

3. Resolve Jira Links in Vault

Search for Obsidian-style Jira links ([[PROJECT-NNNN]], [[IDEA-NNNN]], or any [[PREFIX-NNNN]] matching Jira patterns) across the vault that don't have corresponding files.

For each unresolved link:

  1. Query Jira for the ticket summary, status, and assignee
  2. Determine placement:
    • User is assignee OR user says they're working on itPARA/1 Projects/{KEY} - {Summary}/{KEY} - {Summary}.md
    • OtherwisePARA/3 Resources/Jira/{KEY} - {Summary}.md
  3. Create the file with Jira metadata (see Jira Note Template in daily-report skill)

When searching for existing notes, use glob patterns like PARA/1 Projects/*/{KEY}* and PARA/3 Resources/Jira/{KEY}* to handle both flat files and subdirectories.

4. Triage Stale Items

If task management is available, review Active tasks and flag:

Read the full file on GitHub · 165 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. 6d ago First seen · 165 lines · 8 tokens per session scan A ca7f50367772

Subscribe to this mod's changes

update is a command published in the GitHub repository borisvu/obsidian-vault-cowork-plugins (4 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 8 tokens to every session and 1,206 once invoked, about $0.0000 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-31.