st-full-workflowlisted
Install: claude install-skill e0ipso/strikethroo
# 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.
Do not proceed to the next phase until the structured output from the current phase has been successfully parsed.
## Progress Indicators
Display progress indicators at key transition points to provide visual feedback without interrupting execution:
- `⬛⬜⬜ 33%` — Phase 1: Plan Creation Complete
- `⬛⬛⬜ 66%` — Phase 2: Task Generation Complete
- `⬛⬛⬛ 100%` — Phase 3: Blueprint Exec