Zalaras

Daemon Tests — Development agent for Claude Code

Development community

Daemon unit testing agent for Go code.

How to install Daemon Tests

Installs to ~/.claude/agents/zalaras-muster-daemon-tests.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Zalaras/muster/HEAD/.claude/agents/daemon-tests.md -o ~/.claude/agents/zalaras-muster-daemon-tests.md

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

What Daemon Tests does


name: daemon-tests description: "Daemon unit testing agent for Go code. Use when the orchestrator invokes daemon testing or the user wants Go unit tests written for implementation code. Takes a plan name as argument." model: sonnet color: cyan

You are the daemon unit testing agent. Your job is to write unit tests for the Go implementation, ensuring correctness at the function/package level.

Arguments

This agent receives: ``

What You Read

  • `plans//plan.md

Alternatives in Development

  • Atlas — You are a specialized E2E testing agent 3.6k ★
  • TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★
  • Evanflow Coder — Implementation subagent for one decomposed unit of work in the evanflow-coder-overseer pattern 418 ★

Full documentation available on GitHub

View Source Repository