autopilot
SolidUse this skill when running an autonomous session-orchestration loop. Chains session-start → session-plan → wave-executor → session-end for N iterations with all 10 kill-switches (SPIRAL, FAILED wave, carryover > 50%, max-hours, max-sessions, resource-overload, token-budget, stall-timeout, sub-threshold confidence, user-abort). Reads Mode-Selector output (Phase B) to decide auto-execute vs. fallback. Writes one autopilot.jsonl record per loop run. Phase C scaffold (issue #277); implementation lives in scripts/lib/autopilot.mjs (Phase C-1 follow-up).
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Kanevry
- Repository
- Kanevry/session-orchestrator
- Created
- 5 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
autopilot
Use to run autonomous work on ANY project until a goal is actually met — «працю�� автономно», «продовжуй», /loop, a Ralph-style loop, an unattended campaign, or setting a repo up so an agent can drive it. Code, documents, data, research, infrastructure, ops: it discovers what «done» means here, arms itself with the skills AND the reach the work needs (public skills, MCP servers, plugins, connectors — writing the MCP server when none exists), and iterates as a real process that stops on a STOP file, a budget or thrash. Steerable mid-flight, carryable by launchd/cron/CI so it outlives the session, and on a full context it checkpoints into its ledger and compacts instead of stopping. Every check is run by something that is not writing the summary; every criterion is verified by someone that is not you; every win, failure and decision is recorded, and repeated wins become new skills.
autopilot
Run autonomous multi-stage execution loops until acceptance criteria pass or blockers are reached.
autopilot
Use to drain a bounded cluster of independent ready tickets, each run end-to-end by ticket-runner in its own worktree, reconciled into one integration PR a human merges.