autopilot
Installation
SKILL.md
Autopilot - Unified Autonomous Workflow
Execute a complete workflow from initial request to validated code. This skill replaces and extends the previous ultrawork skill.
Invocation
/autopilot "Add user authentication with JWT"
/autopilot --fast "Fix all TypeScript errors" # Fast mode (ulw alias)
/autopilot --swarm 5 "Implement all API endpoints" # Parallel execution
/autopilot --ui "Build dashboard page" # With UI verification
Aliases
ulw- Alias for/autopilot --fastultrawork- Alias for/autopilot --fast