protocol-consistency

Detect drift between documentation, CLI capabilities, and CI workflows.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/fall-out-bug/sdp_lab --skill protocol-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: protocol-consistency
Source: https://github.com/fall-out-bug/sdp_lab/tree/main/.agents/skills/protocol-consistency
Command: npx skills add https://github.com/fall-out-bug/sdp_lab --skill protocol-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drift between workstream docs, CLI capabilities, and CI workflows can cause misalignment and stalled delivery.

Core Features & Use Cases

  • Validate alignment between docs, CLI, and CI configurations
  • Detect inconsistencies in workstream backlog references, prompts, and adapters
  • Provide a findings report with risk and recommended fixes

Quick Start

Run a drift audit across docs/workstreams/backlog, sdp CLI help outputs, and GitHub Actions workflows to produce a findings report.

Frequently Asked Questions about protocol-consistency

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

FAQPage Schema
How do I detect protocol drift between documentation and CI workflows?

Detect protocol drift by auditing backlog docs, CLI help outputs, and GitHub Actions workflows to identify alignment gaps and produce a findings report with recommended fixes.

What is protocol consistency drift in software delivery?

Protocol consistency drift is the misalignment between workstream documentation, CLI capabilities, and CI workflows that causes stalled delivery and integration inconsistencies across the pipeline.

How do I validate alignment between CLI capabilities and workstream backlog docs?

Validate alignment by applying an audit to compare workstream backlog references against sdp CLI help outputs, identifying inconsistencies in prompts and adapters to generate a risk-severity report.

Can I audit GitHub Actions workflows for inconsistencies with my CLI tool?

Yes, you can audit GitHub Actions workflows by comparing their configurations against CLI help outputs and workstream docs to detect alignment gaps and generate a findings report with recommended fixes.

What is the best way to report risk severity for documentation and CI drift?

The best way to report drift risk is to produce a structured findings report detailing observed versus expected states, risk severity levels, and recommended fixes for identified workstream and workflow inconsistencies.