873120c2d30487411f9137711fa9472956997473
MAKEFILE TARGET RENAMING: - Renamed agent management targets to use agents- prefix for consistency - list-agents → agents-list - update-agents → agents-update - validate-agents → agents-validate - agent-status → agents-status - install-agent-cli → agents-install-cli - Updated all documentation to reflect new naming convention TEST FIXES: - Fixed backup directory collision in tests by adding microseconds and counter - Improved dependency detection to be more precise and avoid false positives - Updated dependency parsing to support YAML frontmatter dependencies - Fixed test expectations to match actual validation behavior - All 24 tests now passing DEPENDENCY SYSTEM IMPROVEMENTS: - Enhanced dependency extraction from YAML frontmatter (dependencies, depends_on, requires) - More precise agent reference detection in content - Better handling of explicit vs implicit dependencies - Improved validation error reporting This ensures consistent naming convention (setup-, standards-, agents-) across all Makefile targets while fixing test reliability issues. 🤖 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
Initialize a New Project
# 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 todo-keeper changelog-keeper 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
- todo-keeper: Manages TODO.md files following Keep a Todofile format
- changelog-keeper: Maintains CHANGELOG.md files following Keep a Changelog format
- contributing-keeper: Creates and updates CONTRIBUTING.md files
- project-assistant: 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
- agent-optimization: Agent definition optimization and improvement
- datamodel-optimization: Data model design and optimization
Infrastructure
- setup-repository: Repository initialization and standards compliance
- claude-documentation: Claude Code configuration and documentation
- testing-efficiency: Testing infrastructure 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
87.9%
Makefile
12.1%