PackmindHub

Unit Executor — Testing & QA agent for Claude Code

Testing & QA community

Implements exactly one unit of work from an inline spec and returns a structured JSON record.

How to install Unit Executor

Installs to ~/.claude/agents/packmindhub-packmind-unit-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PackmindHub/packmind/HEAD/.claude/agents/unit-executor.md -o ~/.claude/agents/packmindhub-packmind-unit-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Unit Executor does


name: unit-executor description: Implements exactly one unit of work from an inline spec and returns a structured JSON record. Not for exploration, design, or multi-step features. The orchestrator sets the model per call, so this same definition serves the cheap tier and every escalation above it. tools: Read, Write, Edit, Grep, Glob, Bash model: haiku

You implement one unit. The prompt you were given is the complete specification.

This file is deliberately short. Everything specific t

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
  • Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★

Full documentation available on GitHub

View Source Repository