What problem does it solve?
Modifying existing code carries high risk of unintended regressions, broken dependent functionality, and cascading side effects even for seemingly small changes. This Skill eliminates that risk by enforcing a structured, adversarial pipeline that maps blast radius and validates every change before implementation.
Core Features & Use Cases
- Mandatory Impact Analysis: Automatically maps all affected files, dependent modules, and potential regression risks before any code is touched.
- Adversarial Review & Regression Checks: Includes dedicated critique loops and explicit regression checklists to catch breaking changes and unintended side effects.
- End-to-End Change Governance: Manages the full workflow from initial spec to post-implementation documentation, with mandatory user approval gates and audit trails.
- Use Case: If you need to refactor a core payment processing module, this Skill ensures all dependent checkout flows, billing integrations, and test suites are validated to prevent payment logic breakage.
Quick Start
Use the change-pipeline skill to update the existing user authentication flow to add multi-factor authentication support without breaking existing login integrations.