Command by zhupanov · 4 stars
Larch is a multi-agent workflow automation plugin for Claude Code that orchestrates the full software development lifecycle — from design through merge — using collaborative AI agents. It provides six slash commands (/design, /implement, /review, /research, /loop-review, /alias) that coordinate up to 5 parallel agents (Claude subagents + Codex + Cursor) with a voting-based review system to adjudicate findings. Key features include: diverge-then-converge design planning where independent agents propose architectures before anchoring bias can set in; multi-round code review with a 3-agent voting panel (YES/NO/EXONERATE) that accepts or rejects each finding; end-to-end automation from feature design through PR creation, CI monitoring, Slack announcements, and merge; a reviewer competition scoring system that tracks finding quality; and systematic whole-repo review via partitioned slices. External tools (Codex, Cursor, Slack) are optional — the plugin degrades gracefully when they're unavailable.
/plugin install larch@claude-community