workingon

workingon is a skill for Claude Code from oliverjueguen/workingon-claude-skill. It costs 92 tokens per session (2,149 once invoked), scanned A, a copy of workingon, MIT.

A bridge between a coding session and a ticketing system such as Jira, Linear, GitHub Issues, Trello, or Vikunja, which records the work completed in the session.

In plain words
What is it for?
Use it to create or update one task record, add a progress comment, link an existing ticket, or close a ticket using the configured system.
Why use it?
It prevents completed work from being forgotten or documented twice. It links the session's requested task, changed files, commits, and notable commands to the appropriate ticket.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the workingon plugin — 2 skills, 5 hooks shipped together

Good fit Use it to create or update one task record, add a progress comment, link an existing ticket, or close a ticket using the configured system.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add oliverjueguen/workingon-claude-skill
Claude Code
/plugin install workingon

Made for: Claude Code.

Or install workingon, the plugin that ships this one along with the rest of its 2 skills, 5 hooks.

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 workingon

README.md
[![agentmods](https://agentmods.dev/badge/skills/oliverjueguen/workingon-claude-skill/workingon/github.svg)](https://agentmods.dev/skills/oliverjueguen/workingon-claude-skill/workingon)
Your own site
<a href="https://agentmods.dev/skills/oliverjueguen/workingon-claude-skill/workingon"><img src="https://agentmods.dev/badge/skills/oliverjueguen/workingon-claude-skill/workingon/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for workingon

Your own site · 80×15
<a href="https://agentmods.dev/skills/oliverjueguen/workingon-claude-skill/workingon"><img src="https://agentmods.dev/badge/skills/oliverjueguen/workingon-claude-skill/workingon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,149 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 92% copy Near-identical to another mod 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.00092 $0.02149
Opus 5 $0.00046 $0.01074
Sonnet 5 $0.00018 $0.00430
Haiku 4.5 $0.00009 $0.00215

Measured today against content hash 553a15f8ae81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

workingon 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 today.

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.

Origin

This is a copy

92% identical to workingon — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/workingon/SKILL.md · 185 lines

How it starts

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

Bridge between this session and the ticketing tool. A local ledger, filled in by hooks, records what was asked, which files were touched, which commits landed and which notable commands ran.

WO = node ${CLAUDE_PLUGIN_ROOT}/src/bin/workingon.mjs. Every command accepts --json.

Rules

  • Record, do not redo. The work is already done; this only documents it.
  • One ticket per task, not per session. Work continuing the linked ticket becomes a comment. A different topic becomes a new ticket.
  • Never invent anything that is not in the ledger or in the conversation.
  • Write in the user's language.
  • End the turn with one short line: ticket reference and URL. Nothing else.

The workspace may be shared

Colleagues may be looking at these boards.

  • Never create projects, boards or repositories, and never touch tickets this tool did not create.
  • Never delete anything. delete exists for the person to run, not for you. If asked to delete, show what would go and wait for explicit confirmation.
  • Only write to the destination that ledger resolves. If it says UNDECIDED, ask first. Never pick a destination that merely looks right.
  • If create or comment answer [SIMULATED], nothing was written. Say exactly that, without implying a ticket exists.

Default flow

1. Read the state.

WO ledger --session ${CLAUDE_SESSION_ID}

Returns the folder, branch, destination, linked ticket and the work not recorded yet. If the destination is UNDECIDED, go to Undecided folder.

2. Decide.

  • Linked ticket and the work continues it: progress comment (step 3b).
  • Linked ticket but this is a different topic: new ticket (step 3a).
  • No linked ticket: search before creating.
    WO find "keywords" --session ${CLAUDE_SESSION_ID}
    
    If one is clearly the same thing, link it with WO link --issue <id> --session ${CLAUDE_SESSION_ID} --keep-unsynced and go to 3b. Otherwise create.

3a. Create.

WO create --session ${CLAUDE_SESSION_ID} --title "Title" --body-file - <<'END'
<markdown body>
END

Read the full file on GitHub · 185 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +45 lines 553a15f8ae81
  2. 11d ago First seen · 140 lines · 92 tokens per session scan A 931749cc5d9b

Subscribe to this mod's changes

workingon is a skill published in the GitHub repository oliverjueguen/workingon-claude-skill (6 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 2,149 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to workingon, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

daf-workflow

DevAIFlow session context loader — reads session metadata, issue tracker tickets, and context files. Auto-activates when DAFSESSIONNAME is set. Also useful when asked about current task, session status, or workflow steps for daf open, daf new, daf git new, daf jira new, and daf investigate.

itdove/devaiflow · 68 tokens

dev-kit-setup

First-use bootstrap for the dev kit. Detects the team's issue tracker, discovers what it can via MCP/CLI, asks only what cannot be discovered, and persists the result to .claude/dev-kit.json in the consuming repo. Use when that file is missing, when the user asks to set up or reconfigure the kit, or when issue-fetch…

theam/claude-dev-kit · 81 tokens

plan-backlog

Turn an idea or description (in any format) into a well-formed backlog — epics, user stories with acceptance criteria, sub-tasks — and create it in the team's tracker after approval. Elaborates progressively (guided, the default) or in one shot (--quick). Supports Jira, Linear, GitHub Issues, and Azure DevOps via…

theam/claude-dev-kit · 97 tokens

issue-fetch

Fetch a work item (summary, status, description, acceptance criteria, comments) from the team's issue tracker and display a clean summary. Supports Jira, Linear, GitHub Issues, and Azure DevOps via adapters. Use whenever a prompt contains an issue reference (e.g. PROJ-1234, ENG-42.

theam/claude-dev-kit · 68 tokens

issue-update

Update the work item after delivery - comment the PR link and a product-facing summary, and transition it to the team's review status. Supports Jira, Linear, GitHub Issues, and Azure DevOps via adapters. Use right after a PR is created for a story, or when the user asks to update/move a ticket.

theam/claude-dev-kit · 68 tokens

work-story

Work a user story end to end — fetch the ticket, plan (with approval), implement, verify the applicable gates, self-review, open the PR, and update the tracker. Use when given an issue key like PROJ-1234, ENG-42, or.

theam/claude-dev-kit · 57 tokens