workflow-item-orchestrator

Advance a single workflow item to its terminal condition.

9|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/lhpaul/ai-dev-framework-template --skill workflow-item-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-item-orchestrator
Source: https://github.com/lhpaul/ai-dev-framework-template/tree/main/.codex/skills/workflow-item-orchestrator
Command: npx skills add https://github.com/lhpaul/ai-dev-framework-template --skill workflow-item-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables targeted advancement of a single workflow item, letting you resume or progress one item without scanning the entire portfolio.

Core Features & Use Cases

  • Targeted item advancement: Focus on one workflow item without evaluating others.
  • Resumes from a known state: Resumes or advances the item until it reaches a terminal condition.
  • Protocol-aware execution: Ensures the correct development protocol is invoked for the next stage.

Quick Start

Provide the targeted workflow item identifier to resume, and let the orchestrator advance it to its terminal state.

Frequently Asked Questions about workflow-item-orchestrator

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

FAQPage Schema
How do I resume a single workflow item without evaluating the entire development portfolio?

To advance a single workflow item, provide its identifier to the orchestrator, which resumes the specific item until it reaches a terminal condition without evaluating the entire portfolio.

What does targeted workflow item orchestration do for a paused development branch?

Targeted workflow item orchestration advances a single paused development branch by reading repository governance rules, invoking the correct development protocol, and progressing the item to its terminal state.

How do I advance a specific PR to its terminal condition using orchestration?

You advance a specific PR to its terminal condition by passing the PR identifier to the orchestrator, which invokes the correct development protocol and honors terminal-condition expectations for that item.

Does workflow orchestration require evaluating the whole repository portfolio to progress one item?

No, workflow orchestration focuses on targeted item advancement, allowing you to progress one specific item to its terminal condition without evaluating the entire repository portfolio.

When should I use single-item workflow orchestration instead of full portfolio evaluation?

Use single-item workflow orchestration when you need to resume or progress one specific development item, branch, or PR to completion without the overhead of evaluating the entire portfolio.