Agent Plugins Marketplace
All plugins

ha

v0.1.4

Claude Code Higher Agents for building ONE feature thoroughly: deep red-teamed plan to human approval, per-task implementation review, a risk-scaled pre-PR gate, independent PR review, rigorous feedback handling, gated merge, conflict resolution, and safe worktree cleanup. Requires the superpowers plugin; model-agnostic.

Claude Code9 Skills

By ken2403License: MIT3 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 15, 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 ha 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 ha@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/ken2403/agent-parallel-dev-plugin

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

Plugin files

ha/
├── .claude-plugin/plugin.json
├── skills/adversarial-verification/SKILL.md
├── skills/apply-feedback/SKILL.md
├── skills/clean-worktrees/SKILL.md
├── skills/code-review/SKILL.md
├── skills/implement/SKILL.md
├── skills/merge-pr/SKILL.md
├── skills/plan/SKILL.md
├── skills/resolve-conflicts/SKILL.md
└── skills/review-pr/SKILL.md

Included Skills9

adversarial-verificationskills/adversarial-verification/SKILL.md

Multi-pass adversarial verification harness that guarantees the accuracy of a change before it ships. Use whenever you need high confidence that an implementation is correct, safe, and complete — before opening a PR, before approving a review, or whenever a change touches risky surface area such as auth, crypto, data migration, money, or external input.

apply-feedbackskills/apply-feedback/SKILL.md

Address review feedback on a PR and push the fixes back, rigorously — feedback is evaluated against the code, not obeyed blindly. Use after /ha:review-pr requests changes, or to act on human review comments on a PR. Invoke explicitly with /ha:apply-feedback. Requires the superpowers plugin.

clean-worktreesskills/clean-worktrees/SKILL.md

Reclaim worktrees after features land — remove every merged worktree in the repo (ha/sa/ca and any other, regardless of location) and delete their merged branches. Use once a feature PR is merged. Safe by default — never removes a worktree with uncommitted changes, never deletes an unmerged branch, and never touches the main checkout (it removes the current worktree too, but only if its branch is merged). Invoke explicitly with /ha:clean-worktrees.

code-reviewskills/code-review/SKILL.md

Standards for writing and reviewing code — quality, test rigor, security, and codebase consistency. Use whenever implementing, changing, or reviewing code, or when checking a PR or diff for bugs, missing test coverage, vulnerabilities, missed propagation, or style drift.

implementskills/implement/SKILL.md

Implement an approved ha plan for ONE feature, thoroughly, and open a PR. Use after /ha:plan (or with a plan file or task) when you want the feature built with ha's full rigor rather than a quick hand-off — for a non-trivial change you intend to review and merge. Stops at PR; run /ha:review-pr for the independent review. Invoke explicitly with /ha:implement. Requires the superpowers plugin.

merge-prskills/merge-pr/SKILL.md

Merge a reviewed PR after confirming it is genuinely ready — open, not draft, no changes requested, green CI, up to date with base, no unresolved blocking feedback. Use once /ha:review-pr approves a feature's PR. Refuses to merge on red checks, changes-requested reviews, or conflicts. Invoke explicitly with /ha:merge-pr.

planskills/plan/SKILL.md

Plan ONE feature thoroughly before any code. Use when starting a feature in ha and you want a rigorous, vetted plan you approve before implementation — for a non-trivial change where getting the design and the tests right up front matters more than speed. Accepts a GitHub issue, spec, @file, or free-text task. Invoke explicitly with /ha:plan; hands off to /ha:implement. Requires the superpowers plugin.

resolve-conflictsskills/resolve-conflicts/SKILL.md

Resolve merge conflicts between a feature branch and its base branch, in an isolated worktree, parallelizing across files with subagents when 3+ files conflict. Use when a PR or feature branch is behind or conflicting with the base branch and you want the conflicts resolved, verified, and pushed. Invoke explicitly with /ha:resolve-conflicts.

review-prskills/review-pr/SKILL.md

Critically review a PR for correctness, security, architecture, testing, and codebase consistency — an independent, adversarial second opinion, not a rubber stamp. Use to review an ha feature's PR before merging, or any PR you want high confidence in; pass --comment to post findings inline. Invoke explicitly with /ha:review-pr.

Plugin manifests1

ha/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin.json",
  "name": "ha",
  "displayName": "Higher Agents",
  "description": "Claude Code Higher Agents for building ONE feature thoroughly: deep red-teamed plan to human approval, per-task implementation review, a risk-scaled pre-PR gate, independent PR review, rigorous feedback handling, gated merge, conflict resolution, and safe worktree cleanup. Requires the superpowers plugin; model-agnostic.",
  "version": "0.1.4",
  "author": {
    "name": "ken2403"
  },
  "homepage": "https://github.com/ken2403/agent-parallel-dev-plugin/tree/main/ha",
  "repository": "https://github.com/ken2403/agent-parallel-dev-plugin",
  "keywords": [
    "worktree",
    "subagents",
    "thorough",
    "adversarial-verification",
    "code-review",
    "tdd"
  ],
  "license": "MIT"
}

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

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