Agent Plugins Marketplace
All plugins

jus

v1.4.33

Juscribe Workflow SOP as three on-demand Claude Code skills — ticket-workflow (lifecycle plus estimation, labels, testing gates, and the jus API reference), hard-rules, and retrospective (reviewing an iteration and publishing the report) — backed by deterministic enforcement hooks.

Claude Code3 Skills

By Caleon ChunLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install jus for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jus@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/juscribe/jus-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

jus/
├── .claude-plugin/plugin.json
├── skills/hard-rules/SKILL.md
├── skills/retrospective/SKILL.md
└── skills/ticket-workflow/SKILL.md

Included Skills3

hard-rulesskills/hard-rules/SKILL.md

Non-negotiable behavioral guardrails for Juscribe work — every-ticket lifecycle, COMMIT-IMMEDIATELY rule, no lint/test suppression, stakeholder-verbatim ticket descriptions (agent additions kept current), no false deliveries, external blockers when waiting on user input, where a new ticket gets filed, splitting a ticket blocked on a third party, steps-as-subtasks, no `git push`, and the document-discoveries protocol. Auto-invoke before committing, before editing a ticket description, before transitioning to finished/delivered, before filing or placing a new ticket, when work turns out to depend on someone outside the team, and on hitting an unfamiliar error or workaround. In a Juscribe-wired project, generic ticket and board language means Juscribe — not another issue tracker.

retrospectiveskills/retrospective/SKILL.md

How to run a retrospective on an iteration and hand it over as a self-contained HTML report with charts, then record it back on the board. Covers what to gather (the first-hand accounts first — the ticket comments that hold most of them — then the tickets, their activity and the board's timezone), the sections a retrospective owes and the ones it must stop writing, when in the day work actually happened, production health and standing technical debt, drawing conclusions rather than counting metrics, hand-authored inline-SVG charts that need no library and no network, verifying derived numbers before you publish, sending the report's own HTML to the board so the iteration's details pane can show it, and writing the record back as an iteration comment. Auto-invoke on "retrospective", "retro", "sprint review", "review the iteration", or any request to review or summarize what an iteration delivered.

ticket-workflowskills/ticket-workflow/SKILL.md

The single load-bearing Juscribe SOP skill — the full ticket lifecycle from pickup to delivery, plus estimation, ticket types, labels, metadata, testing gates, and the complete `jus` CLI / API reference in bundled files this skill points at. Use when working any ticket — picking one up, transitioning state, investigating, sizing, labeling, writing tests, running pre-commit gates, calling `jus api`, committing, self-reviewing, finishing, delivering, handling rejections, processing batches, or resolving dependency blockers. Auto-invoke whenever a ticket ID (`#N`) or "work on this ticket" / "pick up backlog" / "deliver" / "rejected" appears. In a project wired to Juscribe (a `.jus/` directory or the `jus` CLI), bare ticket language — `#123`, the board, the backlog, deliver — always means Juscribe tickets, so this skill is the one to invoke for them, never a skill for any other issue tracker.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "jus",
  "version": "1.4.33",
  "description": "Juscribe Workflow SOP as three on-demand Claude Code skills — ticket-workflow (lifecycle plus estimation, labels, testing gates, and the jus API reference), hard-rules, and retrospective (reviewing an iteration and publishing the report) — backed by deterministic enforcement hooks.",
  "author": {
    "name": "Caleon Chun"
  },
  "homepage": "https://github.com/juscribe/jus-skills",
  "license": "MIT",
  "keywords": [
    "juscribe",
    "agile",
    "ticket-workflow",
    "sop"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[jus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jus)