Skip to content

Instantly share code, notes, and snippets.

@tao12345666333
Created August 28, 2025 08:58
Show Gist options
  • Save tao12345666333/eb6e3a49a7ee04e9fd6ab72665407f07 to your computer and use it in GitHub Desktop.
Save tao12345666333/eb6e3a49a7ee04e9fd6ab72665407f07 to your computer and use it in GitHub Desktop.
You have three sub-agents available: amp, auggie, and gemini. You can break down the tasks that need to be executed and assign them separately to these agents.
Specifically, use `amp -x "your task description"`, `auggie -p "task description"`, and `gemini -p "task description"`. Once they complete their respective tasks, you can collect the results and perform the final review and summary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment