ultrathink-orchestrator

Detect task types and route development or investigation workflows.

1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/rysweet/AzureHayMaker --skill ultrathink-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrathink-orchestrator
Source: https://github.com/rysweet/AzureHayMaker/tree/main/.claude/skills/ultrathink-orchestrator
Command: npx skills add https://github.com/rysweet/AzureHayMaker --skill ultrathink-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically orchestrates development or investigation workflows based on task keywords, ensuring the right process is applied without manual selection.

Core Features & Use Cases

  • Task type detection (development vs investigation vs hybrid)
  • Automatic routing to investigation-workflow or default-workflow
  • Fallback to workflow markdowns if skills are unavailable
  • Explicit user confirmation before proceeding

Quick Start

Request: "Implement authentication" and let the orchestrator route to the appropriate workflow.

Frequently Asked Questions about ultrathink-orchestrator

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

FAQPage Schema
How do I automatically route development tasks to the right workflow?

Workflow routing automatically detects whether your request is a development or investigation task, estimates complexity, and invokes the appropriate workflow after you confirm. Simply describe what you need—like 'implement authentication'—and the orchestrator handles task-type detection and workflow selection.

What's the difference between development and investigation workflows?

Development workflows handle feature implementation and code changes; investigation workflows handle troubleshooting, debugging, and analysis tasks. The orchestrator detects keywords in your request to classify the task type and route to investigation-workflow or default-workflow accordingly.

Can I use workflow routing if a skill isn't available?

Yes. The orchestrator falls back to markdown workflow definitions when skills are unavailable, ensuring task routing continues without requiring all skills to be installed. You still get automatic detection and routing with fallback execution.

How does the orchestrator decide task complexity?

The orchestrator estimates complexity based on task keywords and scope detected in your request. This estimation informs which workflow variant to invoke, helping match the right process depth to your actual task needs before execution begins.

Do I need to manually select a workflow each time?

No. The orchestrator automatically selects the workflow based on task-type detection; you only confirm before proceeding. Manual workflow selection is eliminated, reducing friction in repetitive development and investigation work.

What keywords trigger automatic routing?

Keywords like 'investigate,' 'debug,' 'develop,' 'implement,' 'fix,' and 'analyze' trigger detection. Hybrid requests containing both development and investigation keywords are also detected and routed to the appropriate combined workflow.