HigorAlves

64 mods across 1 repository, 6 stars between them.

evidence

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

33

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

34

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

35

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

36

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

37

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

38

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

39

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

40

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

stack-pr

41

HigorAlves/orc

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.

6 5d ago A 46 tokens original MIT

start

42

HigorAlves/orc

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.

6 5d ago A 43 tokens original MIT

status

43

HigorAlves/orc

Command

Show all active and recently-completed orc workspaces from .orc/orc.json. Read-only — never modifies state. Workspace-aware.

6 5d ago A 28 tokens original MIT

trd

44

HigorAlves/orc

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.

6 5d ago A 41 tokens original MIT

triage

45

HigorAlves/orc

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.

6 5d ago A 46 tokens original MIT

wayfinder

46

HigorAlves/orc

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.

6 5d ago A 63 tokens original MIT

SessionStart

47

HigorAlves/orc

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.

6 5d ago A tokens not measured original MIT

WorktreeCreate

48

HigorAlves/orc

Hook

Runs when a git worktree is created, executing worktree-create.sh. From HigorAlves/orc.

6 5d ago A tokens not measured copy · 59% MIT