بنقرة واحدة
try-all
Delegate each of the proposed options to a separate AI agent in its own git worktree.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delegate each of the proposed options to a separate AI agent in its own git worktree.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Autonomously create a plan, consult Gemini and Codex for improvements, apply feedback, and implement. No user interaction - uses best judgment throughout.
Turn an idea into a concrete design through structured dialogue.
Gemini and Codex collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.
Claude brainstorms with an opponent LLM (Gemini or Codex) in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.
Commit the staged changes. If there are no staged changes, stage all changes first.
Consult Gemini and Codex for high-level planning, synthesize into a detailed plan, implement, then get final review. No user interaction.
| name | try-all |
| description | Delegate each of the proposed options to a separate AI agent in its own git worktree. |
| allowed-tools | Bash, Write |
| disable-model-invocation | true |
Delegate each of the proposed options to a separate AI agent in its own git worktree.
For each option:
banner-approach,
modal-dialog, toast-notification)workmux add <worktree-name> -b -P "<prompt-file>" to create a worktreeIMPORTANT: If the current changes have not been committed yet, and they are needed in the worktrees, you need to commit first.
The worktree name should:
The prompt for each worktree should:
Example: If 3 options were proposed, run 3 separate workmux add commands:
workmux add banner-approach -b -P /tmp/path_to_prompt1.md
workmux add modal-dialog -b -P /tmp/path_to_prompt2.md
workmux add toast-notification -b -P /tmp/path_to_prompt3.md
After creating the worktrees, inform the user which branches were created so they can review the parallel implementations.