workstream-coordinator

Coordinate up to five parallel workstreams and produce JSON recommendations.

2|22|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/rysweet/azlin --skill workstream-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workstream-coordinator
Source: https://github.com/rysweet/azlin/tree/main/.claude/skills/workstream-coordinator
Command: npx skills add https://github.com/rysweet/azlin --skill workstream-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill analyzes, coordinates, and optimizes parallel workstreams, detecting stalls and dependency conflicts to maximize throughput.

Core Features & Use Cases

  • Status tracking for multiple workstreams
  • Stall detection and capacity analysis
  • Dependency conflict detection and recommendations

Quick Start

Claude, summarize current workstream health and capacity, and propose next steps.

Frequently Asked Questions about workstream-coordinator

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

FAQPage Schema
How do I detect and resolve dependency conflicts in parallel workstreams?

Dependency conflict detection identifies when concurrent workstreams block each other due to resource or task dependencies. This Skill analyzes your workstreams to pinpoint conflicts and recommend coordination steps that unblock execution and prevent stalls.

Can I monitor stalls and capacity across multiple parallel workstreams?

Yes. Status tracking monitors health across up to five concurrent workstreams, detects stalls when tasks stop progressing, and analyzes capacity to show resource utilization. Results surface in JSON reports with actionable coordination recommendations.

What's the best way to coordinate concurrent workstreams to maximize throughput?

Workstream coordination applies conflict detection and capacity analysis to prevent bottlenecks and stalls. This Skill evaluates your parallel execution plan and outputs sequencing recommendations that keep all workstreams progressing efficiently.

How does stall detection work in concurrent project execution?

Stall detection monitors workstream progress and flags tasks that stop moving forward. Combined with dependency and capacity analysis, it identifies root causes—blocked tasks, resource constraints, or conflicts—enabling targeted fixes.

Do I need to format workstream data in a specific way?

This Skill processes workstream data via YAML format. Organize your workstream definitions, dependencies, and capacity metadata in YAML; the Skill parses and analyzes it to produce coordination insights and conflict reports.