Verify that a code change actually does what it's supposed to by running the app and observing behavior. Use when asked to verify a PR, confirm a fix works, test a change manually, check that a feature works, or validate local changes before pushing.
/plant and /seed are the composite commands — they orchestrate discovery, registration, and planting. The other commands (/adopt, /register, /list, /doctor, /uproot) are thin passthroughs to the grove CLI. Don't add synthesis logic to the thin ones.