req-change-workflow

Guide requirement changes through a gated workflow with defined artifacts.

742|105|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/yunshu0909/yunshu_skillshub --skill req-change-workflow-yunshu0909
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: req-change-workflow
Source: https://github.com/yunshu0909/yunshu_skillshub/tree/main/req-change-workflow
Command: npx skills add https://github.com/yunshu0909/yunshu_skillshub --skill req-change-workflow-yunshu0909

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ripgrep, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams tame chaotic change processes for software projects by structuring edits into a gated, repeatable workflow with defined outputs at each step.

Core Features & Use Cases

  • Stepwise gated workflow from clarification to documentation, ensuring alignment before implementation.
  • Formal change brief, baseline confirmation from code, impact/risk assessment, design proposal, minimal implementation, regression validation, and documentation update.
  • Clear artifact generation at each gate to facilitate reviewer approval and rollback planning.

Quick Start

Enable a change workflow and follow gated steps: draft the change brief, run impact scan, propose design, await approval, implement changes in small diffs, run regression checks, and update the decision log.

Frequently Asked Questions about req-change-workflow

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

FAQPage Schema
How do I standardize codebase changes to reduce regression risk?

A gated change-management workflow reduces regression risk by requiring a formal change brief, baseline code confirmation, impact analysis, and a fixed regression checklist before implementation proceeds.

What is a change brief and impact analysis in software change management?

A change brief captures the context and acceptance criteria for a feature change, while impact analysis assesses baseline code behavior and risks to ensure alignment before implementation begins.

How do I manage requirement changes for Chrome extensions without breaking existing behavior?

Managing requirement changes for Chrome extensions requires confirming baseline behavior from code, running an impact scan, proposing a design, and validating updates against a fixed regression checklist.

Do I need ripgrep installed to run impact scans on my codebase?

Yes, ripgrep is a required dependency for this change-management workflow to execute baseline code searches and impact scans across the codebase effectively.

What's the best way to document design proposals and implementation notes during codebase changes?

The best way to document design proposals and implementation notes is to generate formal artifacts at each workflow gate, culminating in a decision log update to facilitate reviewer approval and rollback planning.

Can I use this gated workflow for large codebase refactoring outside of Chrome extensions?

While designed for Chrome extensions and requirement changes, the gated workflow of small diffs, impact assessment, and regression validation can apply to standardizing changes in general software engineering codebases.