tbdflow
Enforce trunk-based Git workflows with standardized commits
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tbdflow?โผ
Run `npx skills add cladam/tbdflow --all -g -y` in your terminal to install all skills in this suite globally.
What is trunk-based development?โผ
It is a Git workflow where developers commit small changes directly to main or via very short-lived branches. tbdflow automates the syncing, linting, and merging so the safe path is always the easiest path.
How does tbdflow prevent merge conflicts?โผ
The radar command shows trunk health, file churn hotspots, and which teammates are touching the same files as you. It also warns you during sync and commit when overlaps are detected.
Does tbdflow work with AI coding agents?โผ
Yes. The included AGENT.md and SKILL.md files let agents like Claude Code manage branches, commits, and reviews through tbdflow using plain-English requests.
Can tbdflow recover lost work?โผ
Yes. The WIP Guard automatically snapshots your working directory during notes, syncs, and radar scans, and the recover command restores any lost snapshot.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core