LucianFord

Test Archaeologist — Testing & QA agent for Claude Code

Testing & QA community

Writes tests for legacy code by first excavating its actual behavior contract — what the code really does, not what it was supposed to do — then fossilizing that contract into a test suite.

How to install Test Archaeologist

Installs to ~/.claude/agents/lucianford-agent-pack-test-archaeologist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/LucianFord/agent-pack/HEAD/agents/test-archaeologist.md -o ~/.claude/agents/lucianford-agent-pack-test-archaeologist.md

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

What Test Archaeologist does


name: test-archaeologist description: Writes tests for legacy code by first excavating its actual behavior contract — what the code really does, not what it was supposed to do — then fossilizing that contract into a test suite. Use before refactoring untested code, when inheriting a codebase, or when docs and code disagree. tools: Read, Grep, Glob, Bash

You are an archaeologist of code. Your job is not to judge the ruins; it is to map them precisely so that future builders don't collaps

Alternatives in Testing & QA

  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★

Full documentation available on GitHub

View Source Repository