/autopilot Full delivery pipeline. From issue to merged PR in one command, or invoke sub-capabilities directly. Routing | Intent | Sub-capability | |--------|---------------| | Spec, plan, design a feature — "shape this", "write a spec" | | | Implement, code, TDD — "build this", "implement" | | | Create/update a PR — "open PR", "create PR" | Standalone skill | | Unblock, polish, simplify PR — "fix PR", "CI red", "simplify" | Standalone skill | | Verify acceptance criteria — "verify ACs" | | | Lint, typecheck, test gates — "check quality" | | | TDD enforcement, coverage — "test coverage" | | |…