Loading...
Loading...
Use when performing ralph wiggum style long-running development loops with pacing control.
npx skill4agent add zenobi-us/dotfiles ralph-loopralph_startralph_start({
name: "loop-name",
taskContent: "# Task\n\n## Goals\n- Goal 1\n\n## Checklist\n- [ ] Item 1\n- [ ] Item 2",
maxIterations: 50, // Default: 50
itemsPerIteration: 3, // Optional: suggest N items per turn
reflectEvery: 10, // Optional: reflect every N iterations
useSubagents: true, // Optional: delegate each task to subagent
subagentAgent: "default" // Optional: subagent name (default: 'default')
}).ralph/<name>.mdralph_done<promise>COMPLETE</promise>/ralph start <name|path>/ralph resume <name>/ralph stop/ralph-stop/ralph status/ralph list --archived/ralph archive <name>/ralph clean [--all]/ralph cancel <name>/ralph nuke [--yes]/ralph-stop# Task Title
Brief description.
## Goals
- Goal 1
- Goal 2
## Checklist
- [ ] Item 1
- [ ] Item 2
- [x] Completed item
## Notes
(Update with progress, decisions, blockers)/ralph start my-tasks --use-subagents --subagent-agent default- [ ] Task- [x] Task