Spawn N concurrent /ai-sdlc execute sessions in tmux panes (max 5). Reads the dispatch-ready frontier, presents top N candidates, asks operator to confirm, then fires one tmux window per task. Coordination via .ai-sdlc/dispatch/sessions/. Resource-gated: refuses if available memory = ncpu. AISDLC-462.
Execute a backlog task OR GitHub issue end-to-end — worktree → developer subagent → 3 parallel reviewer subagents → PR. Runs inline in the main Claude Code session so the Agent tool is available without a subagent middleman.
Import a spec-kit feature into the backlog. Reads tasks.md and writes one backlog task per upstream entry with specRef: back-references (RFC-0036 Phase 4 / AISDLC-329).
/ai-sdlc rebase — auto-rebase a PR onto latest main, resolve mechanical conflicts, force-push with --force-with-lease, re-sign attestation if contentHash changed.
/ai-sdlc resolve-conflicts — manually invoke the ci-conflict-resolver agent against a single PR. Phase 1 surface (AISDLC-460) for the same agent the ci-failure-watcher dispatches automatically. Use when CI failed on a stale base and you'd like the rebase + re-arm to happen now rather than waiting for the next watcher…
Apply a rigorous decision rubric when asking the user for a non-trivial design, architectural, or policy choice via AskUserQuestion. Replaces shallow "do you agree with the author's recommendation?" prompts with a full problem statement → industry research → 3-4 options with tradeoffs → recommendation +…