delegate

Route development tasks to Codex, Gemini, or Grok based on cost and quality tradeoffs.

Updated May 21, 2026
One-click install
npx skills add https://github.com/random1st/groundwork --skill delegate-random1st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate
Source: https://github.com/random1st/groundwork/tree/main/plugins/delegate
Command: npx skills add https://github.com/random1st/groundwork --skill delegate-random1st

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual tool selection for external AI capabilities is error-prone and slow; this Skill automates delegation to Codex, Gemini, or Grok based on cost and quality tradeoffs.

Core Features & Use Cases

  • Dynamic orchestration across Codex, Gemini, and Grok based on task type, cost, and desired accuracy.
  • Use cases include code reviews, architecture analysis, refactoring guidance, and multi-model comparisons for decision fidelity.
  • Example: delegate a high-velocity code-review task to the most cost-effective tool while validating results with a second opinion.

Quick Start

Describe the task and instruct the system to delegate to Codex, Gemini, or Grok based on cost and capability.

Frequently Asked Questions about delegate

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

FAQPage Schema
How do I route code review tasks to multiple AI tools based on cost?

Routing code review tasks to multiple AI tools based on cost is done by delegating to Codex, Gemini, or Grok. The system applies deterministic routing decisions guided by task type and model capabilities to balance cost and quality tradeoffs.

What is the best way to get a second opinion on architecture analysis from external CLIs?

The best way to get a second opinion on architecture analysis from external CLIs is by delegating the task to Grok or Gemini. This enables multi-model comparisons for decision fidelity, validating results from one tool against another.

Do I need locally installed CLIs to delegate tasks to Codex or Gemini?

Yes, you need locally installed and authenticated CLIs to delegate tasks to Codex or Gemini. The tool orchestration requires these external command-line interfaces to be present and authenticated in your local environment to function.

How does multi-tool project scanning work for refactoring guidance?

Multi-tool project scanning for refactoring guidance works by orchestrating across Codex, Gemini, and Grok. It dynamically selects the appropriate tool based on task type and desired accuracy to provide comprehensive analysis.

When should I not use automated delegation for AI code reviews?

You should not use automated delegation for AI code reviews when deterministic routing decisions based on task type and model capabilities cannot adequately address your specific quality requirements. Manual tool selection remains preferable for highly specialized constraints.