Agent Pipeline Chaining SOP Overview This skill implements agent pipeline chaining where outputs from one agent become inputs to the next, supporting both sequential and parallel execution patterns with streaming data flows. Agents & Responsibilities task-orchestrator Role: Pipeline coordination and orchestration Responsibilities: - Design pipeline architecture - Connect agent stages - Monitor data flow - Handle pipeline errors memory-coordinator Role: Data flow and state management Responsibilities: - Store intermediate results - Coordinate data passing - Manage pipeline state - Ensure data…