Agentmaster Review
Cost-tiered adversarial code review. Use after implementer subagents complete a agentmaster-plan plan (the plan's review gate invokes this), or whenever the user wants a rigorous review of a diff, branch, PR, or recent changes. Works from the assumption that the code is bad — poorly implemented, doesn't scale, violates YAGNI, SOLID, or DRY, is hard to test, badly structured, or insecure — and mak…
Agentmaster Plan
Cost-tiered planning orchestrator. Use whenever the user wants an implementation plan, a spec, a root-cause investigation, or asks "how should we build/fix/refactor X" before code changes — especially multi-file features, bug hunts, refactors, and dependency problems. Keeps frontier-model reasoning for decisions only. Dispatches cheap subagents (scout on haiku, code-analyst on sonnet) for all rep…
Agentmaster Execute
Executes an approved agentmaster-plan plan and chains straight into the full code review. Use when the user has accepted a plan and wants it built — "execute the plan", "run the plan", "build it", or /agentmaster-execute. Reads the plan, resolves blocking open questions with the user, dispatches one implementer subagent per conflict-free parallel group, gates on per-task verification, then invoke…