iiRecord
Agentic AI Atlas · GAP-PROC-001: Process Chaining and Pipelines
page:docs-harness-features-backlog-gaps-process-composition-gap-proc-001a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-process-composition-gap-proc-001

Reading · 1 min

GAP-PROC-001: Process Chaining and Pipelines reference

Chain processes sequentially where output of one becomes input of next. Define reusable pipelines.

Pagewiki/docs/harness-features-backlog/gaps/process-composition/GAP-PROC-001.mdOutgoing · 0Incoming · 1

GAP-PROC-001: Process Chaining and Pipelines

FieldValue
Categoryprocess-composition
PriorityHigh
EffortM
StatusMissing

Description

Chain processes sequentially where output of one becomes input of next. Define reusable pipelines.

Current State

Processes are standalone. Chaining requires manual harness:call sequences.

Target State

Pipeline definitions chain processes. Output of process N becomes input of process N+1. Pipelines reusable and parameterized. Pipeline execution tracked as a single session.

Dependencies

  • GAP-PROC-004 -- parameter schemas for pipeline stage validation

Key Files

ComponentPath
Process contextpackages/sdk/src/runtime/processContext.ts
CLI commandspackages/sdk/src/cli/
Process definitions.a5c/processes/

Recommendation

Phase 2 implementation. Define pipeline schema. Implement pipeline:run command that chains processes with output-to-input mapping.