do

Route natural language goals to appropriate skills and pipelines.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill do-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/tyevans/tackline/tree/main/skills/core/do
Command: npx skills add https://github.com/tyevans/tackline --skill do-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as an intelligent dispatcher, understanding your goal and automatically selecting the most appropriate tool or sequence of tools to accomplish it.

Core Features & Use Cases

  • Goal-Oriented Routing: Translates natural language goals into executable skill commands.
  • Skill Discovery: Navigates a catalog of available skills to find the best match.
  • Pipeline Orchestration: Can execute multi-step workflows by chaining skills together.
  • Use Case: When you have a task like "analyze the performance of our latest marketing campaign," this skill will figure out that it needs to run /gather to collect data, then /distill to summarize, and finally /rank to prioritize findings.

Quick Start

Use the do skill to figure out how to set up a new database for the project.

Frequently Asked Questions about do

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

FAQPage Schema
How do I route a natural language goal to the right automation skill?

Goal-oriented routing translates your natural language objective into executable skill commands. It navigates an available skill catalog to find the best match and dispatches your task automatically.

What is skill pipeline orchestration for multi-step workflows?

Pipeline orchestration chains multiple tools together to execute multi-step workflows. It handles both sequential multi-skill pipelines and parallel branch execution to accomplish complex goals.

Can I use goal-oriented dispatch for parallel branch execution?

Yes, goal-oriented dispatch supports parallel branch execution. It routes your objective through a canonical skill catalog to execute multiple skills simultaneously alongside sequential pipelines.

Do I need a specific skill catalog to set up goal-oriented routing?

You need a canonical skill catalog to enable goal-oriented routing. The dispatcher requires this catalog to navigate available skills and determine the correct execution path for your objective.

When should I not use automated skill routing for task execution?

You should avoid automated skill routing when you lack a clear natural language goal. The dispatcher requires a well-defined objective to successfully route and execute tasks through the catalog.