What problem does it solve? Livespec-governed projects accumulate versioned vNNN/ snapshots under the spec history directory, which grows unbounded over time. This Skill destructively removes old snapshots to bound history size, while guarding against accidental or model-initiated invocation. ## Core Features & Use Cases - Destructive history pruning: Runs the config-named prune_history CLI from livespec core to delete old vNNN/ snapshots under the spec root's history directory. - Explicit-invocation-only safety: Model-driven invocation is disabled via frontmatter, so only an explicit /skill:livespec-prune-history call or direct user request triggers it. - Guarded mutation: Requires the Driver's footgun-guard extension to be loaded before any mutating operation proceeds, and surfaces core-root resolution diagnostics verbatim. - Use Case: After many propose-change/revise cycles, a project's spec history holds dozens of stale snapshots; invoke this Skill to prune them down and keep the repository size manageable. ## Quick Start Ask the agent to prune the livespec history by explicitly invoking /skill:livespec-prune-history in the pi session.