What is grove-multi-agent?
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state Source: chrisbanes/grove.
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state
Quickly install grove-multi-agent AI skill to your development environment via command line
Source: chrisbanes/grove.
I'm using the grove-multi-agent skill to orchestrate parallel agents across isolated Grove workspaces.
Use grove-multi-agent only when tasks are truly independent: no shared file modifications, no ordering dependencies between them.
Accept a list of independent tasks. Tasks may come from a decomposed plan, directly from the user, or from a dispatching agent (e.g., superpowers:dispatching-parallel-agents). Each task must be a self-contained unit of work.
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state Source: chrisbanes/grove.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/chrisbanes/grove --skill grove-multi-agentUse when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state Source: chrisbanes/grove.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chrisbanes/grove --skill grove-multi-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/chrisbanes/grove