wr-itil:work-problems

Batch-process ITIL problem tickets by WSJF priority until none remain actionable.

4|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/windyroad/agent-plugins --skill wr-itil-work-problems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wr-itil:work-problems
Source: https://github.com/windyroad/agent-plugins/tree/main/packages/itil/skills/work-problems
Command: npx skills add https://github.com/windyroad/agent-plugins --skill wr-itil-work-problems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch-process ITIL problem tickets by WSJF priority, enabling an AFK orchestrator to loop through problems, apply wr-itil:manage-problem, and stop when no progress remains.

Core Features & Use Cases

  • Batch backlog items by WSJF score and progressively work each ticket via the manage-problem workflow.
  • AFK orchestration with iterative progress reporting, optional design-question surfacing (Step 2.5), and safety rails around interactive prompts.
  • Handles upstream and governance gates, including scaffold intake checks and retro/outbound audit trails, returning a final ALL_DONE when complete.

Quick Start

Use this skill to batch-work your ITIL problems automatically starting with the highest WSJF-priority ticket.

Frequently Asked Questions about wr-itil:work-problems

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

FAQPage Schema
How do I batch process ITIL problem tickets automatically?

Batch process ITIL problem tickets automatically by looping through backlog items sorted by WSJF priority, applying the manage-problem workflow iteratively until no actionable items remain. It operates in AFK mode, resolving interactive decisions with safe defaults and reporting progress.

What is WSJF priority and how does it work for ITIL backlog governance?

WSJF priority sequences ITIL backlog items by weighted shortest job first to maximize value delivery. The governance workflow processes highest-priority problem tickets first, applying scaffold intake checks and audit trails to enforce compliance throughout the batch loop.

How do I handle interactive prompts when automating problem ticket resolution?

Handle interactive prompts during automated problem ticket resolution by enabling AFK mode, which safely defaults interactive decisions and reports per-iteration progress. Outstanding design questions are surfaced only when needed, allowing the orchestrator to continue batch processing uninterrupted.

Can I automate ITIL problem management without manual intervention?

Automate ITIL problem management without manual intervention by running the batch processor in AFK mode. It autonomously applies the manage-problem workflow to each WSJF-ranked ticket, handling upstream-blocked scenarios and governance gates before returning a final ALL_DONE signal when complete.

What happens when an ITIL problem ticket is blocked by upstream dependencies?

When an ITIL problem ticket is blocked by upstream dependencies, the batch processor detects the upstream-blocked scenario and handles the stop condition gracefully. It surfaces outstanding design questions and reports per-iteration progress so you can resolve blockers before the next loop.

Does this ITIL problem workflow support governance and audit trail reporting?

This ITIL problem workflow supports governance by coordinating intake scaffold checks, design-question surfacing, and retro or outbound audit trails. It enforces compliance gates throughout the batch loop and returns a final ALL_DONE signal upon completion.