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.