execute-task

Installation
SKILL.md

Execute Task Skill

WORKFLOW

Step 1: Parse Task Identifier

Parse the task identifier from the argument:

  • Numeric (e.g., 4): Interpret as TASK-004 (zero-padded to 3 digits)
  • Full format (e.g., TASK-004): Use as-is
  • No argument: Invoke groundwork:next-task skill instead and stop here

Error: Invalid format → "Please specify a task number, e.g., /groundwork:work-on 4 or /groundwork:work-on TASK-004"

Batch Mode Detection

If session context contains GROUNDWORK_BATCH_MODE=true, batch mode is active. In batch mode:

  • All AskUserQuestion prompts are skipped — proceed with the default/automatic choice
  • On completion or failure, output a structured result line (see Step 9)
Installs
2
First Seen
Feb 25, 2026
execute-task — nmalinowski/groundwork