-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업
Description
Purpose
Chain tasks sequentially with data passing — when task A completes, automatically start task B with A's output as context. Essential for multi-step workflows like: analyze → plan → implement → test → review.
Changes
- Pipeline definition format (YAML or JSON)
- Pipeline execution engine in MCP server or skill
- Data passing between pipeline stages
- Pipeline status tracking and resume on failure
Acceptance Criteria
- Define pipelines with ordered stages
- Each stage can be an agent, skill, or shell command
- Output from stage N available as input to stage N+1
- Pipeline resumes from failed stage (not restart)
- Status tracking (which stage, progress %)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업