blakemartz/delivery-loop

Agentic software factory as a Claude Code plugin: specs → backlog → claim → implement → adversarial review → patch → merge, over GitHub Issues + git worktrees.

4Stars on the repository
13Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

author-spec

01

blakemartz/delivery-loop

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…

4 1mo ago A 74 tokens original MIT

author-styleguides

02

blakemartz/delivery-loop

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…

4 1mo ago A 89 tokens original MIT

decompose

03

blakemartz/delivery-loop

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

4 1mo ago A 56 tokens original MIT

deliver-task

04

blakemartz/delivery-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.

4 1mo ago A 66 tokens original MIT

delivery-tick

05

blakemartz/delivery-loop

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…

4 1mo ago A 98 tokens original MIT

init

06

blakemartz/delivery-loop

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.

4 1mo ago A 57 tokens original MIT

next-task

07

blakemartz/delivery-loop

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.

4 1mo ago A 61 tokens original MIT

patch-task

08

blakemartz/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.

4 1mo ago A 54 tokens original MIT

review-task

09

blakemartz/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.

4 1mo ago A 55 tokens original MIT

task-status

10

blakemartz/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.

4 1mo ago A 48 tokens original MIT