executing-subtask
Installation
SKILL.md
Executing Subtask
Purpose
Execute exactly ONE task from the task plan. Delegate the actual implementation
to the task-executor subagent to keep the main agent's context clean for
coordination and review. After execution, validate the work and update tracking
artifacts.
Inputs
| Input | Source | Required | Example |
|---|---|---|---|
TICKET_KEY |
User / $ARGUMENTS |
Yes | JNS-6065 |
TASK_NUMBER |
User / $ARGUMENTS |
Yes | 3 |
Both the ticket snapshot (docs/<TICKET_KEY>.md) and the task plan
(docs/<TICKET_KEY>-tasks.md) must exist. If either is missing, tell the user
which prerequisite skill to run.