execute-plan-sdlc

Orchestrate wave-based SDLC plan execution with dependency-aware task dispatch and failure recovery.

6|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill execute-plan-sdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan-sdlc
Source: https://github.com/rnagrodzki/sdlc-marketplace/tree/main/plugins/sdlc-utilities/skills/execute-plan-sdlc
Command: npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill execute-plan-sdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates adaptive, wave-based execution of implementation plans within SDLC environments, enabling reliable, resumable plan deployment and automated quality checks.

Core Features & Use Cases

  • Classifies tasks into Trivial, Standard, and Complex and builds optimized execution waves with dependency awareness.
  • Supports guardrails, pre- and post-wave checks, and automatic recovery to handle failures without stopping execution.
  • Provides resume-friendly state persistence so long-running plans can be continued across sessions or re-invoked contexts.

Quick Start

Load your plan context and start execution with a balanced preset to begin processing waves.

Frequently Asked Questions about execute-plan-sdlc

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

FAQPage Schema
How do I automate plan execution for SDLC workflows with complex task dependencies?

Automating plan execution for SDLC workflows involves classifying tasks by risk and dependency to build optimized execution waves. This approach dispatches tasks adaptively, ensuring reliable deployment for complex development plans.

Can I resume plan execution across different sessions if an automation workflow stops?

Resuming plan execution across sessions requires state persistence to save progress. This capability allows long-running SDLC plans to be continued or re-invoked without losing completed work after interruptions.

How do wave-based task dispatch and guardrails handle failures during development?

Wave-based task dispatch applies pre- and post-wave guardrails to validate task execution. This mechanism triggers automatic recovery to handle failures without stopping the overall SDLC plan execution.

What is the best way to manage varying risk levels when executing implementation plans?

Managing varying risk levels in implementation plans requires classifying tasks into Trivial, Standard, and Complex categories. This allows the execution engine to apply appropriate checks and dependency awareness.

Does plan execution support spec-compliance checks and OpenSpec delta validation?

Plan execution supports spec-compliance checks and OpenSpec delta validation when available. These features ensure deployed tasks meet requirements and maintain specification integrity throughout the workflow.

Do I need hash-verified plans to use automated wave dispatch for development?

Hash-verified plans are required to satisfy automated wave dispatch requirements. This verification ensures plan integrity and enables reliable, resume-capable state tracking across development sessions.