Run (or resume) a double-SHIP'd implementation plan slice-by-slice via codex-paired autopilot
How this command is triggered — by the user, by Claude, or both
Slash command
/codex-paired-superpowers:autopilot [plan-path] (omit to resume the in-progress run)The summary Claude sees in its command listing — used to decide when to auto-load this command
# /autopilot Run the `codex-paired-superpowers:autopilot` skill against a plan — or, with no argument, **resume the in-progress run**. Autopilot is *self-continuing*: all progress lives in the sidecar, so re-running `/autopilot` picks up exactly where the last session left off. There is no separate loop command to wrap it in. ## Usage ## How resume works (read this for session handoff) - **With a plan path:** start that plan, or resume it if its sidecar already has autopilot progress. - **With no argument:** the spec/plan isn't known yet, so locate the in-progress run by scanning si...
Run the codex-paired-superpowers:autopilot skill against a plan — or, with no argument, resume the
in-progress run. Autopilot is self-continuing: all progress lives in the sidecar, so re-running
/autopilot picks up exactly where the last session left off. There is no separate loop command to
wrap it in.
/autopilot # resume the in-progress autopilot run (handoff-friendly)
/autopilot docs/plans/<plan>.md # start (or resume) a specific plan
.superpowers-codex-paired/ (they are <spec-path>.json).app_state.active_plan set
(app-state-get --specPath <that-spec>); a single-plan run has an autopilot block with
current_phase ≠ all_done. Treat either as "in progress" unless it carries a terminal
halt_reason (those need the user to act first — surface the resume hint).active_plan, or the plan the
sidecar's spec frontmatter points to). If several, list them and ask which. If none, say so and
point the user at /autopilot <plan-path>.Because state is in the sidecar, handing off to a brand-new session just means running /autopilot
again — no need to remember the plan path or re-supply any flags.
docs/plans/...).**Spec:** <spec-path> pointing at a sibling spec.<spec-path>.codex.json) with a codex_session threadId — i.e. it was
brainstormed via codex-paired-superpowers:brainstorming and plan-reviewed via
codex-paired-superpowers:writing-plans.Invoke codex-paired-superpowers:execution with driver: autopilot and the plan path (or the
resolved in-progress plan). The execution skill forwards to the same autopilot flow — resume
discovery, sidecar state, halt-envelope behavior, and self-continuation are unchanged. That flow
drives each slice through its four phases (plan-slice + test-list review, implement, review-slice,
docs-update) with full Claude↔Codex review, persisting state to the sidecar after every step. It runs
slices until one of:
halt_reason and a resume hint;/autopilot again to continue.For fully unattended repetition on a timer you can still drive it with the built-in /loop skill
(e.g. /loop /autopilot), but that is optional — the default model is one self-resuming command.
Plan: $ARGUMENTS
npx claudepluginhub mkritter3/codex-paired-superpowers --plugin codex-paired-superpowers/autopilotRuns autonomous security hunting on a target — scope check, recon, surface ranking, exploit testing, validation, and report drafting with configurable checkpoint modes.
/autopilotRuns autonomous autopilot mode: iterates team-exec -> team-verify -> team-fix loops until acceptance criteria pass or blocked, producing loop tables, status, and checkpoints.
/autopilotRuns an autonomous platform improvement cycle: recon, triage, fix, report. Default mode performs recon and triage; --fix enables automated fixes with human-gated deploys.
/autopilotOperates a gated autopilot for AI-driven workflows: start runs, view inbox of pending human signatures, approve or reject cases, and inspect run traces. Also supports list and status subcommands.
/autopilotRuns autonomous session orchestration loops with configurable kill-switches for safe execution. Supports headless mode, session and hour limits, confidence threshold, and dry-run.
/autopilotExecutes autonomous phase loop: chains planning, execution, verification, review of code changes; pauses at human decisions; offers PR after final review.