Plugin Claude Code
The delivery-loop plugin: a self-contained agentic software-delivery loop for Claude Code.
Plugin Claude Code
The delivery-loop plugin: a self-contained agentic software-delivery loop for Claude Code.
Instructions file
Instructions for blakemartz/delivery-loop, covering claude.md, what this is, the cardinal rule: everything must stay repo-agnostic, layout and config: the one seam.
Plugin Claude Code
Agentic software-delivery loop: turn specs into a dependency-ordered GitHub Issues backlog, then let agents claim, implement, adversarially review, patch, and merge tasks in isolated git worktrees behind a single correctness gate.
Skill Claude CodeCodex
Author a decompose-ready sub-spec for one subsystem — collect operator pins, ground against code and primary sources, draft to the house template, land it through adversarial docs-review, then hand off to /decompose. Two hard human gates (draft nod before the PR, backlog approval inside /decompose). e.g. "/author-spec…
Skill Claude CodeCodex
Author or evolve the repo's styleguides — the conventions in STYLEGUIDESDIR that decompose fits tasks to, implementers follow, and reviewers enforce. Detects the stack, observes existing conventions, pins contested choices with the human, drafts, and lands nothing until the human ratifies. Re-runnable as stacks are…
Skill Claude CodeCodex
Destructure a repo's specs into a dependency-ordered backlog of epics and tasks as GitHub Issues. Dry-run by default; pass --create only after a human approves the printed backlog. Optional scope arg, e.g. "/decompose backend api loop".
Skill Claude CodeCodex
Drive one READY task end-to-end — implement in a worktree, independent adversarial review, bounded 3-iteration patch loop, then hand to a human for merge. Pass the issue number, e.g. "/deliver-task 42". A single-command composition of next-task + review-task + patch-task.
Skill Claude CodeCodex
One orchestrator tick of the agentic delivery loop - reconcile the board, then take exactly ONE state-advancing action (patch a rejected PR, review an unreviewed PR, or start the next ready task) — or, with "--parallel N", up to N independent actions concurrently. With --auto-merge (opt-in, off by default) it first…
Skill Claude CodeCodex
Bootstrap the delivery loop in the current repo — create/connect the GitHub repo if needed, create the label taxonomy, scaffold .claude/delivery.conf, seed the gate and styleguides stub, gitignore .worktrees/. Run once per repo. Idempotent.
Skill Claude CodeCodex
Claim the next ready task off the GitHub Issues queue (or a specific one, e.g. "/next-task 42"), implement it in an isolated worktree to its acceptance criteria, pass the gate, and open a PR. The implementer role of the agentic delivery loop.
Skill Claude CodeCodex
Respond to review findings or failing CI on an existing agent PR, e.g. "/patch-task 17" (PR number). Bounded to 3 iterations, then escalates to a human. The patcher role of the agentic delivery loop.
Skill Claude CodeCodex
Adversarially review a PR against its linked task's acceptance criteria and the styleguides, e.g. "/review-task 17" (PR number). Executes every criterion in a clean checkout. The independent reviewer role of the agentic delivery loop.
Skill Claude CodeCodex
Render the delivery board — ready / claimed / in-review / changes-requested / approved / blocked / needs-human — from GitHub Issues and PRs. Pass --reclaim to also reconcile labels and release stale agent claims.