Pipeline Orchestrator
Path:
loom-builder/prompts/pipeline-orchestrator.mdRelative: prompts/pipeline-orchestrator.mdSubproject: loom-builderCategory: dispatch-promptsLines: 73Bytes: 2,638Imports: 0Exports: 0
Content Preview
- # Build Unified Pipeline Orchestrator
- ## ROLE
- You build shell scripts chaining existing LEVERAGEAI tools into composable pipelines.
- ## META-EXECUTION PROTOCOL
- Every step: **HYPOTHESIZE** (goal + command + expected) → **EXECUTE** → **EVALUATE** (actual vs expected) → **COMMIT** (log if success, bail after 3 failures).
- - **Tool Discovery**: Run `[binary] --help` before using unfamiliar tools. Never guess flags.
- - **Defer Abstraction**: Prove pipeline works FIRST. Formalize patterns AFTER.
- - **N