Semantic readiness evaluation of intermediate and canonical final plans. Output — JSON conforming to readiness.schema.json.
Execute an existing agent-quorum implementation plan with a lightweight deviation journal. Use when the operator asks to run /execute, execute a saved plan file, implement an approved plan path, or follow a plan while recording only deviations, blockers, and verification issues.
Compose problem-first XML prompts and agent-quorum self-planning run profiles from requests, issues, requirements, or saved plans, then launch only after operator confirmation.
Turn an unformalized agent-quorum task, problem, or idea into a formal, operator-approved requirements document before solution-handoff, prompt composition, and confirmed self-planning.
Deliver agent-quorum changes through the repository's git, verification, and release boundaries. Use when the operator asks to run /ship, ship dirty changes, prepare or execute a commit and push, or release/publish agent-quorum to npm.
Convert a completed agent-quorum investigation or approved requirements document into clustered, problem-describing handoff prompts without prescribing the implementation solution.
Switch the session's execution context between the primary checkout (root) and a session worktree - resolve the target, surface done and active-edit state, enter it, and verify the handoff. Use when the operator asks to run /switch, to enter or work in a specific worktree, to return to the root repo or primary checkout, or asks where the session is currently working.
Rebase a session worktree branch onto the latest origin/main, resolve conflicts with a source-of-truth bias, force-push with lease, and actualize the linked PR. Use when the operator asks to run /sync-main, rebase or update a branch/worktree onto main, resolve rebase conflicts, force-push a rebased branch, or refresh the linked PR after a rebase.