conductor

Decompose complex engineering tasks into steps and route them through specialists.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/stumman/hermes-harness-skills --skill conductor-stumman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor
Source: https://github.com/stumman/hermes-harness-skills/tree/main/.agents/skills/conductor
Command: npx skills add https://github.com/stumman/hermes-harness-skills --skill conductor-stumman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The conductor Skill addresses the challenge of planning and coordinating complex engineering tasks, such as feature development, refactoring, and multi-file reviews, ensuring a structured and on-spec workflow.

Core Features & Use Cases

  • Task Decomposition: Break down tasks into manageable steps and route them through the appropriate specialists.
  • Parallel Review: Coordinate code reviews and audits on multi-file changes with parallel subagent dispatch.
  • Error Handling: Implement robust error handling and safety checks at each stage of the workflow.
  • Use Case: When developing a new feature, the conductor can help you plan and execute the entire development lifecycle, including code review, security audit, and documentation updates.

Quick Start

Use the conductor skill to orchestrate the development of a new feature, starting with the /orchestrate prompt.

Frequently Asked Questions about conductor

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

FAQPage Schema
How do I orchestrate complex engineering tasks across multiple files?

Complex engineering tasks are orchestrated by decomposing them into manageable steps and routing each step through appropriate specialists. This structured workflow ensures feature development, refactoring, and multi-file reviews remain on-spec.

Can I run parallel code reviews on multi-file changes?

Yes, parallel code reviews are supported by coordinating multi-file audits through parallel subagent dispatch. This allows simultaneous evaluation of changes to accelerate the overall engineering workflow.

How does task decomposition work for feature development?

Task decomposition for feature development works by breaking down the entire lifecycle into distinct, manageable steps. These steps are then routed to specialists to handle code review, security audits, and documentation updates systematically.

Does this workflow handle errors during refactoring?

Refactoring workflows include robust error handling and safety checks implemented at each stage of the process. This ensures that structured engineering tasks maintain precision and recover gracefully from unexpected issues.

What is the best way to manage a multi-step engineering workflow?

The best way to manage a multi-step engineering workflow is to use an orchestration approach that ensures structured execution. Starting with an orchestration prompt initiates planning, decomposition, and specialist routing for the entire task.