What problem does it solve?
Autopilot removes friction from developer workflows by autonomously exploring requests, making decisions, and driving changes through a full spec→implement→verify→archive pipeline without needing interactive confirmations.
Core Features & Use Cases
- Autonomous Orchestration: Classifies work, loads domain skills, explores the codebase, selects an appropriate pipeline (Full/Verified/Light), and executes the pipeline via delegated agent tools.
- Strong Guardrails: Enforces an identity gate that prevents direct code edits, requires delegation to designated osf-* agent tools for implementation and verification, and prescribes verify-fix loops and stop conditions.
- Use Case: Turn a feature request into a completed, verified change by having Autopilot explore the codebase, create a spec when needed, delegate implementation, manage verification rounds, and archive the change.
Quick Start
Use the autopilot skill to autonomously explore a feature request, select the correct pipeline, and run the end-to-end implementation and verification process.