flow-next-ralph-init
FeaturedScaffold the repo-local Ralph autonomous harness and project hooks. Use when asked to set up Ralph.
Install
Quality Score: 95/100
Skill Content
Details
- Author
- gmickel
- Repository
- gmickel/flow-next
- Created
- 8 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
setup-ralph-loop
Infrastructure skill for setting up Ralph loop scripts for Claude-driven AFK execution. Use when a repo wants a HITL-to-AFK runner around /execute with bounded iterations, GitHub-native durable state, and explicit feedback loops. Not a normal feature-delivery stage; it prepares the repo for safer autonomous execution.
init-sdd-ralph
Bootstrap a repo for the Spec-Driven-Development + Ralph autonomous-loop workflow: creates PRD.md/AGENTS.md/CLAUDE.md/README.md, specs/ roadmap structure, and scripts/ralph/ (ralph.sh + iteration prompt). Use when starting a new project that will be built epic-by-epic with the Ralph agent loop, or retrofitting this workflow onto an existing repo. Triggers on: init sdd ralph, set up ralph workflow, bootstrap ralph loop, scaffold spec-driven-development.
ralph-loop
Use to start, inspect, or stop a Ralph loop: an autonomous self-referential loop where a stop hook re-feeds the same prompt every turn until a completion promise is emitted or a safety rail fires (ralph-loop start, ralph-loop status, ralph-loop cancel). Works for any repeating multi-step job via presets, including full work-item delivery through implement, review, validate, and merge request. Do NOT use to seed or configure a loop (ralph-loop-setup), implement a single task once (implement), review a diff (code-review), or sign off a work item (validate) — the loop orchestrates those skills.