mizuharaa

Plan Eng Review — Testing skill for Claude Code

Testing community

Eng-manager locks architecture, state machines, and the test matrix.

How to install Plan Eng Review

Installs to ~/.claude/commands/mizuharaa-wisp_os-plan-eng-review.md

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

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

What Plan Eng Review does


description: Eng-manager locks architecture, state machines, and the test matrix

First, emit the stage: `python .claude/hooks/mirror.py --stage plan --detail "eng-review: $ARGUMENTS"`

Spawn the **eng-manager** agent (Task tool, subagent_type: eng-manager) with the CEO-approved mission. Collect: ASCII architecture / state machine(s) / test matrix / the one integration point most likely to break.

The test matrix is the contract — every row must name a runnable command. Build does not st

Alternatives in Testing

  • Gstack — 15,000+ Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manag 33.9k ★
  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★

Full documentation available on GitHub

View Source Repository