smart-mode

Assess task complexity and select DIRECT or ORCHESTRATED execution modes.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/adiomas/claude-code-adiomas-plugins --skill smart-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smart-mode
Source: https://github.com/adiomas/claude-code-adiomas-plugins/tree/main/autonomous-dev/skills/smart-mode
Command: npx skills add https://github.com/adiomas/claude-code-adiomas-plugins --skill smart-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a centralized intelligence for autonomous development tasks by automatically assessing task complexity, selecting between DIRECT and ORCHESTRATED execution modes, enforcing evidence-based verification, and coordinating failure recovery strategies.

Core Features & Use Cases

  • Complexity Scoring: evaluates tasks on a 1-5 scale to determine the appropriate execution strategy.
  • Execution Modes: DIRECT for simple tasks and ORCHESTRATED for multi-phase work with checkpoints.
  • Evidence Gates: mandatory verification for every claim with traceable evidence.
  • Failure Recovery: pivot → research → checkpoint workflow to progress when blocked.
  • Integration: reuses other skills (project-detector, verification-runner, task-decomposer) for end-to-end autonomy.

Quick Start

Activate Smart Mode with the /auto-smart command and provide your task. It will analyze complexity, choose a mode, and start the execution flow, handling checkpoints and recoveries as needed.

Frequently Asked Questions about smart-mode

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

FAQPage Schema
How do I automate complexity assessment for autonomous development tasks?

Automating complexity assessment for autonomous development tasks involves scoring effort on a 1-5 scale to select an execution strategy. This skill evaluates task complexity to choose between DIRECT and ORCHESTRATED workflows, applying automatic scoring to determine the appropriate development mode.

How do I set up checkpoint-based failure recovery for multi-phase code execution?

Checkpoint-based failure recovery for multi-phase code execution uses a pivot, research, and checkpoint workflow to progress when blocked. It coordinates failure recovery strategies by establishing resume-from-checkpoint capabilities, allowing you to save state and continue execution without restarting.

What are evidence gates in autonomous software workflows?

Evidence gates in autonomous software workflows are mandatory verification steps requiring traceable evidence for every claim. They enforce evidence-based verification during task execution, ensuring that autonomous development modes validate progress before proceeding through checkpoints.

When should I use DIRECT versus ORCHESTRATED execution modes for development tasks?

Use DIRECT execution modes for simple tasks and ORCHESTRATED modes for multi-phase work requiring checkpoints. The selection depends on automatic complexity scoring, where higher scores trigger ORCHESTRATED workflows to decompose work into phases and manage failure recovery.

Can I integrate task decomposition and verification tools into autonomous execution?

Yes, you can integrate task decomposition and verification tools into autonomous execution. This skill reuses other skills like project-detector, verification-runner, and task-decomposer to provide end-to-end autonomy, coordinating complexity assessment with evidence gates.

Why does my autonomous task execution fail to resume from the last checkpoint?

Autonomous task execution fails to resume from the last checkpoint when evidence gates are not satisfied or the failure recovery workflow is incomplete. The system requires mandatory verification with traceable evidence before allowing checkpoint-based recovery to proceed.