Rollback banner
DimitriGeelen DimitriGeelen

Rollback

Development community

Description

# /rollback - Revert Production to Previous Version Recovery skill for failed or problematic deployments. Reads deployment history, confirms with user, executes rollback, verifies health. ## Step 1: Task Gate Verify an active task exists: 1. Read `.context/working/focus.yaml` — check `current_task` is set 2. If no task is set, STOP and say: "No active task. Run `/start-work` first." ## Step 2: Read Deployment History ```bash ls -t .context/deployments/*.yaml 2>/dev/null | head -5 ``` If no

Installation

Installs to ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-rollback.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DimitriGeelen/agentic-engineering-framework/HEAD/.claude/commands/rollback.md -o ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-rollback.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository