Goal Batch

Batch independent work into isolated /goal lanes — one worktree, branch, and tmux session each — get your approval, then verify and merge every lane yourself. Use when work decomposes into pieces that can run at the same time: "run these in parallel", "goal-batch", "launch lanes for these", "work these N tasks simultaneously", "batch these as goals". Nothing launches until you've seen the lane split and said go, and this is NOT fire-and-forget: the orchestrating session re-runs the full suite after every merge and never accepts a lane's own claim that it finished. NOT for bounded edits that each end in their own PR — use mass-change for that. For continuous refill-on-drain parallel work toward an outcome, use ten-lane-highway instead. Requires git, tmux, the amplifier CLI on PATH, and the goalify and monitor skills.

Microsoft 285629c 5 files · 41.8 KB Updated 2.7k repo stars

File contents

microsoft/amplifier-app-cli/tree/main/amplifier_app_cli/data/skills/goal-batch commit 285629c275

Frequently asked questions

npx skillmds@latest add microsoft/goal-batch