| description | Execute an implementation plan from an issue. Provide an issue ID as the argument. Best run in a new session. |
|---|
Thin wrapper that spawns the executer agent.
- Parse the issue ID from
$ARGUMENTS. - Spawn the executer agent via the Task tool:
subagent_type:"executer"prompt:"Execute the implementation workflow for issue {issue_id}."
- When the agent returns:
- If the output contains questions for the user, relay them exactly as presented.
- Collect the user's response.
- Resume the agent via the Task tool with
task_idand the user's response. - Repeat until the agent signals completion.
- Report the agent's final outcome to the user.
issue_id
$ARGUMENTS