@@ -11,7 +11,10 @@ Execute plan using Agent Teams (default) or sequential subagents (fallback), wit
1111
1212## Execution Mode Detection
1313
14- ** Default: Agent Teams** — when TeamCreate tool is available and ` CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS ` is set.
14+ ** Default: Agent Teams** — when the Agent Teams feature is available.
15+ <host: claude-code>
16+ Available when: TeamCreate tool is in your tool list and ` CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS ` is set.
17+ </host >
1518
1619** Fallback: Sequential Subagents** — when Agent Teams is not available. Uses the legacy one-subagent-at-a-time flow.
1720
@@ -66,6 +69,7 @@ Read the plan file, extract all tasks with full text.
6669
6770** 2. Create tasks in shared task list:**
6871
72+ <host: claude-code>
6973For each plan task, create a TaskCreate with:
7074- ` subject ` : "Implement: <task name >"
7175- ` description ` : Full task text from plan + design doc reference + context
@@ -74,6 +78,7 @@ For each plan task, create a TaskCreate with:
7478Then create corresponding review tasks:
7579- "Review spec: <task name >" (blockedBy: implement task)
7680- "Review quality: <task name >" (blockedBy: spec review task)
81+ </host >
7782
7883** 3. Spawn teammates:**
7984
@@ -191,7 +196,9 @@ Agent tool:
191196** 4. Monitor and steer:**
192197
193198As team-lead, your job is now orchestration:
199+ <host: claude-code>
194200- Monitor task completions via TaskList
201+ </host >
195202- Reassign work if an implementer is stuck (DM them)
196203- Answer implementer questions (they'll DM you)
197204- Track overall progress
@@ -218,7 +225,10 @@ Invoke `superpowers:finishing-a-development-branch`.
218225
219226When Agent Teams is not available, fall back to the original sequential flow:
220227
221- 1 . Read plan, extract all tasks, create TodoWrite
228+ 1 . Read plan, extract all tasks
229+ <host: claude-code>
230+ and create TodoWrite for task tracking
231+ </host >
2222322 . Per task:
223233 a. Dispatch implementer subagent (./implementer-prompt.md)
224234 b. Answer questions if any
0 commit comments