catgo-campaign-loop

Delegate CatGo polling tasks to subagents and resume campaigns from disk.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-campaign-loop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: catgo-campaign-loop
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/server/catgo/workflow/skills/catgo-campaign-loop
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-campaign-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables reliable driving and resumption of CatGo md-orchestration poll loops by delegating work to subagents, preserving context, and enabling on-disk resumes.

Core Features & Use Cases

  • Delegate polling to subagents to keep the main context lean and scalable.
  • Force-convergence verification and per-species auto-advancement to progress campaigns automatically when ready.
  • Resume campaigns from disk after context compaction/new session to recover state across sessions; pairs with catgo-campaign for end-to-end workflow.

Quick Start

Invoke the catgo-campaign-loop skill on a project directory to start or resume the campaign loop with delegated polling.

Frequently Asked Questions about catgo-campaign-loop

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

FAQPage Schema
How do I automate polling for long-running campaign workflows without losing context?▼

Automate polling for long-running campaign workflows by delegating polling tasks to subagents, which keeps the main context lean and scalable while preserving orchestration state.

Can I resume a campaign workflow after a session restart or context compaction?▼

Resume campaigns from disk after context compaction or a new session to recover state across sessions, enabling on-disk recovery for continuous workflow progression.

How does convergence verification work for automated campaign progression?▼

Convergence verification and per-species auto-advancement progress campaigns automatically when ready, applying force-convergence checks to ensure each stage completes before advancing.

What is the best way to add manual intervention guardrails to an automated campaign loop?▼

Add manual intervention guardrails to an automated campaign loop by applying safe guardrails during polling orchestration, ensuring diagnostic state logging and controlled delegation to subagents.

Does campaign orchestration support per-species progression for complex workflows?▼

Campaign orchestration supports per-species progression for complex workflows, automatically advancing each species independently once convergence verification confirms readiness.

Why use subagent delegation for workflow orchestration polling loops?▼

Use subagent delegation for workflow orchestration polling loops to maintain a lean main context, enable scalable task execution, and preserve clear state logging for diagnostics across long-running campaigns.