rollback-behavior

Rollback behavioral rules to a previous version for an agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rollback behavioral rules to a previous version for an agent, preserving full history.

Core Features & Use Cases

  • Creates a new version that reverts to a prior rule set while keeping the full history intact.
  • Supports both agent-specific and global scopes, showing history when no target version is provided.
  • Updates the agent's behavior documentation to reflect the current active rules and preserves an audit trail.

Quick Start

Execute the command /rollback-behavior <agent_name> <version> to rollback to a specific version, or omit the version to view history.

Frequently Asked Questions about rollback-behavior

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

FAQPage Schema
How do I revert agent behavioral rules to a previous version?

You can revert agent behavioral rules to a previous version by executing the rollback command with the agent name and target version. This creates a new active version while deactivating the current one and preserving the full history.

Can I view the version history for an agent's behavioral rules before rolling back?

Yes, you can view the version history for an agent's behavioral rules by omitting the target version argument when running the rollback command, which displays the full history for that agent.

Does rolling back agent rules delete the current version from the audit trail?

Rolling back agent rules does not delete the current version from the audit trail. It creates a new version that restores the prior rule set while deactivating the current one and preserving the full history.

How do I apply a global rollback to behavioral rules across all agents?

The rollback command supports both agent-specific and global scopes, allowing you to apply a global rollback to behavioral rules while maintaining the full audit trail and version history.

What is the best way to manage agent behavior versioning when a rule update fails?

The best way to manage agent behavior versioning when a rule update fails is to use the rollback command, which relies on a MemoryGraph-based workflow to read, copy, and commit rule data with proper supersedes relationships.