Agent Plugins Marketplace
All plugins

quality-harness

v2.106.0

Project-neutral development, ADR, verification, retirement, and risk-routed review workflows for Claude Code.

Claude Code15 Skills

By zyLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 24, 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 quality-harness 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 quality-harness@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/D3-lt/quality-harness

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/adr-execute/SKILL.md
├── skills/adr-retire/SKILL.md
├── skills/adr-write/SKILL.md
├── skills/arch-write/SKILL.md
├── skills/codex-advise/SKILL.md
├── skills/codex-review/SKILL.md
├── skills/corpus-chaos/SKILL.md
├── skills/execution/SKILL.md
├── skills/mutation-audit/SKILL.md
├── skills/operating/SKILL.md
├── skills/postmortem/SKILL.md
├── skills/quality-policy/SKILL.md
├── skills/review/SKILL.md
├── skills/spec-write/SKILL.md
└── skills/work/SKILL.md

Included Skills15

adr-executeskills/adr-execute/SKILL.md

Execute an active Accepted ADR task-by-task, and record the tool-written evidence that a task is finished. Use when the user invokes `/quality-harness:adr-execute` with an active ADR path, asks to implement an accepted current decision, or asks to mark a task done, tick off a task, update a task's status, or record that work passed — marking done without `adr-verify` is the one thing this skill exists to prevent. Do not execute archived, superseded, withdrawn, Proposed, or Draft records; retire records with `adr-retire` instead.

adr-retireskills/adr-retire/SKILL.md

Retire or archive ADR records without erasing decision authority, rewriting historical evidence, or losing open obligations. Use when the user asks to archive, retire, freeze, supersede, or reduce noise from an ADR corpus. Do not use to hide a failing current ADR, delete decision history, or execute archived work.

adr-writeskills/adr-write/SKILL.md

Create a proposed, executable decision record for a durable technical choice. Use when the user asks for an ADR or when work changes a public contract, persistent state, trust boundary, cross-component ownership, or costly-to-reverse architecture. Do not use for bounded implementation, open-ended requirements discovery, or ADR retirement.

arch-writeskills/arch-write/SKILL.md

Create or audit a current-state architecture document. Use when the user invokes `/quality-harness:arch-write`, asks for an architecture map/audit, or an accepted structural decision changes module boundaries or ownership. Use grill-only mode for a read-only architecture audit. Do not use for a single decision record, bounded implementation, or speculative future design without code evidence.

codex-adviseskills/codex-advise/SKILL.md

Ask a fresh-context, read-only Codex GPT-6 Astra session for grounded advice in any project. Use for an independent second opinion on architecture, ADR shaping, design tradeoffs, debugging hypotheses, incident reasoning, or a difficult technical decision. Routes high, xhigh, or ultra effort from task risk and breadth. Do not use for a verdict-bearing change review (use codex-review), routine implementation, or an unscoped “look at everything” request.

codex-reviewskills/codex-review/SKILL.md

Run a fresh-context, read-only Codex GPT-6 Astra review in any project. Use for an independent review of uncommitted changes, a commit, a branch/base diff, an ADR, a plan, or explicitly named artifacts; use when the user asks for codex-review, an external Codex pass, or a verdict-bearing review. Routes high, xhigh, or ultra effort from task risk and breadth. Do not use for open-ended design or debugging counsel (use codex-advise) or for implementation.

corpus-chaosskills/corpus-chaos/SKILL.md

Run every reader this plugin ships over a corpus you do not own — on a platform the maintainers cannot run — and report everything it printed, verbatim. Use when asked by another session to probe a repository, when preparing a release that changes what a reader says, or when a reader's answer about your own corpus looks wrong. Do not use to fix anything in the probed repository; this skill reads and reports only.

executionskills/execution/SKILL.md

Implement a decided code change with the smallest coherent diff and fresh executed evidence. Use for bug fixes, bounded features, and small refactors when the request authorizes implementation. If a durable design decision is discovered, return it to the main coordinator rather than silently expanding scope. Do not use for review-only work.

mutation-auditskills/mutation-audit/SKILL.md

Break a mechanism on purpose and check whether anything notices, to find tests and contracts that assert nothing. Use when the user asks whether the tests actually test anything, wants mutation testing, suspects a suite is green for the wrong reason, asks "are these tests real", or wants confidence before trusting a passing run. Do not use to judge a diff or to review code someone wrote — that is `review`; this skill never reads for quality, it only measures what a suite detects.

operatingskills/operating/SKILL.md

Operate the harness itself — what is actually installed, whether a home gate is a forwarder or a stale copy, how to verify an upgrade, and how to read a lint finding's severity. Use when a gate behaves unexpectedly, after `claude plugin update`, when a standalone copy may be shadowing the plugin, when deciding whether a finding blocks, or when a session is about to write operating instructions into a project's CLAUDE.md. Do not use for authoring or executing a record — that is `adr-write` and `adr-execute`.

postmortemskills/postmortem/SKILL.md

Document a material, recurrent, or production-relevant failure—or a genuinely reusable lesson—as a structured postmortem. Use after resolving a qualifying failure or review finding, or whenever the user explicitly asks. Do not auto-trigger for every routine bug, expected test failure, or low-impact one-off fix.

quality-policyskills/quality-policy/SKILL.md

Apply universal scope, simplicity, verification, and risk-routing discipline to substantive code changes. Use in the main coordinator for implementation planning and completion; do not use as a second lifecycle router or preload its full body into child agents.

reviewskills/review/SKILL.md

Default code review skill, reading a diff and judging it. Use when the user asks for a review, PR review, audit of changes, a second opinion on implementation quality, or a test-quality review of tests as written. Loads a performance or security mode from references/ when the review centers on those. Do not use for implementation work, and do not use to measure what a suite actually detects — breaking a mechanism to see whether anything notices is `mutation-audit`.

spec-writeskills/spec-write/SKILL.md

Discover and write verifiable requirements before design or implementation. Use when the user invokes `/quality-harness:spec-write`, asks for a spec/use cases/BDD scenarios, or brings a feature idea too ambiguous to plan; use grill-only mode to audit an existing plan, ADR, or PR description without editing it. Do not use when behavior is already decided and the task is bounded implementation or ADR retirement.

workskills/work/SKILL.md

Main-session coordinator for substantive development goals. Use when the user invokes /quality-harness:work, sets a development goal and wants the lifecycle handled end to end, or requests non-trivial implementation without naming a narrower skill. Classifies once, freezes scope, routes only the necessary stages, and owns final evidence. Never invoke inside a spawned agent or workflow role; do not use for conversational questions.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "quality-harness",
  "version": "2.106.0",
  "description": "Project-neutral development, ADR, verification, retirement, and risk-routed review workflows for Claude Code.",
  "author": {
    "name": "zy"
  },
  "license": "MIT",
  "keywords": [
    "adr",
    "architecture",
    "verification",
    "review",
    "quality"
  ],
  "experimental": {
    "evals": "evals"
  }
}

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

[quality-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quality-harness)