What problem does it solve?
This skill provides a structured framework for developers to create custom backends for the auto loop engine, ensuring that new workflows integrate seamlessly with the engine's fixed operational requirements.
Core Features & Use Cases
- Standardized Interface: Implements the six required operations (plan, deepen, review_plan, next_plan_step, do_step, review) to drive the engine's plan and work loops.
- Severity Mapping: Provides a clear mechanism to translate native workflow vocabulary into the engine's shared blocker/major/minor severity scale.
- Use Case: Use this skill when you need to adapt a new toolchain or custom workflow logic to the auto engine, ensuring your backend satisfies the contract for state machine execution.
Quick Start
Follow the auto-backend guide to implement the six required operations and define your severity mapping table for a new workflow.