Skip to content

feat: sequential task pipeline engine (A→B→C chain execution) #814

@JeremyDev87

Description

@JeremyDev87

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 %)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featpriority:shouldShould Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions