evanklemevanklemCommunityยท15 Agent Skills Included

evanflow

Test-driven development loop with checkpoints and parallel code review

Guides software features from brainstorm through planning, test-driven implementation, and self-review with explicit approval checkpoints. Prevents common coding failures like invented file paths, weak test assertions, scope creep, and context drift in long sessions. Supports parallel coder and reviewer subagents for large plans, and never commits or stages code without your explicit approval.
npx skills add evanklem/evanflow --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-debug

Coordinate end-to-end bug investigation with reproduction, hypothesis testing, and failing-tests-first fixes.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-executing-plans

Execute plan-driven coding tasks with inline verification and blocker-aware prompts.

Community
Intermediate
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-review

Review pull requests with structured feedback and verification steps.

Community
Intermediate
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow

Load the EvanFlow vocabulary and guide evanflow-* skill invocation.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-design-interface

Generate parallel interface designs and synthesize a final API shape.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-qa

Draft GitHub issue briefs from user-reported bugs through guided QA sessions.

Community
Intermediate
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-prd

Synthesize a comprehensive PRD from project context and ADRs into docs/specs.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-brainstorming

Clarify feature intent and generate 2โ€“3 design approaches with approval checkpoints.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-iterate

Run quality checks and re-read diffs to polish implemented changes.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-tdd

Guides vertical-slice TDD workflows through RED-GREEN-REFACTOR cycles using public interfaces.

Community
Intermediate
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-go

Orchestrate EvanFlow loops with phase gates, approvals, and no-auto-commit rules.

Community
Advanced
๐Ÿ“ฆ In Repo
evanklemevanklem

evanflow-writing-plans

Convert project specs into file-structure-first execution plans with grill testing.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install EvanFlow?โ–ผ

Run `npx skills add evanklem/evanflow --all -g -y` in your terminal to install all 16 skills globally.

How do I start the EvanFlow workflow?โ–ผ

Just say "let's evanflow this" in Claude Code and the orchestrator walks your idea through brainstorm, plan, TDD execution, and review with checkpoints at each stage.

Does EvanFlow commit code automatically?โ–ผ

No. It never auto-commits, auto-stages, or opens pull requests. After implementation and review, it reports what was done and waits for your direction.

How does EvanFlow handle large parallel tasks?โ–ผ

For plans with 3 or more independent units, it spawns parallel coder subagents with read-only overseer reviewers, plus integration tests that act as an executable contract between their outputs.

Can I use EvanFlow without knowing TDD?โ–ผ

Yes. The skills enforce the test-first discipline for you, writing one failing test, then minimal code, then refactoring, while you approve each checkpoint in plain English.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’