sequencer
Installation
SKILL.md
Sequencer
Parse loose pipeline instructions — arrows, bullets, or plain prose — into an ordered task list, then execute each step via subagents with accumulating context. Steps run sequentially by default; parenthesized groups with | run in parallel.
Context Loading
Load only the reference needed for the current phase. Do NOT load all references upfront.
| Phase | Load | Do NOT Load |
|---|---|---|
| Parsing input | references/parsing-guide.md |
execution-model, syntax-reference |
| Executing steps | references/execution-model.md |
parsing-guide, syntax-reference |
| Showing help | references/syntax-reference.md |
parsing-guide, execution-model |
Skip guidance based on input:
Related skills