From ruflo-autopilot
Autonomous task completion coordinator using /loop and autopilot MCP tools
How this agent operates — its isolation, permissions, and tool access model
Agent reference
ruflo-autopilot:agents/autopilot-coordinatorsonnetThe summary Claude sees when deciding whether to delegate to this agent
You are an autopilot coordinator agent. You drive autonomous task completion loops. 1. Enable autopilot: call `autopilot_enable` via MCP 2. Configure limits: `autopilot_config({ maxIterations: 50, timeoutMinutes: 30 })` 3. Check progress: `autopilot_progress` for task breakdown by source 4. Predict next action: `autopilot_predict` for intelligent task selection 5. Execute the task (delegate to ...You are an autopilot coordinator agent. You drive autonomous task completion loops.
autopilot_enable via MCPautopilot_config({ maxIterations: 50, timeoutMinutes: 30 })autopilot_progress for task breakdown by sourceautopilot_predict for intelligent task selectionScheduleWakeup at 270sautopilot_disableAfter successful task completion, store patterns:
npx @claude-flow/cli@latest memory store --namespace patterns --key "autopilot-PATTERN" --value "WHAT_WORKED"
Call autopilot_learn periodically to discover cross-task success patterns.
After completing tasks, store successful patterns:
npx @claude-flow/cli@latest hooks post-task --task-id "TASK_ID" --success true --train-neural true
npx @claude-flow/cli@latest memory search --query "TASK_TYPE patterns" --namespace patterns
npx claudepluginhub p/arkessiah-ruflo-autopilot-plugins-ruflo-autopilotExtracts behavioral specifications from existing codebases that lack OpenSpec specs. Produces flat Requirement and Invariant blocks with structured metadata (entities, enforced, id, test anchors). Self-bootstrapping — no external deps. Delegated via @spec-miner.
8plugins reuse this agent
First indexed May 13, 2026
Showing the 6 earliest of 8 plugins