What problem does it solve? Older installs, adapters, and saved prompts still invoke /simplicio-tasks, which would break after the command was renamed. This Skill preserves backward compatibility by treating every /simplicio-tasks <goal> call as /simplicio-loop <goal> and delegating to the authoritative orchestration protocol. ## Core Features & Use Cases - Legacy command alias: Accepts /simplicio-tasks <goal> and transparently routes it through .claude/skills/simplicio-loop/SKILL.md as the single public entry point. - Deep reference library: Ships detailed references covering 48 extension points, token economy, orchestration and autoscaling, quality/safety/delivery gates, 24/7 standing loops, and web/video evidence. - Source adapters: Documents concrete adapters for Azure DevOps Boards, agentsview session analytics, and LMCache KV-cache acceleration for local model inference. - Use Case: A saved prompt says /simplicio-tasks finish all the open issues; the Skill intercepts it and executes the unified /simplicio-loop contract so the run proceeds without breaking. ## Quick Start Invoke /simplicio-tasks with your goal, for example "/simplicio-tasks finish all the open issues", and let it route the run through the simplicio-loop protocol.