Cad Flow — Git skill for Claude Code
High-velocity TDD execution loop (Target -> Red -> Green -> Sanitize -> Commit).
How to install Cad Flow
Installs to ~/.claude/skills/sayanthegamer-cadence-cad-flow/SKILL.md
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-flow && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-flow.md -o ~/.claude/skills/sayanthegamer-cadence-cad-flow/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Cad Flow does
name: cad-flow description: High-velocity TDD execution loop (Target -> Red -> Green -> Sanitize -> Commit).
Execute the `cadence-flow` skill:
- Target the exact behavior or defect.
- RED: Write or locate failing test, run it, confirm expected assertion failure.
- GREEN: Implement minimal production code, re-run test, confirm pass (exit code 0).
- SANITIZE: Strip all debug prints (
print(),console.log()), run auto-formatters (ruff format,prettier), and run full module regre
Alternatives in Git
- Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
- Zcf — GitHub Repo stars Zero-Config Code Flow for Claude code & Codex Zero-config workflow 5.8k ★
- Intel — On-demand intelligence fetch for a target — CVEs, disclosed reports, new features 3.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Superpowers Redirect
Use when user types /brainstorming, /writing-plans, /subagent-dev, /tdd-loop, /systematic-debugging, /using-wo
CI Green
Loop fix-bot-comments + CI rechecks on a PR until all checks pass and every thread is resolved.
Tracker Loop
Run ONE iteration of an unattended loop — babysit a PR to green, clear an epic leaf by leaf, or poll a label a
Address Review Preexisting Unrelated Precommit Failure
Use when a local pre-merge/pre-push gate goes red on work your PR did not introduce. Covers two verified varia
Hybrid Complete
Complete Hybrid Ralph task in worktree, verify all stories complete, commit code changes (excluding planning f
Pharn Dev Memory Promote
Prepare and GATE the promotion of ONE lesson/pattern to the canonical memory-bank. It automates the MECHANICS
Related Agents
Lite Builder
Lean TDD builder for the lite (/build) flow. Spawned by lite-orchestrator on a fresh context inside a task wor
Sdlc Coder
Drives strict TDD (Red→Green→Refactor) implementation of one story file, in the target repository. Always load
Orchestration Implementer
Implements exactly one ticket end-to-end in an isolated git worktree, TDD red-green, then opens a PR to the co