Executes a task, either from a TASK_N.md file or a free-form description. Use when: (1) implementing a task from a TASK_N.md file, (2) the user provides a task file path or says 'execute this task', 'implement TASK_02', or 'run this task', (3) the user describes a task directly without a document. Accepts a file path or a free-form description — if the task document is missing required sections (scope, success criteria, verification plan), automatically calls /generate-tasks to produce it before executing.
$npx -y skills add jgamaraalv/ts-dev-kit --skill execute-taskInstalls into the current project.
Run `npx skills use "https://github.com/jgamaraalv/ts-dev-kit" --skill "jgamaraalv/ts-dev-kit/execute-task"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jgamaraalv/ts-dev-kit" that are relevant to the current task. Run `npx skills add "https://github.com/jgamaraalv/ts-dev-kit"` and select the relevant skills, then follow their instructions.