conductor-creator

Generate deterministic Conductor routing rules from skills, agents, and workflows.

1|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill conductor-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-creator
Source: https://github.com/magicpro97/copilot-session-knowledge/tree/main/skills/conductor-creator
Command: npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill conductor-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mapping tasks to deterministic routing rules across skills, agents, and workflows to avoid drift and inconsistency during project setup.

Core Features & Use Cases

  • Scan skills, agents, and workflows to generate a project-specific Conductor routing brain.
  • Produce outputs like conductor-rules.json and conductor.py that codify routing decisions.
  • Integrate with other creators (agent-creator, workflow-creator) to maintain alignment across surfaces.

Quick Start

Run the conductor-creator after the agent and workflow definitions exist to generate routing rules and integration artifacts.

Frequently Asked Questions about conductor-creator

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

FAQPage Schema
How do I set up deterministic task routing for my project workflows?

To set up deterministic task routing, scan existing skills, agents, and workflows to generate a project-specific routing brain. This produces codified routing rules and integration artifacts that ensure consistent task mapping across your evolving project ecosystem.

Why does task routing drift across different project sessions?

Task routing drift occurs when mapping decisions between tasks, skills, and agents are not codified. Applying a deterministic routing engine generates persistent rule files that enforce consistent task mapping across sessions and prevents inconsistency during project setup.

When do I need to generate a deterministic routing brain for my agents and skills?

You need a deterministic routing brain when your project requires consistent task routing across sessions and an evolving ecosystem. It maps tasks to workflows, skills, and agents to avoid drift and maintain alignment across all operational surfaces.

How do I generate routing rules after creating my agents and workflows?

Run the routing brain generator after your agent and workflow definitions exist. It inspects these definitions to map tasks to workflows and skills, producing project-level outputs like conductor-rules.json and conductor.py that feed the routing engine.

Can I integrate task routing rules with other agent and workflow creators?

Yes, the generated routing rules integrate with other creators like agent-creator and workflow-creator. This integration maintains alignment across surfaces, ensuring that task routing decisions remain synchronized with evolving agent and workflow definitions.

What are the limitations of using deterministic routing for evolving project ecosystems?

Deterministic routing requires existing agent and workflow definitions before generating rules. If your project ecosystem evolves without updating these definitions, the generated routing artifacts may not reflect current task mappings, leading to potential routing misalignment.