stability-check

Validate process area stability against cooldown periods, churn budget, and concurrency limits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill stability-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stability-check
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.agents/skills/stability-check
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill stability-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents change fatigue by ensuring that a process area can handle new changes without exceeding stability thresholds, validating cooldown periods, churn budget, and concurrency limits.

Core Features & Use Cases

  • Stability Validation: Checks if a process area is ready for new work based on predefined stability metrics.
  • Risk Mitigation: Prevents overloading processes, reducing the risk of delivery delays and errors.
  • Use Case: Before approving a new feature that requires significant changes to the "customer onboarding" process, this Skill can be invoked to ensure the process is not currently in a cooldown period and has sufficient churn budget remaining.

Quick Start

Run the stability-check skill to validate the process area 'user-authentication' for a change with turn magnitude 3.

Frequently Asked Questions about stability-check

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

FAQPage Schema
What is process stability validation in regulated delivery environments?

Process stability validation checks cooldown periods, churn budget, and concurrency limits before committing to high-magnitude work. It prevents change fatigue and ensures smooth adoption by analyzing change nature and process area state.

How do I prevent change fatigue when modifying a business process?

To prevent change fatigue, validate process area stability by checking cooldown periods and churn budget against First Principles concurrency limits. This ensures the process is not currently overloaded and has sufficient capacity remaining for new changes.

Can I assess process risk before approving high-magnitude changes?

Yes, risk assessment for high-magnitude changes is performed by validating the turn magnitude and design stance against the current stability state. This mitigates the risk of delivery delays and errors by preventing overloaded processes.

Do I need a churn budget file to run a stability check?

Yes, stability validation requires analyzing the process area against the current stability state stored in context-core/variable/process-area-churn.md. This file provides the necessary cooldown and churn budget data for accurate compliance checking.

When should I avoid applying changes to a process area?

You should avoid changes when the stability validation indicates an active cooldown period or insufficient churn budget remaining. Exceeding First Principles concurrency limits risks change fatigue and delivery errors in regulated environments.