sdlc-plan-change-escalation

Escalate unimplementable SDLC plan artifacts with evidence and PLAN_CHANGE_REQUIRED.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gleeb/ai-registry --skill sdlc-plan-change-escalation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc-plan-change-escalation
Source: https://github.com/gleeb/ai-registry/tree/main/systems/sdlc/skills/sdlc-plan-change-escalation
Command: npx skills add https://github.com/gleeb/ai-registry --skill sdlc-plan-change-escalation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a precise protocol for escalating a materially wrong SDLC plan artifact that cannot be fixed through defect-incident remediation, preventing wasted iteration and silent plan drift.

Core Features & Use Cases

  • Plan-defect escalation trigger: Emits a strict BLOCKER: PLAN_CHANGE_REQUIRED escape hatch when the plan itself is unimplementable (e.g., missing endpoints, unsendable wire_format, architectural contradictions, or unavailable provider capabilities).
  • Routing-safe and evidence-driven: Requires concrete evidence (curl/transcripts, runtime errors, provider documentation/changelog) so the coordinator/planner can triage and update the plan.
  • Protocol boundaries: Explicitly rules out incorrect escalation paths (binding mismatches, missing credentials, wire_format divergence between stories, incident scope expansion, code-quality issues) to preserve clean routing and accurate completion contracts.

Quick Start

Use sdlc-plan-change-escalation when your implementation verification shows the plan references an endpoint that does not exist or otherwise cannot be executed as written.

Frequently Asked Questions about sdlc-plan-change-escalation

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

FAQPage Schema
How do I escalate an SDLC plan defect when the API endpoint does not exist?

Emit a BLOCKER: PLAN_CHANGE_REQUIRED status with concrete evidence like curl transcripts or provider documentation. This plan-defect escalation protocol routes unimplementable plans back to the coordinator for triage and updates.

What is a plan change required escalation in software development?

A plan change required escalation is a protocol for routing materially wrong SDLC plan artifacts back to the planning system. It triggers when architecture contradictions, missing endpoints, or unavailable provider capabilities prevent implementation.

When should I trigger a plan escalation instead of filing a defect incident?

Trigger a plan escalation when the plan itself is unimplementable, such as missing endpoints or unsendable wire formats. Do not use it for binding mismatches, missing credentials, or code-quality issues, which belong in defect-incident remediation.

What evidence do I need to prove an architecture contradiction during implementation?

You need concrete evidence such as curl transcripts, runtime errors, or provider documentation and changelogs. This evidence-based triage approach verifies the architecture contradiction and confirms prohibited alternatives before escalating.

Can I use plan escalation for wire format divergence between stories?

No, wire format divergence between stories is explicitly ruled out as an escalation path. Plan escalation is reserved for materially wrong artifacts where required external behavior is unavailable, preserving clean routing and accurate completion contracts.

How do I verify provider capabilities before escalating an unimplementable plan?

Verify provider capabilities by gathering runtime errors and checking provider documentation or changelogs to confirm the required external behavior is unavailable. You must also verify prohibited alternatives before emitting the PLAN_CHANGE_REQUIRED status.