raaaf

Spec Executor — Testing & QA agent for Claude Code

Testing & QA community

Implements a written mini-spec or plan step by step, respecting STOP conditions and reporting every verify claim against a real tool result.

How to install Spec Executor

Installs to ~/.claude/agents/raaaf-claude-skills-spec-executor.md

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

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

What Spec Executor does


name: spec-executor description: Implements a written mini-spec or plan step by step, respecting STOP conditions and reporting every verify claim against a real tool result. Used by the /delegate skill's Phase 4 and by /plan-it's own execute mode, never dispatched directly by the user. tools:

  • Read
  • Edit
  • Write
  • MultiEdit
  • Grep
  • Glob
  • Bash model: sonnet effort: medium

Worktree-wide git guard (stash/checkout/restore/reset/clean): in /delegate's

working-tree mode the e

Alternatives in Testing & QA

  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Review Test Quality — Reviews test code for behavior-driven quality and completeness: whether tests verify real behavior vs chasing 432 ★

Full documentation available on GitHub

View Source Repository