dev-afk
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
AFK Mode (experimental)
Loop a feature's pending phases without supervision. Each iteration calls
/dev-resume to load context from disk, implements the next phase,
/dev-checkpoints, then /dev-judges the diff. The loop continues until the
feature is complete, the judge escalates, or the iteration cap is hit.
Scale guidance
Best for 1–3 phase features. Ralph-loop runs in the current Claude Code session, so context accumulates across iterations. For 5+ phase features, auto-compaction may degrade fidelity exactly when the agent needs to read its own checkpoints accurately. If you have a long feature, split it or run phases manually.