HigorAlves/orc

The senior-developer workflow, encoded as a Claude Code plugin

6Stars on the repository
64Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

address

01

HigorAlves/orc

Command

Answer reviewer comments on YOUR open PR — categorize unresolved threads, push fixes, and post replies. Workspace-aware across linked PRs.

6 5d ago A 26 tokens original MIT

adr

02

HigorAlves/orc

Command

Author an Architecture Decision Record (ADR) — produce a numbered docs/adr/NNNN-.md following the orc:adr-writing template. Also handles supersession and status transitions on existing ADRs.

6 5d ago A 42 tokens original MIT

ci

03

HigorAlves/orc

Command

Diagnose and fix a red CI run — dispatches orc-ci-investigator, then routes on its verdict: auto-fix via orc-code-fixer, flake re-run, infra escalation, or /orc:debug hand-off. Use when CI is red, PR checks fail, or after a push with --watch.

6 5d ago A 67 tokens original MIT

cleanup

04

HigorAlves/orc

Command

Clean up after completed or abandoned orc sessions — removes workspace state, registry entry, git worktree, and optionally the merged branch. Destructive; always previews and asks first. Workspace-aware.

6 5d ago C 39 tokens original MIT

code-review

05

HigorAlves/orc

Command

Review someone else's open GitHub PR — posts a real review with line-anchored inline comments; verdict computed mechanically; mandatory preview gate. Workspace-aware. For your OWN working diff, prefer the bundled /code-review instead.

6 5d ago A 45 tokens original MIT

debug

06

HigorAlves/orc

Command

Systematic root-cause investigation, then fix with TDD — never proposes a fix before finding the cause; resumable diagnosis + regression test in .orc/ state. Workspace-aware. For a quick one-off look without session state, prefer the bundled /debug.

6 5d ago A 53 tokens original MIT

deps

07

HigorAlves/orc

Command

Audit, survey, and upgrade project dependencies — one-bump-per-commit loop, majors escalated, never auto-applied. Verbs: audit (default) | outdated | upgrade.

6 5d ago A 38 tokens original MIT

env

08

HigorAlves/orc

Command

Provision a fast containerized dev environment for the current repo or workspace; stays up for reuse across QA runs. Verbs: up (default) | status | down.

6 5d ago A 34 tokens original MIT

evidence

09

HigorAlves/orc

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.

6 5d ago A 47 tokens original MIT

fan-out

10

HigorAlves/orc

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.

6 5d ago A 39 tokens original MIT

flow

11

HigorAlves/orc

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.

6 5d ago A 53 tokens original MIT

incident

12

HigorAlves/orc

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.

6 5d ago A 54 tokens original MIT

jira-breakdown

13

HigorAlves/orc

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.

6 5d ago A 48 tokens original MIT

jira

14

HigorAlves/orc

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.

6 5d ago A 54 tokens original MIT

plan

15

HigorAlves/orc

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.

6 5d ago A 42 tokens original MIT

postmortem

16

HigorAlves/orc

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.

6 5d ago A 40 tokens original MIT

prd

17

HigorAlves/orc

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.

6 5d ago A 43 tokens original MIT

qa

18

HigorAlves/orc

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.

6 5d ago A 53 tokens original MIT

release

19

HigorAlves/orc

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.

6 5d ago A 38 tokens original MIT

resume

20

HigorAlves/orc

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.

6 5d ago A 36 tokens original MIT

rfc

21

HigorAlves/orc

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).

6 5d ago A 42 tokens original MIT

scaffold

22

HigorAlves/orc

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.

6 5d ago A 40 tokens original MIT

setup

23

HigorAlves/orc

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.

6 5d ago A 50 tokens original MIT

ship

24

HigorAlves/orc

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.

6 5d ago A 47 tokens original MIT