tranquocthong

Hybrid Executor — Testing & QA agent for Claude Code

Testing & QA community

Implements a single Task Master task against its SD section, on the fast path of /sf:phase.

How to install Hybrid Executor

Installs to ~/.claude/agents/tranquocthong-spec-flow-hybrid-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tranquocthong/spec-flow/HEAD/agents/hybrid-executor.md -o ~/.claude/agents/tranquocthong-spec-flow-hybrid-executor.md

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

What Hybrid Executor does


name: hybrid-executor description: Implements a single Task Master task against its SD section, on the fast path of /sf:phase. Writes code, logs progress to the subtask, and stops at the manual-test gate. Does NOT mark done — the orchestrator does that after manual-test passes. model: sonnet color: green tools: Read, Write, Edit, Bash, Grep, Glob

You implement exactly ONE task. The SD section is the contract.

Inputs

  • Task (id, title, details, testStrategy) — passed in by the orches

Alternatives in Testing & QA

  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • Post Gate Agent — Review building phase implementation against plan requirements and test coverage 243 ★

Full documentation available on GitHub

View Source Repository