Glossary · Orchestration
Prompt chaining
Prompt chaining is a workflow pattern that splits a task into a fixed sequence of model calls, where each call processes the output of the previous one, often with checks between steps.
Prompt chaining sits in the Orchestration part of the Agentik {OS} glossary, which defines the words used to build and run AI agent systems.
Also called LLM chaining, chain of prompts, sequential pipeline.