orchestrator

Coordinate and enforce the master build sequence across incident management services.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SapanPatibandha/IncidentManagementAI --skill orchestrator-sapanpatibandha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/SapanPatibandha/IncidentManagementAI/tree/main/.claude/skills/orchestrator
Command: npx skills add https://github.com/SapanPatibandha/IncidentManagementAI --skill orchestrator-sapanpatibandha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes control over the build sequence, ensuring services are scaffolded and wired in the correct order to prevent misconfigurations and dependency failures.

Core Features & Use Cases

  • Master Build Sequence enforces the required phase order and inter-service dependencies.
  • Phase definitions of done provide clear criteria for completion at each step and guide handoffs.
  • Session governance loads the relevant architecture and service skills at session start to coordinate what to build next.

Quick Start

Load this orchestrator skill first and follow the Master Build Sequence before starting any coding or scaffolding tasks.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I enforce build sequence order for incident management services?

You can enforce the master build sequence for incident management services by loading an orchestrator skill first to coordinate phase dependencies, service scaffolding, and wiring validation. It strictly enforces phase order and defines completion criteria for each step.

What is phase dependency management in incident system architecture?

Phase dependency management in incident system architecture is the process of controlling the required build order and inter-service connections. It centralizes control over scaffolding to prevent misconfigurations and dependency failures across all incident management services.

When do I need to load an orchestrator for incident system scaffolding?

You need to load an orchestrator for incident system scaffolding at project initiation and whenever resuming or transitioning between phases. It determines what to build next, which services to scaffold, and how to validate completion.

How do I define the criteria for phase completion when building incident systems?

To define the criteria for phase completion when building incident systems, the orchestrator establishes definitions of done for each phase. These criteria provide clear guidance for completion at each step and coordinate handoffs between inter-dependent services.

Does this build sequence orchestrator work for resuming paused incident management projects?

Yes, the build sequence orchestrator works for resuming paused incident management projects by applying session governance. It loads relevant architecture and service skills at session start to determine the current phase and coordinate what to build next.