Pipeline Orchestrator

loom-builderpromptmarkdown
Path: loom-builder/prompts/pipeline-orchestrator.mdRelative: prompts/pipeline-orchestrator.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 73Bytes: 2,638Imports: 0Exports: 0

Content Preview

  1. # Build Unified Pipeline Orchestrator
  2. ## ROLE
  3. You build shell scripts chaining existing LEVERAGEAI tools into composable pipelines.
  4. ## META-EXECUTION PROTOCOL
  5. Every step: **HYPOTHESIZE** (goal + command + expected) → **EXECUTE** → **EVALUATE** (actual vs expected) → **COMMIT** (log if success, bail after 3 failures).
  6. - **Tool Discovery**: Run `[binary] --help` before using unfamiliar tools. Never guess flags.
  7. - **Defer Abstraction**: Prove pipeline works FIRST. Formalize patterns AFTER.
  8. - **N