drive-tick

Installation
SKILL.md

/drive-tick — Single Drive Iteration

Goal

Execute one stateless pass of the drive loop: read full state (log, git, adapter-specific), decide one wide action, apply it, log the outcome, then end the loop (terminal state or budget exhaust) or schedule the next tick per the recorded scheduler (/loop in loop mode, chunked-sleep + self-invoke in inline-fallback mode — see ../drive/references/fallback-inline.md).

Same shape whether invoked by /loop's cron or by the user manually for debug.

Input

$ARGUMENTS = --run-id <id> --mode <manifest|babysit> --platform <none|github> --sink <local> --log <path> --max-ticks <N> [--manifest <path>] [--pr <number>]

All args are flag-based (no positional ordering) to avoid brittleness when optional args are absent:

Installs
2
GitHub Stars
14
First Seen
May 3, 2026
drive-tick — doodledood/claude-code-plugins