Opentabs ralph

Plan work and generate ralph task files for autonomous execution. Use when the user wants to plan tasks, create a prd, run ralph, or fix a batch of issues. Triggers on: ralph, create tasks, plan this, run ralph, prd.

install
source · Clone the upstream repo
git clone https://github.com/opentabs-dev/opentabs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/opentabs-dev/opentabs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/ralph" ~/.claude/skills/opentabs-dev-opentabs-ralph-09654b && rm -rf "$T"
manifest: .claude/skills/ralph/SKILL.md
source content

IMPORTANT: This file is a stub. The actual skill content is maintained in

__SKILL__.md
in this same directory.

Before proceeding, you MUST read the file

.claude/skills/ralph/__SKILL__.md
for the latest skill instructions. The content is kept separate so that updates to the skill are always picked up fresh, even if this stub was cached at the start of a session.