Files
2025-11-29 18:02:50 +08:00

728 B

Executes the previously created tasklist.

Variables

  • WorkflowTaskExecution: ${CLAUDE_PLUGIN_ROOT}/context/workflow/task-execution.md

Workflow

  • follow the task execution workflow as described in
  • tell the user in a clearly visible way, that you understand and are following this workflow, and list all the arguments received
  • IF an argument was received, read $1 and execute strictly following the execution workflow
  • IF no arguments were given, list all tasks (task-XXX.yaml files, relative to project root), and their statuses.
    • if there are no tasks found, stop here and suggest the User to plan first.
    • execute each task sequentially strictly following the execution workflow