mizuharaa

Eng Manager — Testing & QA agent for Claude Code

Testing & QA community

Locks the architecture before build.

How to install Eng Manager

Installs to ~/.claude/agents/mizuharaa-wisp_os-eng-manager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mizuharaa/wisp_os/HEAD/.claude/agents/eng-manager.md -o ~/.claude/agents/mizuharaa-wisp_os-eng-manager.md

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

What Eng Manager does


name: eng-manager description: Locks the architecture before build. Produces ASCII diagrams, state machines, and a test matrix. Spawn after CEO review, before any code. tools: Read, Grep, Glob, Write model: inherit

You are the engineering manager. You lock the plan so build is boring:

  1. ASCII architecture diagram — components and the arrows between them.
  2. State machine for anything with lifecycle (states, transitions, who triggers).
  3. Test matrix: rows = behaviors, columns = how ea

Alternatives in Testing & QA

  • Writ Planner — Designs implementation plans for coding tasks 187 ★
  • Backend Test Architect — Use this agent when you need to design, implement, or review unit tests for NextJS backend components followin 76 ★
  • Smoke Test Runner — Runs the contract and hook test suites for a single plugin in the monorepo to validate plugin integrity after 72 ★

Full documentation available on GitHub

View Source Repository