st-full-workflow

Installation
SKILL.md

st-full-workflow

Drive the complete end-to-end Strikethroo workflow from initial plan creation through final blueprint execution and archival. 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 Rule

Execute all three phases sequentially without waiting for user input between steps. This is a fully automated orchestration workflow. Progress indicators are for user visibility only and do not pause execution.

Inputs

The user supplies the work order conversationally. Treat it as the only authoritative source of intent. Do not invent answers to clarifying questions — prompt the user instead.

Context Passing Between Phases

Information flows through the workflow via structured output parsing:

  1. Phase 1 → Phase 2: Extract the numeric Plan ID from the Phase 1 structured summary output. Use this exact ID to drive Phase 2.
  2. Phase 2 → Phase 3: Extract the Tasks count from the Phase 2 structured summary output. Use this count for progress tracking during Phase 3.
Installs
37
GitHub Stars
31
First Seen
May 28, 2026
st-full-workflow — e0ipso/strikethroo