What problem does it solve?
When iterating on Slate v2 autoresearch work, developers must constantly decide which specialized workflow (status, gate, patch, perf, quality, finalize) to run next. This Skill removes that decision burden by inspecting the current state and automatically choosing and executing one safe next step.
Core Features & Use Cases
- Automatic owner selection: Reads current status, identifies the strongest blocker or opportunity, and routes to exactly one appropriate owner such as slate-patch, slate-ar-gate, slate-ar-perf, or slate-ar-quality.
- Single safe step execution: Runs only one meaningful step per invocation, then reports the metric or check result plus the next recommended owner.
- Escalation routing: Detects when work is too broad for one step and hands off to slate-ar-perfect, slate-ar-fast, or slate-ar-stabilize for durable loops.
- Use Case: A developer working on Slate v2 editor improvements runs the command each morning; the Skill checks status, finds a known correctness failure, runs one slate-patch step, and reports the result with the next recommended action.
Quick Start
Ask the assistant to run slate-ar-next to inspect the current Slate v2 autoresearch state and perform the single most useful next step.