skill-orchestrator

Generate EXECUTION_PLAN.md files with explicit skill assignments for multi-step programming tasks.

24|2|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/kdoronin/claude_code_skills --skill skill-orchestrator-kdoronin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-orchestrator
Source: https://github.com/kdoronin/claude_code_skills/tree/main/skill-orchestrator
Command: npx skills add https://github.com/kdoronin/claude_code_skills --skill skill-orchestrator-kdoronin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates fragmented programming work by converting multi-step coding requests into a clear, trackable execution plan that maps each step to the exact specialized skill to use. It prevents ad-hoc skill substitution, reduces coordination overhead, and makes multi-agent delegation repeatable and auditable.

Core Features & Use Cases

  • Plan generation: Analyze a request, detect domains and dependencies, and produce a GitHub-flavored markdown execution plan with step-level skill assignments.
  • Mode guidance: Recommend and enforce Manual or Delegated execution modes with criteria for when to use each.
  • Skill validation & delegation: Read a skills catalog to select exact skill names, verify availability, and produce delegation prompts for sub-agents while preserving the plan as the source of truth.
  • Progress tracking: Save and update EXECUTION_PLAN.md files with checkbox-based progress, status updates, and notes from executed steps.
  • Use case examples: Building features that span frontend/backend, large refactors requiring parallel work, and security-sensitive tasks that need sequential manual review.

Quick Start

Create an execution plan for adding JWT authentication to my Express.js API, choose manual or delegated execution, and save the plan to EXECUTION_PLAN_auth.md.

Frequently Asked Questions about skill-orchestrator

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

FAQPage Schema
How do I turn a multi-step coding request into an executable plan?

An execution plan maps multi-step programming tasks to exact specialized skills, preventing ad-hoc substitution and reducing coordination overhead. It makes multi-agent delegation repeatable and auditable by serving as a single source of truth.

Can I use execution plans for parallelizable feature builds and refactors?

Yes, execution plans support parallelizable feature builds, large refactors, and testing pipelines. The skill recommends manual or delegated execution modes and generates sub-agent delegation prompts while preserving the plan as the source of truth.

How do I track progress for a multi-agent software development workflow?

You track progress by saving and updating an EXECUTION_PLAN.md file with checkbox-based progress, status updates, and notes from executed steps. This provides a trackable plan for multi-step software development workflows.

What's the best way to coordinate frontend and backend tasks across multiple agents?

The best way to coordinate cross-skill tasks is generating a structured execution plan that maps frontend and backend steps to exact specialized skills. It verifies skill availability from a catalog and produces delegation prompts for sub-agents.

When should I choose manual execution over delegated execution for security-sensitive tasks?

You should choose manual execution for security-sensitive tasks requiring sequential manual review to maintain strict oversight. Delegated execution is recommended for parallelizable steps like feature builds and testing pipelines.