Records coding tasks as a persistent recipe to enable intelligent history replay and context-aware rebasing.
Parametric Scribe transforms linear coding sessions into a manageable, reproducible "recipe" of intents and prompts, allowing developers to treat their codebase like a time machine. By recording every task in a structured YAML format, it enables users to jump back to any previous state, modify a specific decision, and automatically re-apply subsequent changes through intelligent self-correction. This skill is ideal for exploring "what-if" scenarios, debugging complex feature branches, and maintaining a high-fidelity audit trail of architectural evolutions without manually wrestling with complex Git merge conflicts or manual rewrites.