EvanFlow is a GitHub repo providing 16 Claude Code skills that chain brainstorm, plan, execute, TDD, and iterate into a single structured development loop.
Key Takeaways
The workflow is opinionated: 16 skills must run in sequence with checkpoints, enforcing discipline rather than leaving loop design to the developer.
TDD is the control mechanism, not an afterthought; tests gate each iterate step before the loop continues.
Skills cover the full lifecycle from idea to working code, making EvanFlow a complete agentic dev process rather than a single-step code-gen tool.
Built on Claude Code’s native skill system, so it requires no custom tooling or server infrastructure beyond a Claude Code install.
Checkpoints throughout the pipeline allow developers to inspect and redirect the agent before committing to the next stage.