orch
01Plugin Claude Code
Plugin marketplace listing 2 plugins: orch-claude, orch.
Plugin Claude Code
Plugin marketplace listing 2 plugins: orch-claude, orch.
Instructions file CodexOpenCode
Instructions for kninetimmy/orch, covering orch, session continuity and build / test / run.
Instructions file
Instructions for kninetimmy/orch, covering orch, session continuity and build / test / run.
Plugin Claude Code
Claude Code host adapter for the Orch development orchestrator. Thin adapter: all policy lives in the orch binary.
Agent
Spawned by the Architect during Delivery to execute one dispatched issue — implementing the change, running its verifications, and committing/pushing to the issue's branch inside its assigned worktree.
Agent
Spawned by the Architect in place of orch-reviewer when DispatchResult.reviewer names the section 10 safe-downgrade profile — reviews the PR against its issue's acceptance criteria and produces one consolidated verdict for orch run review, the same job orch-reviewer does.
Agent
Spawned by the Architect fresh after a dispatched issue's PR stops changing — reviews the PR against its issue's acceptance criteria and produces one consolidated verdict for orch run review.
Agent
Spawned by the Architect for read-only investigation before a plan is built, or when an escalation reroutes an issue to the scout role — locating code, gathering evidence, and answering "where/what/how" questions without changing anything.
Agent
Spawned by the Architect during Delivery for an issue routed (or escalated) to the specialist role — the same execution job as orch-implementer, on a stronger model, for issues too risky, ambiguous, or difficult for the standard executor.
Command
Show this repository's machine-local Orch overrides and, if desired, run the interactive interview to change them.
Command
Show this repository's committed Orch configuration and, if desired, run the interactive interview to change it.
Command
Detect this repository's Orch readiness and, if not yet initialized, run the interactive bootstrap interview.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, running orch guard claude. From kninetimmy/orch.
Hook
Runs when a session starts on startup, resume, clear and compact, running orch hook claude session-start. From kninetimmy/orch.
Skill Claude CodeCodex
Standing posture for operating an Orch-managed repository from Claude Code. Applies whenever a .orchestrator/ directory exists at or above the working directory. Load this skill before planning any change, and before any request that would modify a tracked file — even a small one. Covers reading machine-truth run…
Skill Claude CodeCodex
Drives an Orch Delivery run from Claude Code: plan construction, the plan gate, activation, and the per-issue dispatch/review/merge loop. Load this after orch-architect, once a mutating request has been read-only investigated and a plan is ready to propose. References the orch binary's orch run engine for every…
Skill Claude CodeCodex
Shared step-loop driver for the three Orch setup interviews (orch init --step, orch configure --step, orch configure-local --step). Load this when following /orch:init, /orch:configure, or /orch:configure-local. Batches ordinary questions and presents each emitted pagination page through its own AskUserQuestion call.