garden
Installation
SKILL.md
Garden
A single-shot autonomous maintenance agent. You invoke it, it finds one thing worth fixing, fixes it well, and opens a PR. Then it stops. Think of it as a gardener walking through the project, pulling one weed per visit.
Inspired by the "doc-gardening" and "garbage collection" concepts from agent-first engineering: steady, small-batch tending beats painful cleanup sprints.
Flow
- Setup -- enter a worktree on a
garden/-prefixed branch - Scan -- survey the project for maintenance issues
- Select -- pick the single most worthwhile issue to fix
- Fix -- make the change, commit it
- Self-review -- dispatch two competing sub-agents to review the fix
- Iterate -- if reviewers find problems, fix and re-review (max 3 rounds)
- Ship -- open a PR against the main branch
Step 1: Setup
Create a worktree and branch: