orchestration-pmatch

Validate design-plan conformance using dual claim extractors and drift adjudication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sebastianspicker/phased-agent-orchestration --skill orchestration-pmatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration-pmatch
Source: https://github.com/sebastianspicker/phased-agent-orchestration/tree/main/.cursor/skills/orchestration-pmatch
Command: npx skills add https://github.com/sebastianspicker/phased-agent-orchestration --skill orchestration-pmatch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that the implemented plan accurately reflects the approved design and adheres to the defined requirements, preventing costly deviations and quality drift.

Core Features & Use Cases

  • Dual-Extractor Claim Verification: Runs two independent agents to extract claims and evidence from source and target artifacts.
  • Drift Detection and Adjudication: Compares extracted claims to identify discrepancies (drift) and allows for mitigation or explicit sign-off.
  • Use Case: After a design is approved and a plan is generated, use this Skill to automatically verify that the plan's tasks and specifications align with the design's architectural decisions and constraints.

Quick Start

Use the orchestration-pmatch skill to verify drift between the design.json and plan.json files in the current run.

Frequently Asked Questions about orchestration-pmatch

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

FAQPage Schema
How do I verify plan vs. design conformance in an agent orchestration pipeline?

Drift detection in phased agent orchestration works by running dual independent claim extractors on design and plan artifacts. It compares extracted claims to identify discrepancies and applies multi-model-review for runtime adjudication to validate schema compliance.

Why does implementation deviation happen and how do I detect it early?

Implementation deviation happens when generated plans misalign with approved architectural decisions. You can detect it early by validating conformance between design and plan artifacts, comparing extracted claims to identify discrepancies before they cause costly quality drift.

What's the best way to automate claim verification between design and plan artifacts?

Automating claim verification between design and plan artifacts requires multi-model-review for runtime adjudication. This validates extracted claims against drift-report.schema.json, providing gate evaluation to ensure the implemented plan accurately reflects approved design requirements.

Does conformance validation require multi-model review for gate evaluation?

Yes, conformance validation requires multi-model-review for runtime adjudication. This ensures accurate drift detection by adjudicating identified discrepancies between artifacts, alongside schema validation against drift-report.schema.json for strict gate evaluation.

Can I use drift detection for phased agent orchestration pipelines requiring strict adherence?

Yes, drift detection applies directly to phased agent orchestration pipelines requiring strict adherence to design specifications. It validates conformance between design and plan artifacts, enabling early detection of implementation deviations through dual extractors and schema validation.