update-conformance

Synchronize the OpenWOP conformance suite with spec changes.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/openwop/openwop --skill update-conformance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-conformance
Source: https://github.com/openwop/openwop/tree/main/.claude/skills/update-conformance
Command: npx skills add https://github.com/openwop/openwop --skill update-conformance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the synchronization of the OpenWOP conformance suite with spec changes, streamlining the process of updating scenarios, fixtures, and suite versions.

Core Features & Use Cases

  • Spec Change Sync: Automatically updates the conformance suite with changes from the OpenWOP spec corpus.
  • Scenario and Fixture Updates: Adds/edits scenarios and fixtures based on spec changes.
  • Suite Version Bumping: Bumps the suite version according to spec major/minor rules.
  • Use Case: When a new spec is released, this Skill can be used to ensure the conformance suite is up-to-date with the latest requirements.

Quick Start

Run the update-conformance skill to sync the conformance suite with the latest spec changes.

Frequently Asked Questions about update-conformance

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

FAQPage Schema
How do I automate conformance suite updates when the OpenWOP spec changes?

Automating conformance suite updates involves synchronizing scenarios and fixtures with the OpenWOP spec corpus. This Skill automatically applies spec changes to update the suite, ensuring requirements are met without manual intervention.

Can I automatically bump the suite version based on OpenWOP spec major and minor rules?

Yes, you can bump the suite version based on OpenWOP spec major and minor rules. The automation reads the spec corpus and adjusts the suite versioning automatically to reflect the magnitude of the changes.

Do I need prior knowledge of the OpenWOP spec corpus to update the conformance suite?

Prior knowledge of the OpenWOP spec corpus and conformance suite structure is required. Understanding the workflow orchestration architecture is necessary to properly map spec changes to the correct scenarios and fixtures.

What is the best way to synchronize workflow orchestration scenarios with new spec releases?

The best way to synchronize workflow orchestration scenarios is to run an automated synchronization process against the spec corpus. This updates scenarios and fixtures directly, maintaining conformance suite accuracy with the latest spec release.

Why does updating conformance suite fixtures manually after a spec change take so long?

Updating conformance suite fixtures manually is slow because it requires reading the entire spec corpus and editing each scenario individually. Automating this synchronization process eliminates the manual overhead of finding and applying changes.