mode-auto

Select and execute the best route from the Auto route catalog.

26|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/TeamSloppy/Sloppy --skill mode-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mode-auto
Source: https://github.com/TeamSloppy/Sloppy/tree/main/Sources/sloppy/Resources/Skills/mode-auto
Command: npx skills add https://github.com/TeamSloppy/Sloppy --skill mode-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto Mode reduces manual decision fatigue by automatically selecting the most suitable route from the Auto route catalog and executing it within the same turn.

Core Features & Use Cases

  • Route discovery: inspects the Auto route catalog and identifies the best matching route for the current context and user intent.
  • Route execution: follows the selected route's instructions, invoking the appropriate mode or skill (e.g., mode-plan, mode-build, mode-debug, mode-ask, or skill:<skill-id>).
  • Guardrails: ensures transitions are non-destructive unless explicitly allowed and maintains traceability of routing decisions.

Quick Start

Select the best route from the Auto route catalog and execute it in the same turn.

Frequently Asked Questions about mode-auto

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

FAQPage Schema
How do I automatically route AI workflows between planning, building, and debugging modes?

Automatic AI workflow routing between modes is handled by selecting the best behavior route from an Auto route catalog and executing it within the same turn. This reduces manual decision fatigue by matching context to the appropriate mode.

What is the best way to ensure safe and traceable routing decisions in an automated AI workflow?

Safe and traceable routing decisions are ensured by using planning.select_route with an exact route id before executing. This mechanism maintains traceability and guarantees transitions are non-destructive unless explicitly allowed.

Do I need an Auto route catalog present in my message to use automated AI decision routing?

Yes, automated AI decision routing requires the Auto route catalog to be present in the user message. The system inspects this catalog to discover and identify the best matching route for your current context and intent.

Can I invoke specific skills directly through an automated AI decision workflow?

Yes, automated AI decision workflows can invoke specific skills directly. During route execution, the system follows selected route instructions to trigger appropriate modes or skill invocations like skill:<skill-id>.

How does automated AI mode selection work when switching between planning and execution?

Automated AI mode selection works by inspecting the Auto route catalog to identify the best matching route for the current context and intent. It then follows the selected route's instructions to execute the appropriate mode.

What are the limitations of using automated routing for AI mode transitions?

A limitation of automated AI mode routing is that transitions are non-destructive unless explicitly allowed. Additionally, the system cannot function without the Auto route catalog present in the user message to drive route discovery.