gardeners

Installation
SKILL.md

Gardeners

A team version of the garden skill. Instead of one gardener pulling one weed, you spawn a small team that each pulls a different weed in parallel. They share a task list so two gardeners don't fight over the same issue.

Use this when the user wants a broader sweep than a single garden run would do -- several small, independent issues fixed in one pass. For a single focused fix, use the garden skill directly instead.

Flow

  1. Create a team with a shared task list
  2. Spawn N gardeners (default 5) into the team, each instructed to run the garden skill with coordination rules
  3. Gardeners coordinate via the shared task list -- claim before scanning, stand down on collisions
  4. Collect results as each gardener reports in with a PR URL
  5. Review and merge the PRs, then clean up

Step 1: Create the team

Use TeamCreate to make a team named gardeners (or similar -- match to the session if helpful):

Related skills

More from maragudk/fabrik

Installs
2
Repository
maragudk/fabrik
GitHub Stars
6
First Seen
14 days ago