6fb302075d7a93604230b939762af6e58122ebba
Built comprehensive system for introducing Kaizen agents to existing projects: 🔍 **Detection System (detection.py)**: - Detects 9+ types of existing agent systems (Kaizen, Claude Code, custom agents, etc.) - Analyzes agent files with YAML frontmatter parsing - Identifies conflicts and functional overlaps - Generates integration strategies and migration recommendations 🔄 **Migration Framework (migration.py)**: - Creates detailed migration plans for each detected agent - Supports 5 migration strategies: replace, extend, preserve, merge, remove - Intelligent conflict resolution with multiple resolution types - Safe execution with backup creation and rollback capability 🔗 **Extension System (extensions.py)**: - Project-specific agent customizations and extensions - Multiple extension types: config overlay, functional extension, workflow integration - Template generation for basic and advanced extensions - Legacy agent integration with wrapper creation 🛠️ **CLI Integration**: - `kaizen-agentic detect` - Analyze existing agent systems - `kaizen-agentic migrate` - Execute migration plans with dry-run support - `kaizen-agentic extensions` - Complete extension management commands 📖 **Integration Patterns Documentation**: - 5 proven integration scenarios with detailed patterns - Conflict resolution strategies and decision matrices - Safe transition strategies with phased rollout - Best practices and troubleshooting guides **Key Features**: ✅ Respects existing project structure and workflows ✅ Safe transitions with comprehensive backup strategies ✅ Conflict detection and automated resolution ✅ Extension mechanisms for preserving custom functionality ✅ Comprehensive tooling for all transition scenarios Scenario 2 is now production-ready for integrating Kaizen agents into any existing project! 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Kaizen Agentic
AI agent development framework embracing continuous improvement through specialized agents and comprehensive development workflows.
This project embraces the Japanese concept of "kaizen" (continuous improvement) applied to AI agent development. Every coding subagent becomes part of an optimization loop where performance is measured, patterns are analyzed, and specifications are refined over time.
Quick Start
Install the Package
pip install kaizen-agentic
Your First Project (New Users)
👋 New to Kaizen Agentic? Follow our Hello World Tutorial for a complete step-by-step guide.
Create a Project (Experienced Users)
# Create a new project with AI agents
kaizen-agentic init my-project --template python-web
cd my-project
# Set up development environment
make setup-complete
# Start coding with agent assistance!
make help # See all available commands
Add Agents to Existing Project
# Navigate to your project
cd your-existing-project
# Install relevant agents
kaizen-agentic install keepaTodofile keepaChangelog tdd-workflow
# Check what was installed
kaizen-agentic status
Features
- 16+ Specialized Agents: Project management, testing, code quality, documentation
- CLI Tool: Easy agent installation and management (
kaizen-agentic) - Project Templates: Pre-configured setups for different project types
- Claude Code Integration: Seamless integration with Claude Code workflows
- Comprehensive Testing: Full test coverage with multiple testing strategies
- Standards Compliance: Follows PythonVibes and industry best practices
Available Agents
Project Management
- keepaTodofile: Manages TODO.md files following Keep a Todofile format
- keepaChangelog: Maintains CHANGELOG.md files following Keep a Changelog format
- keepaContributingfile: Creates and updates CONTRIBUTING.md files
- project-management: General project management and coordination
Development Process
- tdd-workflow: Test-driven development workflow guidance
- requirements-engineering: Requirements analysis and documentation
- test-maintenance: Test suite maintenance and optimization
Code Quality
- code-refactoring: Code improvement and refactoring guidance
- optimization: Agent definition optimization and improvement
- datamodel-optimization: Data model design and optimization
Infrastructure
- setupRepository: Repository initialization and standards compliance
- claude-documentation: Claude Code configuration and documentation
- tooling-optimization: Repository tooling usage optimization
Project Templates
# Available templates
kaizen-agentic templates
# python-basic: Basic Python project setup
# python-web: Web application development
# python-cli: Command-line tool development
# python-data: Data science and analysis
# comprehensive: All available agents
Languages
Python
84.4%
Makefile
15.6%