KashZod/devloop

A test-driven development loop for agentic coding tools such as Claude Code and Codex: /spec, /plan, /implement, with independent review agents that gate the plan before you code and the diff before you commit.

2Stars on the repository
8Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

implement

01

KashZod/devloop

Skill Claude CodeCodex

Test-driven implementation of a plan produced by /plan: loads the JSON tracker, then per chunk writes a failing test, implements until it passes, and runs a two-agent quality gate (review-impl conformance + red-team correctness). Use after /plan has produced an approved tracker. Requires a tracker whose planreview…

2 9d ago A 68 tokens original Apache-2.0

plan

02

KashZod/devloop

Skill Claude CodeCodex

Structured planning process: explores the code, decomposes a feature into independently-testable TDD chunks with a dependency graph, writes a JSON tracker, and gates the plan through an independent review-plan agent before any code is written. Use after /spec (or on its own) and before /implement, to decide HOW to…

2 9d ago A 69 tokens original Apache-2.0

spec

03

KashZod/devloop

Skill Claude CodeCodex

Structured specification process: explores code, generates user stories with testable acceptance criteria, resolves ambiguities through interactive clarification, validates completeness, and outputs a lightweight spec. Use before /plan to clarify WHAT to build.

2 9d ago A 44 tokens original Apache-2.0