afk-cook

Installation
SKILL.md

AFK runner

afk-cook is a bash for-loop that spawns one fresh claude -p invocation per GitHub issue. Each iteration starts with an empty context. State lives in the git tree, in CLAUDE.md, and in the GitHub issue body. The prompt template inlines TDD discipline so the headless invocation knows to RED, GREEN, REFACTOR, commit.

Why fresh context per slice

A single long Claude session accumulates context across slices, drifts, and eventually loses the plot. afk-cook invokes claude -p once per slice with an empty context every time. The agent reads the spec from the issue, not from memory. This is the whole reason this script is a bash for-loop and not one long-running session.

Installation

The runner is installed into the consumer project by /memo-flow. After running /memo-flow in a project, the wrapper appears at:

<project-root>/.claude/memo-flow/bin/afk-cook

Run ./.claude/memo-flow/bin/afk-cook from the project root.

If that file is missing, re-run /memo-flow and confirm AFK installation when prompted.

Installs
29
GitHub Stars
3
First Seen
May 18, 2026
afk-cook — guillermomurillo/memo-flow