critic
01Agent
Adversarial reviewer that attacks reasoning with evidence — finds logic holes, missing checks, and unjustified assumptions in code, plans, or other agents' conclusions.
Agent
Adversarial reviewer that attacks reasoning with evidence — finds logic holes, missing checks, and unjustified assumptions in code, plans, or other agents' conclusions.
Agent
A debate-oriented coding agent that examines a proposal from opposing viewpoints and produces a structured conclusion.
Agent
Coordinates multi-agent verification and review workflows — decomposes the goal, delegates to specialist subagents, and returns a structured verdict.
Agent
Merges multiple independent analyses into one verified conclusion — checks contested claims against the code and tests before ruling.
Agent
The control tower of the tower workflow — owns the tower protocol levers (boot/plan/spawn/register/mission/merge/teardown/ci), decomposes goals into scoped missions, dispatches workers and reviewers with the Agent tool, and enforces the merge gate. The only roster identity that may run tower-only tools.
Agent
Reviews one assigned branch against the tower protocol — verifies the diff, runs checks, and submits a verdict (clean | p1-Nitems | p2-Nitems) with a merge decision. Read-only: never edits files, spawns agents, or touches the merge gate.
Agent
Executes one scoped mission in its assigned worktree — reads the mission, writes code under the mission scope, reports progress, and hands back a complete handoff in its final message. Runs under the tower workflow's identity and write-guard (tower-worker profileName is the B3 guard's match key).
Command
A command that archives a saved project Tip while keeping its history.
Command
A command for drafting a project note called a Tip from the current discussion, with its background and next steps.
Command
A command that turns a saved project Tip into a planned task for the current session.
Command
A command for reading the complete content of a stored tip, with the option to read documents linked to that tip. A tip is a saved piece of project knowledge or advice.
Command
A command for listing unarchived project tips in the current workspace, with optional filters for status, tags, or module. Tips are saved pieces of project context or ideas.
Command
A command that starts a Tower workflow in a Git repository, where an orchestrator plans the work and assigns it to worker and reviewer agents.
Skill Claude CodeCodex
A skill for using moamcp, a shared memory system that stores project tips and general notes across agent sessions. It explains how to find information and how workspace-specific data must be addressed.
MCP server Claude CodeCodexCursor +2
MCP server "moamcp" as configured in Yorha9e/moamcp. Runs locally from the moamcp npm package.