st-execute-blueprint
Installation
SKILL.md
st-execute-blueprint
Drive the end-to-end execution of an existing Strikethroo plan blueprint. 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 validation gates — a phase is not complete until
POST_PHASE.mdsucceeds. - Preserve dependency order — never execute a task before all of its dependencies are completed.
- Maximize parallelism within each phase — run all tasks whose dependencies are satisfied simultaneously.
- Fail safely and document everything — halt on unrecoverable errors, and record all decisions, issues, and outcomes under "Noteworthy Events" in the execution summary.
Inputs
The user supplies the numeric plan ID conversationally. Treat it as the only authoritative source of intent. Do not invent answers to clarifying questions — prompt the user instead.