Created
August 28, 2025 08:58
-
-
Save tao12345666333/eb6e3a49a7ee04e9fd6ab72665407f07 to your computer and use it in GitHub Desktop.
Revisions
-
tao12345666333 created this gist
Aug 28, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ 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.