blakemartz

13 mods across 1 repository, 4 stars between them.

delivery-loop

01

blakemartz/delivery-loop

Plugin Claude Code

The delivery-loop plugin: a self-contained agentic software-delivery loop for Claude Code.

4 1mo ago A tokens not measured original MIT

blakemartz/delivery-loop

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.

4 1mo ago A 2,076 tokens original MIT

delivery-loop

03

blakemartz/delivery-loop

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.

4 1mo ago A tokens not measured original MIT

author-spec

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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