what is prompt chaining?
Prompt chaining is breaking one big request into a few smaller ones, where each step feeds the next: gather, choose, draft, cut. It beats a giant prompt when steps depend on each other, but it's overhead for a quick lookup.
Includes a build-the-chain widget — order four steps yourself, and watch a wrong order produce a visibly worse draft before you fix it.