Daemon Tests — Development agent for Claude Code
Daemon unit testing agent for Go code.
How to install Daemon Tests
Installs to ~/.claude/agents/zalaras-muster-daemon-tests.md
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 RepositoryRelated Agents
Web Tests
Web unit testing agent for the TypeScript dashboard. Use when the orchestrator invokes web testing or the user
Daemon Impl
Daemon implementation agent for Go code. Use when the orchestrator invokes daemon implementation or the user w
Gauntlet Coder
Builds one story to a written Gherkin specification — unit tests plus the implementation that satisfies them —
Quality Fixer Frontend
Specialized agent for fixing quality issues in frontend React projects. Executes all verification and fixing t
Kernel Testing Critic
Specialist critic for linux-kernel-dev answers · scores ONLY testing — does the answer come with correct, well
Testing Coach
when designing, writing or reviewing tests and when engaging in processes where tests are written first such a
Related Skills
Local Binary Swap
Publish and swap local netclaw/netclawd binaries for live integration testing. Activate when user says "swap b
Ng Mocks Testing Skill
Claude Code skill for writing Angular unit tests with ng-mocks — MockBuilder, MockRender, NgRx effects, and an
Mmut
Run mutation testing to validate unit tests