Precision Prompt Chaining
Most "multi-step" prompting is just a list of instructions in one message. That's not chaining. Real chaining is architecture: named outputs that become typed inputs, explicit contracts between steps, validation gates that catch drift before it propagates, and recovery logic for when a step produces garbage.
The failure mode is context pollution — by step 4, the model has forgotten the constraints from step 1 and is happily hallucinating. This skill prevents that by
[Description truncada. Veja o README completo no GitHub.]