# Slate Ar Status

> Read-only status shortcut for Slate v2 Autoresearch. Shows current session state, dashboard URL, next recommended action, blockers, and latest metric evidence without running packets or editing files.

- Skill: `lofcz/slate-ar-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lofcz/slate-ar-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lofcz/slate-ar-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lofcz (https://skillmd.com/u/lofcz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lofcz/slate-ar-status

---


# Slate AR Status

Handle $ARGUMENTS by loading `slate-ar` and running its read-only status mode.

Use this when the user asks where the Slate v2 Autoresearch loop stands.

Contract:

- Read `.tmp/slate-v2/autoresearch.*` state when present.
- Run read-only Codex Autoresearch commands such as `state`,
  `onboarding-packet`, `recommend-next`, and dashboard liveness with
  `--cwd .tmp/slate-v2`.
- Start or restart Codex Autoresearch `serve` only to provide a live dashboard
  URL.
- Report latest, best, baseline, kept/discarded/checks-failed/crashed packet
  counts when available.
- Do not run `next`, `log`, setup, benchmark packets, finalization, branch,
  commit, push, or cleanup.

This skill is a read-only operator view, not a loop runner.

