One command. 9 AI tools. Measurable impact on every session.
9 config files. Always out of sync.
Single source. Auto-synced to all tools.
One source of truth automatically applied to all 9 AI coding tools.
Domain experts for architecture, security, testing, performance, and accessibility.
PLAN → ACT → EVAL cycle ensures consistent quality across all development.
TDD, SOLID principles, and 90%+ test coverage enforced as standard practice.
Measurable proof that AI coding is improving — issues prevented, agents dispatched, rules enforced.
Rules that learn from repeated failure patterns and suggest improvements automatically.
Reusable workflows for TDD, shipping, code review, debugging, and more.
One command to install. Works out of the box with all supported tools.
Four modes that take AI-assisted development from chaos to production-ready.
Question-first planning with intelligent clarification. Specialists recommend architecture before a single line of code.
+ any MCP-compatible tool
A living statusbar that breathes with your session — cost tracking, cache savings, and mode awareness built in.
Animated avatar reacts to session phase — idle, thinking, active, blocked, victory.
Real-time spend-rate tracking with trend indicators so you never get a billing surprise.
See exactly how much prompt caching saves you per session.
Per-mode color gradients — blue for PLAN, green for ACT, purple for EVAL, rainbow for AUTO.
Visual progress bar shows context window usage with warning thresholds.
Watch your AI agents work in real-time with a built-in terminal UI.

Visual pipeline showing active agents, stages, and real-time progress
Live view of the active agent with sparkline activity and progress bar
Task completion tracking synced from PLAN/ACT/EVAL context
Real-time tool invocation bar chart updated as agents work
npx codingbuddy tuiMultiple Claude Code sessions share a single TUI window via IPC
Focused expertise for every aspect of development
37 agents
Specialized for work planning and design
Low-level implementation planning with TDD and bite-sized tasks
Architecture expert for Planning, Implementation, and Evaluation
High-level system design and architecture planning specialist
Cross-cutting migration coordinator for legacy system modernization
Reviews and validates implementation plans before execution
Specialized for actual implementation execution
Autonomous PLAN → ACT → EVAL cycling until quality targets met
Reusable workflows that codify best practices into repeatable actions
Get started in 3 simple steps
Add codingbuddy-rules to your project
npx codingbuddy initAdd the MCP server to your AI tool
{
"mcpServers": {
"codingbuddy": {
"command": "npx",
"args": ["-y", "codingbuddy"]
}
}
}Use PLAN, ACT, EVAL modes with specialist agents
PLAN design auth feature
# 🏛️ architecture → System design
# 🧪 test-strategy → TDD approach
# 🔒 security → OWASP checks