Agent Plugins Marketplace
All plugins

harborview-qa

v1.0.0

Readiness triage, story maturing, and exploratory test charters for the Harborview delivery team. Teaching plugin for the Beekeeper Lab series Out of the Tab.

Claude Code3 Skills

By Beekeeper LabLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 30, 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 harborview-qa 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 harborview-qa@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/beekeeper-lab/ai-quality-demos

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

Plugin files

plugin/harborview-qa/
├── .claude-plugin/plugin.json
├── skills/mature-story/SKILL.md
├── skills/readiness-triage/SKILL.md
└── skills/test-charters/SKILL.md

Included Skills3

mature-storyskills/mature-story/SKILL.md

Rewrite a thin or ambiguous work item into the team's house pattern, converting everything unknown into an explicit open question rather than an assumption. Use when asked to mature, flesh out, improve, refine, rewrite, or make ready a story or ticket, to draft acceptance criteria, or to review a work item for readiness before development. Do NOT use to write the story from scratch with no source material, to estimate it, or to decide whether it should be built.

readiness-triageskills/readiness-triage/SKILL.md

Sort a backlog of stories into readiness buckets with reasons, so a team can see what is blocking a sprint before planning rather than during it. Use when asked which stories are ready, what is not ready for dev or test, why a sprint looks risky, or to triage, assess, or score a backlog. Also use before generating charters, because a story that is not ready cannot carry one. Do NOT use to estimate, prioritize by business value, or decide what goes into a sprint; this reports readiness only.

test-chartersskills/test-charters/SKILL.md

Write exploratory test charters for a story, and refuse to write one when the story is too thin to support it. Use when asked for test charters, exploratory test ideas, a test approach, what to test, or how to cover a story. Do NOT use to write scripted test cases, step-by-step test scripts, automated test code, or a test plan document; this produces charters only, on purpose.

Plugin manifests1

plugin/harborview-qa/.claude-plugin/plugin.json
{
  "name": "harborview-qa",
  "displayName": "Harborview QA",
  "version": "1.0.0",
  "description": "Readiness triage, story maturing, and exploratory test charters for the Harborview delivery team. Teaching plugin for the Beekeeper Lab series Out of the Tab.",
  "author": {
    "name": "Beekeeper Lab",
    "url": "https://beekeeper-lab.com"
  },
  "homepage": "https://beekeeper-lab.com/presentations/somebody-made-you-a-tool/",
  "license": "MIT",
  "keywords": [
    "qa",
    "business-analysis",
    "testing",
    "requirements",
    "teaching"
  ]
}

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

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