polling-guard

Community

Enforces correct monitoring loops in Rune.

Authorvinhnxv
Version1.0.0
Installs0

System Documentation

What problem does it solve?

During Rune multi-agent workflows, the LLM orchestrator frequently improvises Bash("sleep N && echo ...") instead of following the waitForCompletion pseudocode that requires calling TaskList on every poll cycle. This anti-pattern provides zero visibility into task progress and can lead to missed completions and unnecessary latency.

Core Features & Use Cases

  • Enforces TaskList-based per-cycle monitoring with derived poll intervals.
  • Provides POLL-001 hook enforcement to prevent sleep+echo anti-patterns.
  • Documents and propagates the canonical 6-step monitoring loop for real-time visibility across active workflows.

Quick Start

Load the polling-guard to ensure the canonical monitoring loop is used during active Rune workflows.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: polling-guard
Download link: https://github.com/vinhnxv/rune-plugin/archive/main.zip#polling-guard

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.