evanklem/evanflow

A TDD-driven iterative feedback loop for software development. 16 cohesive Claude Code skills walk an idea from brainstorm → plan → execute → iterate, with checkpoints throughout.

418Stars on the repository
21Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

evanflow-coder

01

evanklem/evanflow

Agent

Implementation subagent for one decomposed unit of work in the evanflow-coder-overseer pattern. Uses vertical-slice TDD per evanflow-tdd. Tool-restricted to prevent any git ops or destructive actions — you cannot accidentally commit, push, or modify state outside your task scope.

418 3mo ago A 67 tokens

evanflow-overseer

02

evanklem/evanflow

Agent

Read-only review subagent for one coder's output (or for cross-coder integration review) in the evanflow-coder-overseer pattern. Reports findings; never fixes. Tool-restricted to prevent any modifications — Read/Grep/Glob only, no Edit/Write/Bash. The role separation is the QA signal.

418 3mo ago A 72 tokens