opsx-sync

Sync delta specification changes into the main specification repository.

Updated May 25, 2026
One-click install
npx skills add https://github.com/ywh0606/chat-robot --skill opsx-sync-ywh0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opsx-sync
Source: https://github.com/ywh0606/chat-robot/tree/main/.claude/skills/opsx-sync
Command: npx skills add https://github.com/ywh0606/chat-robot --skill opsx-sync-ywh0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of transferring approved delta specifications from a change workspace into the main specs directory while keeping updates organized and consistent.

Core Features & Use Cases

  • Delta Spec Synchronization: Applies specification additions, modifications, and removals from a change into the corresponding main specification files.
  • Change Validation Workflow: Locates change directories and checks for available delta specs before syncing updates.
  • Use Case: Use this Skill after completing a feature change to merge its updated capability specifications into the project's primary specs collection.

Quick Start

Use the opsx-sync skill to synchronize the delta specs from the change named my-feature into the main specifications.

Frequently Asked Questions about opsx-sync

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

FAQPage Schema
How do I sync delta specifications into the main specs directory?

To sync delta specifications, apply approved change specs from your change workspace into the main specification repository, automatically applying additions, modifications, and removals to corresponding capability spec files.

What is the best way to merge openspec change specs into my project?

Merging openspec change specs is handled by syncing delta specification changes from a named feature change directly into the project's primary specs collection, keeping updates organized and consistent without manual file transfers.

Do I need the openspec CLI to synchronize change specifications?

Yes, the openspec CLI is required to synchronize change specifications, as it is used to locate change directories, compare available delta specs, and apply synchronized updates to the main specification files.

When should I use a spec sync workflow for change management?

Use a spec sync workflow for change management after completing a feature change to merge its updated capability specifications into your project's primary specs collection, ensuring structured delta specs are validated before syncing.

How does delta spec synchronization validate changes before applying them?

Delta spec synchronization validates changes by locating the change directories and checking for available delta specs before syncing updates, ensuring only organized and consistent modifications are applied to the main specifications.