Skip to main content
Run any Skill in Manus
with one click
$pwd:

execute-with-teams

// Domain-bound parallel execution of Phase 3 (TASK_*) via a Claude Code agent team — TeamCreate + a shared TaskList + N specialists (one per domain root) running in parallel — instead of serial per-task execute-task dispatch. Use when a feature spans 2+ distinct domain roots (e.g. a backend service + a frontend app + a CLI package) AND task scopes have zero file overlap between domains. Saves wall-clock via per-domain isolation (no merge conflicts on shared tree) and TaskList-driven coordination with blockedBy chains. Triggered from orchestrate-task-delivery Phase 3 when the operator picks `agent-teams` strategy; each specialist runs the execute-task contract internally for its scope.

$ git log --oneline --stat
stars:0
forks:1
updated:May 6, 2026 at 03:46
File Explorer
5 files
SKILL.md
readonly