What problem does it solve? Converting a multi-agent AutoRL pipeline into skill-based workflows is error-prone: tasks arrive vague, context gets bloated, and custom executors duplicate what coding agents already do. This Skill structures AutoRL work into bounded, evidence-backed stages so an external executor (Codex or Claude Code) can implement RL environment integrations and runtime artifacts without recreating an executor inside the workflow. ## Core Features & Use Cases - Task classification and task cards: Classifies requests as plan-only, implement, migrate, or debug, then builds a task card capturing intent, known facts vs assumptions, runtime contracts, evidence requirements, execution boundaries, and validation criteria. - Stage contracts instead of agent personas: Routes work through dedicated sub-skills for RL task clarification, evidence retrieval, environment integration, framework implementation, and independent environment verification emitting verification_report.json. - Bounded context handoffs: Gives the executor only the task card, evidence references, artifact contracts, and acceptance tests while keeping audit context outside the prompt. - Use Case: When migrating an existing multi-agent AutoRL codebase, use this Skill to map agent nodes to skills, prepare executor briefs, and validate produced artifacts against the task card before reporting success. ## Quick Start Ask the agent to use the autorl skill to turn your RL environment adaptation request into a task card with an executor brief and validation checklist.