st-execute-task
Installation
SKILL.md
st-execute-task
Drive the execution of a single task within an existing Strikethroo plan.
The skill is assistant-agnostic and self-contained: every script it invokes
lives under this skill's scripts/ directory and is referenced by relative
path.
Critical Rules
- Never skip dependency validation — task execution requires all dependencies to be completed.
- Validate task status — never execute tasks that are already completed, in-progress, or needs-clarification.
- Maintain status integrity — update task status throughout the execution lifecycle.
- Document execution — record all outcomes and issues encountered.
- Provide structured output — always emit the structured result block for orchestrator parsing.