pipeline

Automates end-to-end source processing from seed to archive via deterministic phases.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill pipeline-shakedfb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/shakedfb/deterministic-agentic-sdlc-workflow/tree/main/.claude/skills/pipeline
Command: npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill pipeline-shakedfb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full SDLC workflow from seed to archive, eliminating manual coordination and enabling deterministic execution across phases.

Core Features & Use Cases

  • End-to-end orchestration of seed, reduce, process, archive
  • Phase-by-phase progress reporting and resumability
  • Domain-native vocabulary and derivation manifest-driven wording for outputs

Quick Start

Provide a source file path and run the pipeline tool to execute the full workflow.

Frequently Asked Questions about pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end document processing from seed to archive?

End-to-end document processing is automated through a multi-phase pipeline that takes a source file from seed to archive. It applies deterministic orchestration across subagents to extract claims, process data, validate results, and capture learnings in one command.

Can I resume a workflow if an orchestration pipeline fails mid-execution?

Workflow resumability is supported through queue-based state management. If an orchestration pipeline fails mid-execution, you can resume the workflow from the last completed phase, ensuring deterministic execution without losing prior progress.

What is queue-based state management for deterministic orchestration?

Queue-based state management is a mechanism that coordinates subagents deterministically across pipeline phases. It ensures source processing phases like seed, reduce, process, and archive execute in a controlled sequence with phase-by-phase progress reporting.

Does the pipeline workflow require any dependencies to run?

The pipeline workflow operates without external dependencies. You only need to provide a source file path to run the tool and execute the full software development lifecycle workflow from seeding to archiving.

What's the best way to orchestrate large-scale document extraction workflows?

Large-scale document extraction workflows are best orchestrated using a derivation manifest that drives domain-native vocabulary. This approach automates seeding, claims extraction, processing, validation, and archiving while maintaining deterministic phase execution.

When should I not use a single-command pipeline for source processing?

A single-command pipeline for source processing is not suitable when you need granular manual intervention between the seed, reduce, process, and archive phases. It is designed for deterministic orchestration where automated end-to-end execution is required.