meta

Routes user instructions to the appropriate predefined workflow.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/atmigtnca/sidep-ops --skill meta-atmigtnca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta
Source: https://github.com/atmigtnca/sidep-ops/tree/main/skills/meta
Command: npx skills add https://github.com/atmigtnca/sidep-ops --skill meta-atmigtnca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the AI deterministically considers and invokes the appropriate Skills before generating any response, providing a consistent discovery and execution flow across conversations.

Core Features & Use Cases

  • Enforces a standardized skill invocation protocol at the start of every interaction.
  • Presents and prioritizes available skills (design, plan, execute, autopilot, team, review, debug, trace, deep-dive, tdd, verify, qa, worktree, finish, deslop, research, science, ask, learn) to guide task execution.
  • Routes user instructions to the correct workflow, and handles conflicts between competing skills.
  • Supports safe, auditable access to the Skill tool to improve transparency and reproducibility.

Quick Start

Invoke the Skill tool at the start of every interaction to load and apply the appropriate workflow.

Frequently Asked Questions about meta

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

FAQPage Schema
How do I enforce skill invocation and workflow routing before an AI generates a response?

Workflow routing identifies relevant skills and applies priority rules at the start of every interaction to ensure correct tool usage. This deterministic protocol standardizes execution and coordinates skill access across conversations.

What is the best way to coordinate competing AI skills during a complex task?

Coordinating competing AI skills requires a standardized invocation protocol that establishes priority order and handles workflow conflicts. This safely routes instructions to the correct tools and enforces instruction priority across tasks.

How do I implement safety checks and auditable access for AI tool usage?

To implement safety checks and auditable access, enforce a skill invocation protocol before any AI response. This provides transparent, reproducible tool usage by satisfying discovery requirements and prioritization rules across conversations.

When do I need a standardized skill discovery protocol for AI conversations?

A standardized skill discovery protocol is needed when managing multiple AI skills like design, execute, debug, and research. It ensures deterministic routing of user instructions to the correct workflow and enforces instruction priority before generating replies.

Can I route user instructions to specific workflows like tdd, qa, or autopilot automatically?

Yes, you can automatically route instructions to workflows like tdd, qa, or autopilot by applying a skill invocation protocol. This identifies relevant skills from the available catalog and directs instructions to the appropriate workflow before responding.

Why does my AI response bypass available skills during complex task execution?

AI responses bypass available skills when a deterministic invocation protocol is not enforced at the start of the interaction. Establishing skill usage rules before every reply ensures correct tool access, discovery, and instruction prioritization.