Prompt Chaining

Break known LLM work into fixed sequential steps with handoff schemas, validation checks, retries, and final formatting. Use when later steps depend on earlier outputs or staged review reduces errors. Do not use for independent branches; use parallelization. Do not use when tasks must be discovered at runtime; use orchestrator-workers.

flpbalada 5463570 1.7 KB Updated

File contents

flpbalada/fb-skills/tree/main/skills/prompt-chaining commit 54635703b7

Frequently asked questions

npx skillmds@latest add flpbalada/prompt-chaining