choose-ai-execution-setup

Recommends which available AI execution setup should handle a concrete task.

Updated May 12, 2026
One-click install
npx skills add https://github.com/mtk177a/skills --skill choose-ai-execution-setup-mtk177a
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: choose-ai-execution-setup
Source: https://github.com/mtk177a/skills/tree/main/skills/choose-ai-execution-setup
Command: npx skills add https://github.com/mtk177a/skills --skill choose-ai-execution-setup-mtk177a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing between chat, coding agents, models, and tool-enabled surfaces for a task is often done by intuition, leading to over-provisioned or under-capable setups. This Skill derives the required access, tools, model capability, reasoning effort, context, permissions, verification, and agent topology from the task itself and maps them only to confirmed available choices. ## Core Features & Use Cases - Independent dimension analysis: Evaluates access/tools, model capability, reasoning effort, context, permissions, verification, and topology separately instead of collapsing them into one light-to-heavy scale. - Explicit completion states: Returns one of Recommendation ready, Conditional recommendation, Setup change required, or Insufficient evidence, with prerequisites, unknowns, and the responsible next actor. - Safe topology selection: Chooses single session, sequential handoffs, or parallel agents only from already-defined work units, rejecting parallelism when shared state or file conflicts exist. - Use Case: Before starting an authorized production configuration rollout, ask which of two available setups should prepare the verified change; the Skill selects the one with repository access and deterministic validation rather than the one with merely stronger reasoning. ## Quick Start Ask the agent which available chat, coding agent, or tool-enabled setup should handle your concrete task, listing the choices you have confirmed.

Frequently Asked Questions about choose-ai-execution-setup

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

FAQPage Schema
How do I choose between chat and a coding agent for a task?▼

Describe the concrete task and list the setups you have confirmed as available. The Skill derives required access, tools, model capability, and verification needs, then recommends a confirmed choice or states what evidence is missing.

When should I use parallel agents instead of one session?▼

Parallel agents are recommended only when work units are already defined, independent, free of shared-file or mutable-state conflicts, and have clear ownership and completion checks. The latency or specialization benefit must exceed coordination and integration cost.

Does this Skill execute the task or change my client settings?▼

No. It only produces a recommendation and never executes the task, changes client configuration, switches models, or grants permissions. A recommendation is explicitly not treated as authorization.

What happens if I have not described the task or available setups?▼

The Skill returns an Insufficient evidence completion state, names the decision-critical missing inputs such as the task definition and available choices, and identifies the actor responsible for supplying them instead of guessing.

How are model capability and reasoning effort evaluated?▼

They are assessed as separate dimensions. Model capability comes from task ambiguity, judgment, and verification complexity, while reasoning effort is increased only when deeper inference is decision-relevant; neither is inferred from the other.