master-orchestration

Detect the active project phase and execute required skills in dependency order.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gw-ai-security/ats-cv-scorer --skill master-orchestration-gw-ai-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-orchestration
Source: https://github.com/gw-ai-security/ats-cv-scorer/tree/main/.codex/skills/master-orchestration
Command: npx skills add https://github.com/gw-ai-security/ats-cv-scorer --skill master-orchestration-gw-ai-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and aligns roles, skills, and tasks across project phases to reduce miscommunication and optimize delivery.

Core Features & Use Cases

  • Phase-aware orchestration: determine the active phase from project state and map to required skills.
  • Dependency-aware execution: run skills in correct order respecting prerequisites.
  • Progress tracking: update status and snapshots for traceability across phases.

Quick Start

Run this skill to orchestrate the current project phase by selecting active skills and executing them in dependency order.

Frequently Asked Questions about master-orchestration

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

FAQPage Schema
How do I coordinate project phases and map them to the right skills?

Project phase coordination detects the active phase from project state and maps it to required skills. It applies dependency-aware execution to run selected skills in the correct sequence while updating progress for full traceability.

What is dependency-aware execution in workflow orchestration?

Dependency-aware execution runs project skills in an order that respects prerequisites. It ensures tasks with dependencies execute sequentially, preventing errors caused by running skills before their required upstream tasks are complete.

How do I track progress and state transitions across project phases?

To track progress and state transitions, the orchestration workflow updates status and state snapshots automatically. This ensures traceability across phases by recording exactly when and how the project moves between stages.

Can I use skill sequencing for complex project planning without manual intervention?

Skill sequencing automates complex project planning by detecting the active phase and executing required skills in a dependency-aware order. It updates progress and state snapshots automatically, minimizing manual task management overhead.

When do I need automated workflow orchestration for software delivery?

Automated workflow orchestration is needed when aligning roles, skills, and tasks across multiple project phases. It reduces miscommunication and optimizes delivery by ensuring traceability and correct task sequencing.

What are the limitations of phase-aware orchestration for dependency management?

Phase-aware orchestration relies on accurate project state detection to map required skills. If the active phase or dependency prerequisites are not clearly defined, the execution order and resulting state snapshots may lack accuracy.