quick-delegate

Route small tasks to the correct domain skill via a decision matrix.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MileniumTick/skills --skill quick-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-delegate
Source: https://github.com/MileniumTick/skills/tree/main/skills/sdd-workflow/skills/quick-delegate
Command: npx skills add https://github.com/MileniumTick/skills --skill quick-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Small tasks that don't need a full SDD workflow are delegated quickly to the appropriate domain skill. The system automates routing to the most suitable skill, reducing handoffs and latency.

Core Features & Use Cases

  • Auto-detects the task domain and routes to the best domain skill.
  • Lightweight, single-task workflow suitable for rapid delegation.
  • Uses a centralized decision matrix to map task types to skills.

Quick Start

Delegate a tiny task by letting the system pick the right domain skill using the decision matrix.

Frequently Asked Questions about quick-delegate

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

FAQPage Schema
How do I route small coding tasks to the right domain skill automatically?

To route small coding tasks automatically, a centralized decision matrix maps task types to domain skills, dispatching minor delegations like creating AGENTS.md or basic API routing and returning the selected skill name for execution.

What's the best way to delegate minor frontend component creation without full orchestration?

For minor frontend component creation without full orchestration, lightweight task dispatch applies a decision matrix to detect the task domain and instantly route it to the appropriate domain skill.

When should I use automated task dispatch instead of a full SDD workflow?

Automated task dispatch suits small tasks like creating a README or basic API routing where full SDD workflows are unnecessary, reducing handoffs and latency by mapping tasks directly via a decision matrix.

Does quick-delegate require dependencies to map tasks to domain skills?

No dependencies are required to map tasks to domain skills; the routing operates independently using an internal decision matrix to evaluate task type and context for rapid delegation.

Can I use this task routing for generating basic API endpoints?

Yes, you can use this routing for basic API endpoints; the decision matrix identifies the API routing context and delegates the task to the matching domain skill for execution.

Why does my task delegation return a skill name instead of executing the task directly?

Task delegation returns a skill name because the system routes tasks via a decision matrix to identify the correct domain skill, which then handles the actual execution of the delegated task.