
Tbdng Compound Teams Plugin
- Updated February 7, 2026
- tbdng/compound-teams-plugin
tbdng-compound-teams-plugin is a Claude Code plugin that orchestrates agent teams, Ralph loops, and compound learning as a repeatable coding-factory workflow.
About
tbdng-compound-teams-plugin is a Claude Code plugin that packages a coding-factory workflow: coordinate agent teams, run Ralph-style iteration loops, and compound learnings so each project gets faster and more consistent. developers who already lean on Claude Code for implementation install it when ad-hoc prompting is not enough—they want named phases (plan, quick spike, build, review, compound) invoked as commands rather than reinventing process every sprint. The plugin emphasizes execution discipline—setup, planning shortcuts, build runs, multilens review, and knowledge extraction—so agents do not drift between tasks. It suits multi-file features, refactors, and greenfield modules where retry-until-green and structured review reduce rework. It is heavier than a single skill: expect to adopt the command vocabulary and let compound learning accumulate patterns in your repo over time.
- Bundled workflow commands: ctsetup, ctplan, ctquick, ctbuild, ctreview, and ctcompound for end-to-end runs
- Agent Teams pattern for parallel roles plus Ralph Loops for retry-until-green execution
- Compound Learning flow to capture and reuse engineering learnings across projects
- Multilens review and structured review passes before merge-quality output
- Embedded skills and CLAUDE.md-oriented setup for persistent project context
Tbdng Compound Teams Plugin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install tbdng-compound-teams-plugin@tbdng/compound-teams-pluginAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | February 7, 2026 |
|---|---|
| Repository | tbdng/compound-teams-plugin ↗ |
What it does
Run a repeatable Claude Code factory loop—team roles, Ralph iteration, multilens review, and compound learnings across real engineering tasks.
Who is it for?
Best when you're shipping substantial code with Claude Code and want process gates, parallel agent roles, and persisted compound learnings in the same repo.
Skip if: Skip if you only need a single-purpose skill or MCP hook without adopting a full multi-command engineering ritual.
What you get
After install, you run named ct* commands through plan-build-review-compound cycles so Claude Code executes as a factory line and past learnings feed the next task.
- Configured project workflow via ctsetup and ct* commands
- Iterated implementation passes through Ralph-style loops
- Extracted compound learnings for reuse on later tasks
By the numbers
- 1 plugin in the tbdng/compound-teams-plugin bundle
- Documented command surface includes ctsetup, ctplan, ctquick, ctbuild, ctreview, and ctcompound
Recommended Plugins
How it compares
Full Claude Code workflow plugin with commands and skills, not a standalone MCP server or single checklist skill.
FAQ
Who is Tbdng Compound Teams Plugin for?
It is for and small-team developers using Claude Code who want agent teams, iterative Ralph loops, and compound learning instead of unstructured multi-hour sessions.
When should I use Tbdng Compound Teams Plugin?
Use it when starting a non-trivial feature or refactor and you are ready to run ctsetup → ctplan or ctquick → ctbuild → ctreview → ctcompound as your default delivery loop.
How do I add Tbdng Compound Teams Plugin to my agent?
Install the plugin from the compound-teams-plugin marketplace entry into Claude Code, run ctsetup in your project, then invoke the ct* slash commands from the embedded command set.