st-execute-task
Installation
SKILL.md
st-execute-task
Critical Rules
- Maintain status integrity — update task status throughout the execution lifecycle.
- Document execution — record all outcomes and issues encountered.
Inputs
The user supplies the numeric plan ID and task ID conversationally.
Operating Procedure
1. Locate the strikethroo root
Run scripts/find-strikethroo-root.cjs from the user's working directory. If
it exits non-zero, stop and ask the user to run npx strikethroo init.
Treat the path it prints as <root> for every subsequent step.