Create multiple gale recipes in parallel
Create multiple gale recipes by dispatching parallel agents. Each agent uses the recipe-creator pattern.
/batch-recipes <name1> <name2> <name3> ...
programmer agents in parallel,
each creating one recipegale lintEach agent receives this prompt (with <name> replaced):
Create a gale recipe for <name>.
1. Run: `gale import homebrew <name>` for a starting point
2. Check the GitHub repo for latest release, build system
3. Get sha256: `curl -sL <url> | shasum -a 256`
4. Write to /Users/tcole/code/gale-recipes/recipes/<letter>/<name>.toml
5. Run `gale lint` on the recipe
Patterns — see .claude/agents/recipe-creator.md.
No [binary.*] sections. Add repo field for auto-update.
/batch-recipes gdu bottom stylua shellcheck
Dispatches 4 agents, each creating one recipe.
Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.