orchestrating-workflows

Orchestrate end-to-end SDLC workflows for Claude Code plugins by coordinating sub-skills.

2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/lwndev/lwndev-marketplace --skill orchestrating-workflows-lwndev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-workflows
Source: https://github.com/lwndev/lwndev-marketplace/tree/main/plugins/lwndev-sdlc/skills/orchestrating-workflows
Command: npx skills add https://github.com/lwndev/lwndev-marketplace --skill orchestrating-workflows-lwndev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Orchestrates end-to-end SDLC workflows for Claude Code plugins by coordinating multiple sub-skills and managing state across pause points.

Core Features & Use Cases

  • Sequencing sub-skill invocations to drive feature, chore, and bug workflows
  • Managing persistent state across pause/resume points and forking sub-agents
  • Providing issue-tracking integration and model-selection feedback via audit trails

Quick Start

Start a new workflow by calling the orchestrator with a feature title or an issue reference to begin the end-to-end SDLC orchestration.

Frequently Asked Questions about orchestrating-workflows

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

FAQPage Schema
How do I orchestrate end-to-end SDLC workflows for Claude Code plugins?

Orchestrating SDLC workflows for plugins involves sequencing sub-skill invocations to drive feature, chore, and bug tasks while managing persistent state across pause and resume points. You start by calling the orchestrator with a feature title or issue reference.

How does workflow state management work across pause points and forked sub-agents?

State management across pause points works by maintaining persistent state data that survives sub-agent forking and phase transitions. This allows the orchestrator to resume workflow execution seamlessly and track progress through per-phase loops.

Can I integrate issue tracking into an automated SDLC workflow?

Yes, issue-tracking integration is supported natively. You can begin orchestration by passing an issue reference to the orchestrator, which then coordinates the workflow phases and logs progress through audit trails.

What is adaptive model selection in the context of workflow orchestration?

Adaptive model selection dynamically resolves processing tiers across workflow forks. The orchestrator manages this feedback loop via audit-trail logging, ensuring appropriate model allocation for different phases of the SDLC workflow.

Do I need jq installed to manage SDLC workflow orchestration?

Yes, jq is a required dependency. You need this command-line JSON processor installed in your environment to support the orchestrator's state management and data parsing operations.

What are the limitations of using a script-based workflow orchestrator for SDLC?

This orchestrator is designed specifically for Claude Code plugins and relies on sub-skill coordination. It may not suit environments lacking compatible sub-skills or where native plugin architecture is unsupported.