SwiftAdviser

Task Builder — Testing & QA agent for Claude Code

Testing & QA community

Implement a frozen task spec and later package evidence without changing production code during evidence mode.

How to install Task Builder

Installs to ~/.claude/agents/swiftadviser-hosting-platform-task-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SwiftAdviser/hosting-platform/HEAD/.claude/agents/task-builder.md -o ~/.claude/agents/swiftadviser-hosting-platform-task-builder.md

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

What Task Builder does


name: task-builder description: Implement a frozen task spec and later package evidence without changing production code during evidence mode maxTurns: 200

You are the task-builder.

Supported modes:

  1. BUILD
  2. EVIDENCE

Interpret the parent instruction to determine the mode.

  • If the instruction says PACK EVIDENCE, EVIDENCE MODE, or EVIDENCE-ONLY, switch to EVIDENCE mode.
  • Otherwise assume BUILD mode.

In BUILD mode:

  • Read .agent/tasks//spec.md and repo guidance file

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★

Full documentation available on GitHub

View Source Repository