pipeline

Orchestrate multi-stage Forge workflows for planning, execution, and verification.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lpjhelder/kronon-forge --skill pipeline-lpjhelder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/lpjhelder/kronon-forge/tree/main/skills/pipeline
Command: npx skills add https://github.com/lpjhelder/kronon-forge --skill pipeline-lpjhelder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to manually coordinate multiple Forge stages, providing a unified way to run planning, execution, and verification with state persistence and resume support.

Core Features & Use Cases

  • Configurable pipeline parameters such as worker count, agent type, and verification iteration limits.
  • Built‑in stages for consensus planning, team execution via Kronon workers, and iterative Ralph verification.
  • State management that writes progress to a JSON file, enabling automatic resumption after interruptions.
  • Ideal for development teams that need repeatable, auditable workflows for feature builds, release pipelines, or complex project planning.

Quick Start

Invoke the pipeline skill with your desired configuration to run planning, execution, and verification stages.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate multi-stage Forge workflows with state persistence?

Automate Forge workflows by orchestrating planning, execution, and verification stages. The pipeline writes progress to a JSON file, enabling automatic resumption after interruptions and state persistence.

What is a Forge pipeline and when do I need orchestrated consensus planning?

A Forge pipeline is a coordinated workflow for consensus planning, team execution, and iterative validation. You need it for repeatable, auditable feature builds, release pipelines, or complex project planning.

Can I configure worker count and verification iteration limits for Forge pipelines?

Yes, Forge pipelines support configurable parameters including worker count, agent type, and verification iteration limits. These settings control team execution via Kronon workers and iterative Ralph verification.

How do I resume an interrupted Forge workflow orchestration?

Resume interrupted Forge workflow orchestration automatically using state management. The pipeline writes progress to a JSON file, which enables automatic resumption of planning, execution, and verification stages.

Does Forge pipeline orchestration work without external dependencies?

Forge pipeline orchestration operates without external dependencies. It uses built-in stages for consensus planning, Kronon worker execution, and Ralph verification, managing state internally through a JSON file.