rollback

Revert shipped features via git and generate ADR and MOM files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverts a shipped feature safely and coordinates a post-mortem to learn from the rollback.

Core Features & Use Cases

  • Revert a shipped feature using a safe git revert workflow while preserving history.
  • Trigger a formal post-mortem with the full agent team and generate MOM and ADR documentation.
  • Update ROADMAP.md, STATE.md, and the feature episode to reflect the rollback and its outcomes.

Quick Start

Ask for the feature name and confirm rollback, then run the rollback workflow to revert the shipped feature and begin the post-mortem.

Frequently Asked Questions about rollback

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

FAQPage Schema
How do I safely revert a shipped feature without losing git history?

To safely revert a shipped feature, use a safe git revert workflow that preserves commit history while undoing the changes. This process updates ROADMAP.md and STATE.md to accurately reflect the rollback outcome.

What is a feature rollback post-mortem and when is it needed?

A feature rollback post-mortem is a mandatory meeting with the full agent team to document outcomes and prevent recurrence after reverting a shipped feature. It is required whenever a feature is rolled back.

How do I document a git revert decision and update my product roadmap?

Document a git revert decision by generating ADR and MOM files during the rollback process, then update ROADMAP.md, STATE.md, and the feature episode to reflect the rollback and its outcomes.

Can I coordinate a post-mortem meeting automatically after reverting a feature?

Yes, you can coordinate a post-mortem meeting automatically after reverting a feature. The rollback workflow triggers the generation of MOM and ADR documentation for the mandatory full agent team meeting.

What files need to be updated when rolling back a shipped product feature?

When rolling back a shipped product feature, you need to update ROADMAP.md, STATE.md, and the specific feature episode to reflect the rollback and its outcomes.