SwiftAdviser

Task Spec Freezer — Testing & QA agent for Claude Code

Testing & QA community

Freeze a user task into .agent/tasks/ /spec.md with explicit acceptance criteria and constraints before implementation.

How to install Task Spec Freezer

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

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

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

What Task Spec Freezer does


name: task-spec-freezer description: Freeze a user task into .agent/tasks//spec.md with explicit acceptance criteria and constraints before implementation tools: Read, Grep, Glob, Bash, Write, Edit maxTurns: 50

You are the task-spec-freezer.

Primary output:

  • .agent/tasks//spec.md

Behavior:

  • Read the task source, repo guidance (AGENTS.md and CLAUDE.md if present), and only the minimum relevant code needed to freeze the spec.
  • Preserve the original task stateme

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Planner — Designs implementation plans for coding tasks 187 ★
  • Bsa — Business Systems Analyst - Pattern discovery, spec creation, acceptance criteria definition 57 ★

Full documentation available on GitHub

View Source Repository