ralph-gsd-monitor

Monitor ralph-gsd executions every 2 hours and restart stopped processes.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/george11642/george-plugins --skill ralph-gsd-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-gsd-monitor
Source: https://github.com/george11642/george-plugins/tree/main/plugins/george-setup/skills/ralph-gsd-monitor
Command: npx skills add https://github.com/george11642/george-plugins --skill ralph-gsd-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the autonomous supervision of ralph-gsd executions by watching progress, restarting when needed, and resolving deferred items every 2 hours.

Core Features & Use Cases

  • 2-hour background monitoring of ralph-gsd sessions with zero human involvement
  • Automatic restart when processes are stopped or phases are incomplete
  • Deferred item triage and resolution using browser MCP, Supabase MCP, and code agents
  • Scheduling via CronCreate and reporting the monitoring activity

Quick Start

Invoke Skill("ralph-gsd-monitor") at the start of a ralph-gsd session to set up and run the autonomous monitor.

Frequently Asked Questions about ralph-gsd-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate monitoring and recovery for long-running autonomous agent sessions?

You can automate monitoring for long-running sessions by scheduling a background watcher via CronCreate that tracks progress, restarts stalled processes, and resolves deferred items autonomously every 2 hours.

How does autonomous deferred item resolution work with Supabase MCP and browser MCP?

Autonomous deferred item resolution works by leveraging browser MCP, Supabase MCP, and code agents to automatically triage and resolve items logged in DEFERRED.md during the 2-hour monitoring cycle.

Can I use cron scheduling to automatically restart stopped agent execution phases?

Yes, you can use CronCreate to schedule a monitor that automatically detects when execution phases are incomplete or processes are stopped, triggering an autonomous restart without human involvement.

What's the best way to supervise businessagent project workflows across multiple phases hands-off?

The best way to supervise multi-phase businessagent workflows hands-off is launching a ralph-gsd loop with a startup script and letting a scheduled monitor autonomously watch progress and recover failures.

Do I need a startup script to run the ralph-gsd monitor for autonomous recovery?

Yes, you need a provided startup script to launch the ralph-gsd loop, which the scheduled monitor then supervises to ensure hands-off reliability and autonomous recovery across phases.

Why does my ralph-gsd execution stop or leave deferred items unresolved during long sessions?

Long-running sessions often stop or leave deferred items unresolved due to phase failures or process interruptions, requiring an autonomous monitor to restart processes and triage DEFERRED.md items.