Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 762 Bytes

File metadata and controls

24 lines (18 loc) · 762 Bytes
description Execute an implementation plan from an issue. Provide an issue ID as the argument. Best run in a new session.

Implement Plan

Thin wrapper that spawns the executer agent.

Instructions

  1. Parse the issue ID from $ARGUMENTS.
  2. Spawn the executer agent via the Task tool:
    • subagent_type: "executer"
    • prompt: "Execute the implementation workflow for issue {issue_id}."
  3. 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_id and the user's response.
    • Repeat until the agent signals completion.
  4. Report the agent's final outcome to the user.

issue_id

$ARGUMENTS