evidence
25Command
Collect browser evidence scoped to a ticket (or shared context) and deliver it — evidence packet, then upload to the ticket or keep local (always asks). For proving a ticket's behavior without a code diff/PR. Workspace-aware.
Command
Collect browser evidence scoped to a ticket (or shared context) and deliver it — evidence packet, then upload to the ticket or keep local (always asks). For proving a ticket's behavior without a code diff/PR. Workspace-aware.
Command
Parallel-dispatch N independent tasks that share no state — investigations, multi-PR review, multi-repo or bulk-doc work. Standalone parallelism primitive with no surrounding lifecycle. Workspace-aware.
Command
End-to-end feature/bug/refactor pipeline (plan → start → implement → QA → ship → address → cleanup) with an interactive gate at every phase. Resumable via /orc:resume. --jira links a ticket. Workspace-aware.
Command
Live incident response — intake a Sentry issue, stack trace, or symptom; gate mitigate-first vs root-cause-first; keep a UTC timeline. Use when production is broken RIGHT NOW; for the after-action write-up alone, use /orc:postmortem.
Command
Turn a feature brief, PRD, or existing Epic into a full Jira hierarchy behind a preview gate. Use when building out a Jira epic/backlog, breaking a feature into Jira tickets, or enforcing the Epic→Story→Task structure.
Command
Manage Jira tickets via acli, and bind/unbind a ticket key to the current orc session — persists jiraTicket in .orc/orc.json + checkpoint.md so /orc:status, /orc:resume, and /orc:ship all see the link.
Command
Plan a feature or refactor — produces a TDD-shaped plan, optionally design-grilled, and decomposes it into independently shippable issues. --jira links a ticket. Workspace-aware.
Command
Author a blameless incident postmortem — timeline, root causes, action items — filing each P0 action item as a tracker issue. Status reaches Final only when all P0 items close.
Command
Author a Product Requirements Document (PRD) — produce a numbered docs/prds/NNNN-.md following the orc:prd-writing template. Optionally interview-driven and optionally seeded from a Jira ticket.
Command
Pre-PR quality gate — browser-driven QA for web changes with a mandatory evidence packet against a provisioned environment. No QA-passed claim without artifacts. Workspace-aware. For a quick behavioral check without the evidence packet, prefer the bundled /verify or /run.
Command
Cut a semver release for the current repo — bump computed from conventional commits, evidence preview, tag + GitHub release. Use when releasing a version, tagging, or publishing release notes.
Command
Resume an interrupted multi-phase orc command from its last checkpoint. Reads .orc/orc.json for active sessions, picks one, jumps to the next pending phase. Workspace-aware.
Command
Author a system-design RFC — proposes a non-trivial change BEFORE implementation, surfaces alternatives, and invites critique. Differs from /orc:plan (design settled) and /orc:adr (decision recorded).
Command
Bootstrap a new package, service, or app — scaffold with proper README, Diátaxis-shaped docs, an initial test, and a first commit. No business code, just the well-shaped shell.
Command
Run-once repo interview that writes the tracker layer (docs/agents/issue-tracker.md, triage-labels.md, domain.md) with recommended answers. Use when configuring a repo for orc's tracker-aware surfaces or when switching trackers.
Command
Finalize and open the PR — verifies tests, presents commit/branch/PR options, executes the chosen path, with a soft LOC size-budget gate. Last command before review; adds a Jira Resolves trailer when bound. Workspace-aware.
Command
Break a too-big branch into a stack of smaller chained PRs — commit-based by default (one PR per Conventional Commit), or --smart for messy branches. Detects gh-stack, falls back to plain gh. Workspace-aware.
Command
Start a feature — set up an isolated worktree, draft the plan, and write the first failing test before any production code. --jira links a ticket and informs the branch name. Workspace-aware.
Command
Show all active and recently-completed orc workspaces from .orc/orc.json. Read-only — never modifies state. Workspace-aware.
Command
Author a Technical Requirements Document (TRD) — produce a numbered docs/trds/NNNN-.md following the orc:trd-writing template. Optionally seeded from a prior PRD.
Command
Move tracker issues and external PRs through the triage state machine into agent-ready briefs. Use when triaging incoming issues, an external PR, or the backlog. Reads the tracker + label config written by /orc:setup.
Command
Plan a chunk of work too big for one session as a shared map of decision tickets on the configured tracker; each session resolves exactly one decision. Use when an effort spans many sessions and the route isn't visible yet; /orc:plan covers single-session planning, orc:to-issues slices a settled plan.
Hook
Runs when a session starts on startup, resume, clear, compact and startup, executing session-start-using-orc.sh and session-start-tool-check.sh (2 commands). From HigorAlves/orc.
Hook
Runs when a git worktree is created, executing worktree-create.sh. From HigorAlves/orc.