Use when the user asks to start, run, or resume ralph-gsd (the autonomous milestone execution loop). Invokes the monitor skill then launches ralph-gsd in the background.
From george-setupnpx claudepluginhub george11642/george-plugins --plugin george-setupThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Starts the autonomous ralph-gsd milestone execution loop and sets up the 2-hour background monitor.
Before launching ralph-gsd, invoke the monitor skill to set up the 2-hour watchdog:
Skill("ralph-gsd-monitor")
This sets up a CronCreate job — no further action needed.
Spawn an agent to start ralph-gsd in the background:
cd /home/george/projects/active/businessagent && nohup bash /home/george/.claude/scripts/ralph-gsd.sh \
--project-dir /home/george/projects/active/businessagent \
--skip-discuss \
--max-parallel 4 \
>> .planning/ralph-gsd.log 2>&1 &
Use --resume flag if the user asks to resume after a stop.
Return the PID and confirm both the ralph-gsd process and the monitor cron are active.
.planning/ralph-gsd.log--resume to skip already-verified phases