change-orchestration

Coordinate software change lifecycles across planning, spec review, implementation, and verification.

39|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/LiorCohen/sdd --skill change-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-orchestration
Source: https://github.com/LiorCohen/sdd/tree/main/plugin/core/skills/orchestrators/change-orchestration
Command: npx skills add https://github.com/LiorCohen/sdd --skill change-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the full change lifecycle — routes actions to phase-specific sub-files and ensures consistent progression through spec, plan, implementation, and verification.

Core Features & Use Cases

  • Routes actions to creation, spec review, planning, implementation, verification, and management operations.
  • Performs shared validation, status checks, and safe progression across multiple change items.
  • Supports both interactive and external-spec workflows with gating and auditability.

Quick Start

Create a new feature workflow with /sdd-run change create --type feature --name sample-feature

Frequently Asked Questions about change-orchestration

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

FAQPage Schema
How do I orchestrate a multi-step software change lifecycle from spec to verification?

To manage multi-item software changes, route actions to phase-specific sub-files that handle spec review, planning, implementation, and verification, enforcing gating and auditability across all items.

Can I use automated workflows for both interactive and external spec reviews?

Yes, change orchestration supports both interactive and external-spec workflows by applying shared validation, status checks, and phase gating to ensure safe progression and auditability.

What is the best way to track progress across multiple change items during an architecture evolution?

The best way to track progress across architecture evolutions is using a structured change orchestration workflow that enforces phase gating, routes actions to specific operations, and manages artifacts for end-to-end coordination.

How do I create a new feature workflow for change management?

You create a new feature workflow by initializing the process with a command like /sdd-run change create --type feature --name sample-feature, which sets up the structured change orchestration lifecycle.

Does change orchestration enforce gating before progressing to the implementation phase?

Yes, change orchestration enforces gating before implementation by performing shared validation and status checks, ensuring safe progression through spec review and planning phases before execution.