rollback

Snapshot, restore, or reset PDCA state with audit logging.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill rollback-hendrax5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollback
Source: https://github.com/hendrax5/ironman/tree/main/skills/rollback
Command: npx skills add https://github.com/hendrax5/ironman --skill rollback-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rollback and checkpoint management for PDCA-driven development workflows, providing safe recovery points to prevent loss from design and implementation mistakes.

Core Features & Use Cases

  • Create, list, and restore PDCA checkpoints for features or entire projects.
  • Roll back PDCA phase transitions with safety confirmations and audit logging.
  • Reset a feature to idle state while preserving PDCA documents for future reference.

Quick Start

Use /rollback to view available checkpoints and /rollback to <checkpoint-id> to restore a chosen state.

Frequently Asked Questions about rollback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and restore PDCA checkpoints for software feature development?

You can create and restore PDCA checkpoints by using the rollback commands to snapshot state into local storage and safely restore specific feature or project recovery points when needed.

What is the best way to roll back PDCA phase transitions without losing audit history?

Rolling back PDCA phase transitions safely requires built-in safety confirmations and audit logging, ensuring your design and implementation mistakes are recoverable while preserving a complete history of state changes.

Can I reset a feature to idle state but keep the PDCA documents for future reference?

Yes, you can reset a feature to an idle state while preserving existing PDCA documents, allowing you to clear active development state without permanently losing your planning and design references.

How does local state management handle PDCA checkpoint storage?

Local state management handles PDCA checkpoint storage by saving snapshots into dedicated directories like .bkit/state and .bkit/checkpoints, organizing recovery points for individual features or entire projects.

Do I need to manually confirm before restoring a project checkpoint?

Yes, restoring a project checkpoint requires strict user confirmations to prevent accidental overwrites, ensuring safe rollback for PDCA-driven development workflows before any state is modified.