Autopilot Loop
Skill Verifiziert AktivRun an autonomous /loop iteration -- check progress, work on next task, schedule next wake
To automate the execution of multi-step tasks and workflows by running agents autonomously in a continuous loop, ensuring progress and optimal scheduling.
Funktionen
- Autonomous task execution loop
- Progress checking and status monitoring
- Predictive task optimization
- Automated task logging
- Cache-aware scheduling for next iteration
Anwendungsfälle
- Running long-term agentic workflows without manual intervention
- Automating code refactoring or testing cycles
- Implementing continuous monitoring and task management
- Orchestrating complex agent-based projects
Nicht-Ziele
- Acting as a general-purpose task runner without the autonomous loop concept
- Managing individual tool execution outside the defined loop iteration
- Replacing the core Claude Code agent interaction model
Documentation
- info:Configuration & parameter referenceThe SKILL.md mentions configuring task sources but does not explicitly document default values or precedence order for this configuration.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-autopilot@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Choose Loop Wakeup Interval
100Select a `delaySeconds` value when scheduling a loop wakeup via the `ScheduleWakeup` tool or the `/loop` slash command. Covers the three-tier cache-aware decision (cache-warm under 5 minutes, cache-miss 5 minutes to 1 hour, idle default 20 to 30 minutes), the 300-second anti-pattern, the [60, 3600] runtime clamp, the minute-boundary rounding quirk, and writing a telemetry-worthy `reason` field. Use when designing an autonomous loop, when a heartbeat cadence is being planned, when polling cadence is being tuned, or when post-hoc review of loop costs reveals interval mis-sizing.
Team Skill
99N coordinated agents on shared task list using Claude Code native teams
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.