Hybrid Executor — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
03 Test Executor.Agent
Test execution specialist. Runs automated test suites, manages failures and retries, captures defects with ful
QA Mobile
Mobile QA executor for the Auxi React Native app. Runs deterministic Maestro flows on the local iOS simulator
Item Executor
Sprint item executor — TDD implementation agent. Receives a spec, runs in an isolated git worktree, writes tes
Code Executor
Transcribes code or generated output from a complete, transcription-grade spec and verifies its own build. Dis
Quick Executor
Executes small, low-risk, mechanical tasks fast — typo fixes, copy/i18n tweaks, config value changes, single-f
Worca Cc Manual Tests Checklist
Manual Tests Checklist author for the orchestrator pipeline. Reads the approved plan and the implementation di
Related Skills
Inject
Manual one-shot inject of relevant DESIGN.md tokens into the current phase's findings.md "## Design Context" s
Do Issue
by jerseycheese - Implements GitHub issues with manual review points, following a structured approach with iss
Mad Max
Unattended backlog-drain mode — runs executor → verifier → code-reviewer loops on all ready tasks, logs stuck/