mutate-stories

Mutate stories, points, and related rows with replay-detection and commit gates.

1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/slavochek2/claritypledge --skill mutate-stories
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mutate-stories
Source: https://github.com/slavochek2/claritypledge/tree/main/.claude/commands/slava/maintain/mutate-stories
Command: npx skills add https://github.com/slavochek2/claritypledge --skill mutate-stories

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely mutate stories, points, and related rows on prod/test with mandatory state verification, replay-detection, and explicit commit gates to prevent data drift and accidental data corruption.

Core Features & Use Cases

  • Enforces concrete target states for per-row mutations.
  • Includes mandatory replay-detection and explicit commit gates, ensuring traceable, auditable changes.
  • Provides an end-to-end safety discipline including multi-step planning and transactional execution across affected tables.

Quick Start

Identify a concrete target state for existing rows and obtain explicit commit approval before performing a guarded mutation.

Frequently Asked Questions about mutate-stories

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

FAQPage Schema
How do I safely mutate production database rows without causing data drift?

To safely mutate production data, enforce concrete target states and use mandatory replay-detection gates to prevent data drift. Explicit commit gates and transactional execution across affected tables ensure traceable, auditable changes without accidental corruption.

What is a replay-detection gate and how does it protect database governance?

A replay-detection gate is a mandatory safeguard that prevents duplicate or accidental row mutations during database governance. It requires explicit validation of the mutation plan before execution, ensuring only intended changes are committed to production or test environments.

How do I perform per-row delta derivation for targeted database mutations?

Per-row delta derivation for database mutations requires identifying a concrete target state for existing rows. You must derive the specific changes needed, validate the explicit mutation plan, and obtain commit approval before executing transactional updates across affected tables.

Can I use gated approvals to modify stories and points in test environments?

Yes, gated approvals can modify stories, points, and related rows in test environments. The mutation process enforces multi-step planning, mandatory state verification, and explicit commit gates to ensure safe, transactional execution across all affected database tables.

What's the best way to prevent accidental data corruption during production data mutations?

The best way to prevent accidental data corruption during production data mutations is enforcing explicit commit gates and state verification. This approach mandates multi-step planning and transactional execution with safeguards across affected tables to prevent drift.

When should I not use automated mutations on production database stories?

You should avoid automated mutations on production database stories when you cannot define a concrete target state or lack explicit commit approval. Without mandatory replay-detection gates and per-row delta derivation, unvalidated changes risk severe data drift and corruption.