You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/cactus-juice`| Swarm | Decompose into micro-tasks, spawn up to 10 parallel workers |
338
+
|`/cactus-juice`| Swarm | Decompose into micro-tasks, spawn up to 10 parallel workers |
339
339
340
340
### Image generation (Cursor agent)
341
341
342
342
The agent can generate images via **Google Nano Banana Pro**; previews save under **`assets/`** by default. Team Avatar routes visual generation to **Zuko**, which uses the **`cursor-image-generation`** skill ([`skills/cursor-image-generation/SKILL.md`](skills/cursor-image-generation/SKILL.md)) to **rewrite** short user requests into full prompts, then iterate. Use **`/image`** or delegate **`Task(zuko)`** for image-only work.
343
343
344
-
345
344
## Two Orchestration Modes
346
345
347
346
### Avatar State (Default)
@@ -458,15 +457,25 @@ Or use slash commands: `/plan add OAuth support with JWT tokens` then `/build ba
458
457
459
458
## FAQ
460
459
461
-
**Do I need to manually choose agents?** No — the orchestrator auto-delegates. Slash commands (`/plan`, `/build`, `/fix`, etc.) give explicit control when you want it.
460
+
### Do I need to manually choose agents?
461
+
462
+
No — the orchestrator auto-delegates. Slash commands (`/plan`, `/build`, `/fix`, etc.) give explicit control when you want it.
463
+
464
+
### Will this work on any Cursor plan?
465
+
466
+
Yes, if your plan supports agent mode / subagents.
467
+
468
+
### How do I update?
469
+
470
+
Re-run the install command with `--force` (or `-Force` on Windows).
462
471
463
-
**Will this work on any Cursor plan?** Yes, if your plan supports agent mode / subagents.
472
+
### How do I uninstall?
464
473
465
-
**How do I update?**Re-run the install command with `--force` (or `-Force` on Windows).
474
+
Re-run with `--uninstall` (or `-Uninstall` on Windows).
466
475
467
-
**How do I uninstall?** Re-run with `--uninstall` (or `-Uninstall` on Windows).
0 commit comments