claude-multiagent-pm


Nameclaude-multiagent-pm JSON
Version 1.4.7 PyPI version JSON
download
home_pageNone
SummaryClaude Multi-Agent Project Management Framework for AI-driven orchestration
upload_time2025-07-22 21:42:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords claude project-management ai-orchestration multi-agent agent-framework subprocess-coordination development-framework automation trackdown task-management mem0ai llm ai-agents workflow-automation developer-tools devops ci-cd code-generation documentation-automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Claude PM Framework

[![Version](https://img.shields.io/badge/version-1.4.4-blue.svg)](https://www.npmjs.com/package/@bobmatnyc/claude-multiagent-pm)
[![Framework](https://img.shields.io/badge/framework-014--005-green.svg)](./framework/CLAUDE.md)
[![Node.js](https://img.shields.io/badge/node->=16.0.0-green.svg)](https://nodejs.org/)
[![Python](https://img.shields.io/badge/python->=3.8.0-green.svg)](https://python.org/)

A lightweight, flexible multi-agent framework for orchestrating AI-driven development workflows with unlimited custom agent creation.

Claude PM brings the power of AI orchestration to your development workflow through a simple CLAUDE.md configuration file. By defining your project's goals and constraints in natural language, you enable specialized AI agent teams to collaborate on your codebase - with a PM orchestrator intelligently delegating tasks to Documentation, QA, Engineering, Security, and other specialized agents (including your own custom agents). This framework makes it remarkably easy to leverage AI assistance while maintaining full control over your development process.

## Framework Positioning

### Claude PM Framework vs claude-flow:

| Aspect | Claude PM Framework | claude-flow |
|--------|-------------------|-------------|
| **Focus** | Individual developers & small teams | Large enterprises |
| **Agent System** | **Unlimited custom agents** + 9 core agents | Fixed enterprise agent set |
| **Setup** | Lightweight, immediate start | Heavy enterprise configuration |
| **Customization** | **User-generated agents**, self-improving | Static templates, manual updates |
| **Best For** | Rapid development, creative workflows | Enterprise governance, compliance |

### Choose Claude PM Framework when:
- You want to **create your own custom agents** for specific tasks
- Need **lightweight setup** without enterprise overhead
- Want agents that **learn and improve** from usage patterns
- Building creative, adaptive workflows with **user-driven customization**

## Installation

### Quick Install

Choose your preferred package manager:

#### npm (Recommended for most users)
```bash
npm install -g @bobmatnyc/claude-multiagent-pm
claude-pm --version
```

#### pip (Python Package Index)
```bash
pip install claude-multiagent-pm
claude-pm --version
```

#### pipx (Recommended for macOS)
```bash
pipx install claude-multiagent-pm
claude-pm --version
```

### Platform-Specific Installation

#### 🍎 macOS
macOS users often encounter "externally-managed-environment" errors with Homebrew Python. We recommend using **pipx**:

```bash
# Install pipx if you don't have it
brew install pipx
pipx ensurepath

# Install Claude PM Framework
pipx install claude-multiagent-pm
```

**Alternative for macOS**: Use npm installation (avoids Python environment issues)
```bash
npm install -g @bobmatnyc/claude-multiagent-pm
```

#### 🐧 Linux
```bash
# Using pip with user flag
pip install --user claude-multiagent-pm

# Or using pipx (recommended)
pipx install claude-multiagent-pm

# Or using npm
npm install -g @bobmatnyc/claude-multiagent-pm
```

#### 🪟 Windows
```bash
# Using pip
pip install claude-multiagent-pm

# Or using npm (requires Node.js)
npm install -g @bobmatnyc/claude-multiagent-pm
```

### Verify Installation

After installation, verify everything is working:

```bash
# Check CLI is available
claude-pm --version

# Initialize in your project
cd your-project
claude-pm init

# Start using the framework
claude-pm
```

### Troubleshooting Installation

#### "command not found" after installation
- **npm**: Make sure npm's global bin directory is in your PATH
  ```bash
  echo 'export PATH="$PATH:$(npm prefix -g)/bin"' >> ~/.bashrc
  source ~/.bashrc
  ```
- **pip**: Make sure Python's user bin directory is in your PATH
  ```bash
  echo 'export PATH="$PATH:$HOME/.local/bin"' >> ~/.bashrc
  source ~/.bashrc
  ```
- **pipx**: Run `pipx ensurepath` and restart your terminal

#### Python environment errors on macOS
- Use pipx instead of pip (recommended)
- Or use npm installation to avoid Python entirely
- See our [macOS Installation Guide](./docs/MACOS_INSTALLATION_GUIDE.md) for detailed solutions

#### Module import errors
- Ensure you're using Python 3.8 or higher: `python --version`
- Try reinstalling: `pip install --force-reinstall claude-multiagent-pm`
- Check for conflicting installations: `pip show claude-multiagent-pm`

#### npm postinstall errors
- Ensure Node.js 16+ is installed: `node --version`
- Clear npm cache: `npm cache clean --force`
- Try installing without scripts: `npm install -g @bobmatnyc/claude-multiagent-pm --ignore-scripts`

### Development Installation

For contributors who want to work on the framework itself:

```bash
# Clone the repository
git clone https://github.com/bobmatnyc/claude-multiagent-pm.git
cd claude-multiagent-pm

# Install in development mode
pip install -e .

# Or use npm link
npm link
```

> **⚠️ Important**: Development installations are for framework contributors only. For using the framework in your projects, use the standard installation methods above.

## 📖 Getting Started

**New to Claude PM Framework?** Start with our comprehensive user guide:

**👉 [Complete User Guide](./docs/user-guide.md)** - Your essential starting point for understanding and using the framework effectively.

The user guide covers everything from basic concepts to advanced workflows, including practical examples and best practices for orchestrating AI-driven development workflows.

## Key Features (v1.4.4)

- **💾 Memory Safety Protection**: Real-time subprocess memory monitoring prevents system crashes from runaway processes
- **🎯 Custom Agent Creation**: Create project-specific agents tailored to your domain - architecture, performance, UI/UX, compliance, and more
- **🤖 Agent Registry & Hierarchical Discovery**: Dynamic agent discovery with project → user → system precedence
- **⚡ Performance Optimization**: 99.7% improvement through SharedPromptCache integration
- **💰 Prompt Optimization**: 50-66% token reduction through intelligent task analysis and dynamic model selection
- **🧠 Agent Training System**: Self-improving agents that learn from experience
- **📋 Unified Ticketing System**: Seamless integration with ai-trackdown-pytools for GitHub Issues management
- **🏗️ Two-Tier Agent Architecture**: Simplified architecture with extensible custom agent support
- **🔄 Real-Time Agent Modification Tracking**: Monitors agent changes and adapts workflows
- **📝 Comprehensive Documentation**: Auto-generated changelogs, semantic versioning, and project documentation
- **🔍 Quality Assurance**: Automated testing, linting, and security scanning across agent workflows
- **🚀 Deployment Coordination**: Multi-agent deployment validation and management

## 🔧 Orchestration Model - Our Own Built-in Process Manager

**IMPORTANT**: The Claude PM Framework uses its own custom-built process management system for agent orchestration. This is NOT Claude's Task Tool subprocess system - this is our framework's innovation.

### How It Works

The PM (Project Manager) agent orchestrates all work by delegating to specialized agents through **our own built-in process manager**:

1. **Process Creation**: PM analyzes tasks and creates agent processes using our process manager
2. **Isolated Execution**: Each agent runs in its own controlled process environment
3. **Context Filtering**: Agents receive only the context relevant to their specialization
4. **Result Integration**: PM collects and integrates results from multiple agents
5. **Workflow Coordination**: Complex multi-agent workflows are managed by our orchestration engine

### Enhanced Agent Selection (v1.0.2)

**NEW**: Natural language task descriptions are now automatically mapped to the right agent with 94.1% accuracy:

- **Natural Language Support**: Simply describe what you need - the framework finds the right agent
- **@agent_name Syntax**: Explicitly specify an agent using @agent_name (e.g., "@researcher find Next.js docs")
- **Smart Keyword Matching**: Semantic parsing identifies agent types from task descriptions
- **0.34ms Performance**: Lightning-fast agent selection with minimal overhead

Examples:
```bash
# Natural language automatically selects the right agent
"Research the latest Next.js features" → Research Agent
"Update the API documentation" → Documentation Agent  
"Check test coverage" → QA Agent
"Deploy to staging" → Ops Agent

# Explicit agent selection with @
"@engineer implement user authentication"
"@security scan for vulnerabilities"
```

### Benefits of Our Process Manager

- **Concurrent Execution**: Run up to 10 specialized agents simultaneously
- **Process Isolation**: Secure execution environment for each agent
- **Error Recovery**: Robust handling of agent failures and timeouts
- **Performance Tracking**: Built-in metrics and optimization
- **Easy Extension**: Simple to add custom agents that integrate seamlessly
- **Smart Routing**: Intelligent agent selection from natural language descriptions

This custom process management system is a core differentiator of the Claude PM Framework, purpose-built for AI agent coordination.

## 🧠 Agent Training & Continuous Learning

One of Claude PM Framework's most powerful features is its **built-in agent training system** that enables continuous improvement:

### Self-Improving Agents
- **Automatic Pattern Learning**: Agents learn from successful task completions
- **Error Correction Capture**: Failed attempts become learning opportunities
- **Performance Optimization**: Agents optimize their approaches based on metrics
- **Knowledge Accumulation**: Each agent builds domain-specific expertise over time

### Training Features
- **Continuous Learning Engine**: Agents improve with every interaction
- **Pattern Analysis**: Automatic detection of successful patterns
- **Cross-Agent Learning**: Agents share learnings within their specialization
- **User Feedback Integration**: Direct corrections improve agent behavior
- **Performance Metrics**: Track agent improvement over time

### How It Works
1. **Task Execution**: Agents perform their specialized tasks
2. **Outcome Analysis**: Success/failure patterns are captured
3. **Learning Integration**: Patterns update agent knowledge base
4. **Continuous Improvement**: Next execution benefits from learnings

This means your custom agents get **smarter and more efficient** the more you use them, without manual intervention.

## 💰 Prompt Optimization & Token Reduction

The Claude PM Framework includes intelligent prompt optimization that automatically reduces token usage by 50-66% while maintaining or improving task execution quality:

### Three-Phase Optimization
1. **Task Complexity Analysis**: Analyzes task requirements to determine complexity level
2. **Dynamic Model Selection**: Automatically selects the optimal Claude model (Haiku/Sonnet/Opus)
3. **Adaptive Prompt Templates**: Adjusts agent instructions based on task needs

### Key Benefits
- **50-66% Token Reduction**: Significant cost savings on API usage
- **Faster Response Times**: Smaller prompts process more quickly
- **Smart Model Selection**: Right model for the right task
- **Enabled by Default**: No configuration needed - works automatically

### Configuration
```bash
# Prompt optimization is enabled by default
# To disable (not recommended):
export ENABLE_DYNAMIC_MODEL_SELECTION=false

# The framework automatically optimizes all agent interactions
```

### How It Works
- **Simple Tasks** (e.g., "List files") → Haiku model + minimal instructions
- **Medium Tasks** (e.g., "Fix bug") → Sonnet model + standard instructions  
- **Complex Tasks** (e.g., "Refactor system") → Opus model + comprehensive context

See [Prompt Optimization Guide](./docs/guides/prompt-optimization-guide.md) for detailed configuration and best practices.

## Three Essential Commands

- **`push`** - Complete development pipeline: documentation, testing, Git operations, and changelog generation
- **`deploy`** - Local deployment with validation and health checks
- **`publish`** - Package publication with validation and registry deployment

## 📋 Ticketing System Integration

The Claude PM Framework now includes seamless integration with **ai-trackdown-pytools** for comprehensive project management:

### Features
- **GitHub Issues Integration**: Direct synchronization with GitHub Issues
- **Hierarchical Structure**: Epic → Issue → Task → PR organization
- **AI-Powered Management**: Intelligent ticket creation and tracking
- **Unified Experience**: Access ticketing features directly from claude-pm

### Usage
```bash
# The ticketing system is automatically available
# Use ai-trackdown commands within your project workflow
ai-trackdown --help
```

For detailed ticketing documentation, see the [ai-trackdown-pytools documentation](https://github.com/ai-track-down/ai-trackdown-pytools).

## Development Best Practices

### Model Recommendations

**Claude Sonnet**: Recommended for multi-agent orchestration due to fast response times and efficient task delegation capabilities. The framework's architecture is optimized for Sonnet's coordination patterns.

**YOLO Mode**: Reduces approval prompts during extended development sessions. Enables continuous multi-agent workflows for feature development and refactoring tasks.

### Agent-Driven Workflow

**QA Agents**: Provide automated testing, linting, and quality validation throughout the development process. Integrated validation occurs at multiple workflow points rather than only at project completion.

**Feature Branch Strategy**: Recommended approach for team development:
```bash
git checkout -b feature/my-feature
claude-pm  # Work with agents in isolated branch
# Agents coordinate testing, documentation, and validation
push  # Multi-agent quality pipeline before merge
```

**Agent Specialization**: 8 core agent types + custom agent creation enables domain-specific expertise:
- **Documentation Agent (`Documenter`)**: Pattern analysis and operational understanding
- **QA Agent (`QA`)**: Testing, linting, and quality validation
- **Version Control Agent (`Versioner`)**: Git operations and branch management
- **Research Agent (`Researcher`)**: Investigation and analysis
- **Ops Agent (`Ops`)**: Deployment and infrastructure
- **Security Agent (`Security`)**: Security analysis and vulnerability assessment
- **Engineer Agent (`Engineer`)**: Code implementation and development
- **Data Engineer Agent (`Data Engineer`)**: Data store and AI API management
- **Plus Custom Agents**: Create specialized agents for Architecture, Performance, UI/UX, Integration, and more via AgentRegistry

### Development Workflow Comparison

**Traditional Development**: Manual testing → Manual documentation → Manual review → Deploy

**Orchestrated Development**: Your custom agents handle testing, documentation, and review processes while you focus on creative problem-solving and core logic. Enables rapid prototyping and agile development with minimal setup overhead.

## Notable Features by Version

### Version History (Most Recent First)

#### v1.4.4 (Current) - July 2025
- **Unified Ticketing System**: Complete integration with ai-trackdown-pytools
- **Multi-Platform Support**: Full support for npm, pip, and pipx installation methods
- **Enhanced Documentation**: Comprehensive installation guides for all platforms
- **Improved Reliability**: Better error handling and dependency management

#### v1.3.0 - July 2025
- **Memory Safety Protection**: Real-time subprocess memory monitoring system
- **Automatic Resource Protection**: Prevents crashes from runaway processes (8GB+ prevention)
- **Configurable Thresholds**: Warning (1GB), Critical (2GB), Hard Limit (4GB) with env overrides
- **Comprehensive Logging**: Detailed memory statistics and alerts for debugging
- **Pre-flight Checks**: Verifies sufficient memory before subprocess creation

#### v1.2.3 - July 2025
- **Maintenance Release**: Documentation updates and test reorganization
- **Base Agent Updates**: Added ticket update requirements for consistency
- **Test Coverage**: Added BaseAgentManager unit tests
- **File Path Fix**: Corrected base_agent_loader.py to use framework path

#### v1.2.2 - July 2025
- **Python Package Publishing**: Full PyPI distribution support
- **Dependency Management**: Enhanced Python dependency handling and installation
- **Agent Discovery Optimization**: Improved agent loading performance
- **Documentation Reorganization**: Cleaner docs structure with better navigation

#### v1.2.1 - July 2025
- **Critical Fix**: Resolved npm postinstall Python dependency issues
- **Auto-Recovery**: Added automatic dependency installation scripts
- **Troubleshooting**: Comprehensive issue resolution documentation

#### v1.2.0 - July 2025
- **Base Agent Instructions**: Shared capabilities system for all agents
- **BaseAgentManager API**: Structured updates to agent behaviors
- **PM Orchestrator Agent**: Enhanced multi-agent coordination role
- **Agent Versioning**: Track and manage agent changes over time
- **Test Suite Reorganization**: Better test categorization

#### v1.0.1 - July 2025
- **Production Fixes**: Resolved agent discovery issues
- **Deployment Improvements**: Better external project support

#### v1.0.0 - July 2025
- **LOCAL Orchestration**: Default mode for instant agent responses
- **Subprocess Environment**: Robust agent delegation handling
- **Performance Optimizations**: Major architectural improvements
- **Framework Stability**: Production-ready release

#### v0.9.3 - July 2025
- **Agent Type Expansion**: Support for 35+ specialized agent types
- **Natural Language Selection**: AI-powered agent matching from descriptions
- **Performance Metrics**: 0.34ms agent selection speed

#### v0.9.2 - July 2025
- **Enhanced Agent Discovery**: Improved registry performance
- **Documentation Updates**: Comprehensive user guides

#### v0.9.1 - July 2025
- **Import Resolution**: Fixed agent system functionality
- **Interface Extraction**: Better model selection features
- **User Guide**: Complete documentation overhaul

#### v0.9.0 - July 2025
- **Agent Registry System**: Revolutionary discovery with two-tier hierarchy
- **99.7% Performance**: SharedPromptCache integration breakthrough
- **Real-time Tracking**: Agent modification monitoring
- **Streamlined Architecture**: Simplified hierarchy for maintainability

#### v0.8.5 - July 2025
- **Enhanced Testing**: Improved test coverage and reliability

#### v0.8.4 - July 2025
- **NPM Publishing**: Resolved package publication issues

#### v0.8.3 - July 2025
- **Subprocess Validation**: Protocol implementation for reliability
- **Installer Fixes**: Fresh installation support improvements

#### v0.8.2 - July 2025
- **Cleanup System**: Comprehensive file management
- **NPM Reliability**: Installation process improvements

#### v0.8.1 - July 2025
- **Dependency Fixes**: Resolved npm package issues

#### v0.8.0 - July 2025
- **Agent Restructuring**: Complete system architecture overhaul
- **Memory Expansion**: Enhanced memory system capabilities
- **Framework Foundation**: Core multi-agent capabilities established

## Quick Start

After installation (see [Installation](#installation) section above), get started:

```bash
# Navigate to your project
cd your-project

# Initialize Claude PM Framework
claude-pm init

# Start orchestrating with AI agents
claude-pm
```

## Common Use Cases

### 🌱 New Project Setup
Establish framework-based development patterns from project start:
```bash
npm install -g @bobmatnyc/claude-multiagent-pm
cd my-new-project
claude-pm
# Agents assist with establishing patterns, testing setup, and documentation structure
```

**💡 Orchestrated Development**: Feature branch workflow with agent coordination:
```bash
git checkout -b feature/auth-system
# Coordinate with specialized agents for different development aspects
# QA Agents manage testing, Documentation Agents handle documentation
push  # Multi-agent validation pipeline
```

**💡 Recommendation**: Create design documents before major feature development. Example prompt:
> "Help me design a user authentication system with JWT tokens and role-based access control"

### 🔧 Refactor Existing Project
Apply framework-guided modernization to existing codebases:
```bash
# Install globally (compatible with monorepos)
npm install -g @bobmatnyc/claude-multiagent-pm
cd existing-project
claude-pm
# Agents suggest improvements without automatic application
# Existing scripts and workflows remain unchanged
```

**💡 Orchestrated Refactoring**: Coordinate agent specialization for systematic refactoring:
```bash
git checkout -b refactor/typescript-migration
# Documentation Agents analyze current patterns
# QA Agents validate against regressions during refactoring
# Version Control Agents coordinate branch strategy
push  # Validate all changes before merge
```

**💡 Recommendation**: Start with a refactoring design document. Simple prompts aren't as ideal, but claude-pm can figure things out, especially if you ask it to research:
> "Refactor file src/auth.js to keep line size under 100 characters" --> research which best practices should be used with code patterns in those files
> "Refactor files in src/components/ to use TypeScript with strict typing" --> research which best practices should be used with code patterns in those files

### 📋 Take Over Project
Understand inherited or unfamiliar codebases through systematic analysis:
```bash
cd inherited-project
claude-pm
# Agents scan and analyze codebase patterns
# Accelerated project understanding through coordinated analysis
```

**💡 Orchestrated Analysis**: Coordinate specialized agents for comprehensive project understanding:
- **Documentation Agent**: Analyze existing patterns and architectural decisions
- **QA Agent**: Identify testing gaps and quality issues
- **Security Agent**: Scan for security vulnerabilities and compliance concerns
- **Ticketing Integration**: Use ai-trackdown for organized task breakdown and tracking

**💡 Recommendation**: Document findings in a project analysis design document. Example prompt:
> "Analyze the current authentication flow and document any security concerns or improvement opportunities"

### 🏢 Monorepo Best Practices
Managing multiple packages in a single repository:
```bash
cd my-monorepo
claude-pm
# AI agents understand workspace structures and cross-package dependencies
# Provides coordinated development across multiple projects
```

**Key Monorepo Features:**
- **Workspace Detection**: Automatically identifies package.json workspaces, Lerna, Rush, or Nx configurations
- **Cross-Package Dependencies**: Tracks and validates dependencies between internal packages
- **Coordinated Testing**: Runs tests across affected packages when changes are made
- **Shared Configuration**: Manages consistent linting, formatting, and build configs across packages
- **Release Coordination**: Handles version bumping and publishing for multiple packages

**Simple Monorepo Prompts:**
> "Update all packages in workspace to use TypeScript 5.0"
> "Run tests for packages affected by changes in packages/shared"
> "Refactor common utilities from packages/app-a and packages/app-b into packages/shared"
> "Ensure all packages follow the same ESLint configuration"

**💡 Orchestrated Monorepo Management**: Use agent coordination for complex monorepo operations:
```bash
# Feature branch for cross-package changes
git checkout -b feature/shared-utility-extraction
# Documentation Agent analyzes package dependencies
# QA Agent validates cross-package impacts
# Ops Agent coordinates workspace builds
# Use ai-trackdown to track cross-package changes
push  # Comprehensive validation across all packages
```

**💡 Monorepo Recommendation**: Create package-specific design documents to track individual package evolution while maintaining overall architecture coherence.

---

## Custom Agent Creation (v1.0.0)

### Extend the Framework with Your Own Agents

The Claude PM Framework is fully extensible through custom agent creation. Instead of providing a fixed set of agents, the framework enables you to create project-specific agents tailored to your domain, technology stack, and workflow needs.

**Why Create Custom Agents?**
- **Domain Expertise**: Build agents that understand your specific industry, technology stack, or business processes
- **Project Specialization**: Create agents for unique project requirements (e.g., compliance, architecture patterns, deployment workflows)
- **Team Workflows**: Develop agents that match your team's specific development practices and standards
- **Technology Integration**: Build agents that integrate with your specific tools, APIs, and infrastructure
- **Override Defaults**: Customize core agent behavior for your project's specific needs

**How It Works:**
Build specialized agents through a two-tier hierarchy system with dynamic discovery via AgentRegistry and real-time modification tracking. Your custom agents automatically integrate with the framework's orchestration system.

The framework includes a sophisticated **Agent Training System** that enables:
- Continuous learning from task outcomes
- Pattern recognition and optimization
- Performance improvement over time
- Knowledge sharing between similar agents

#### Agent Hierarchy and Precedence (Simplified Two-Tier)

**Directory Precedence (Highest to Lowest Priority):**
1. **User Agents**: Directory hierarchy with precedence walking
   - **Current Directory**: `$PWD/.claude-pm/agents/` (highest precedence)
   - **Parent Directories**: Walk up tree checking `../.claude-pm/agents/`, `../../.claude-pm/agents/`, etc.
   - **User Home**: `~/.claude-pm/agents/` (fallback user location)

2. **System Agents**: `claude_pm/agents/`
   - Core framework functionality (8 core agent types)
   - Always available as fallback

#### User-Agents Directory Structure (v1.0.0)

```
$PWD/.claude-pm/agents/
├── specialized/
│   ├── performance-agent.md
│   ├── architecture-agent.md
│   └── integration-agent.md
├── custom/
│   ├── project-manager-agent.md
│   └── business-analyst-agent.md
└── overrides/
    ├── documentation-agent.md  # Override system Documentation Agent
    └── qa-agent.md             # Override system QA Agent
```

### WHEN/WHY/WHAT Requirements for Custom Agents

**MANDATORY: Custom agents must provide clear usage guidelines:**

#### 1. **WHEN to Use the Agent**
```markdown
# Custom Agent: Performance Optimization Specialist

## When to Use This Agent
- Database query optimization tasks
- Application performance bottlenecks
- Memory usage analysis and optimization
- Load testing and stress testing coordination
- Performance monitoring setup
```

#### 2. **WHY the Agent Exists**
```markdown
## Why This Agent Exists
- Specialized knowledge in performance profiling tools
- Deep understanding of database optimization techniques
- Experience with load testing frameworks and analysis
- Focused expertise beyond general QA or Engineering agents
```

#### 3. **WHAT the Agent Does**
```markdown
## Agent Capabilities
- **Primary Role**: Application and database performance optimization
- **Specializations**: ['performance', 'monitoring', 'database', 'optimization']
- **Tools**: Profiling tools, performance monitors, load testing frameworks
- **Authority**: Performance analysis, optimization recommendations, monitoring setup

## Specific Tasks This Agent Handles
1. **Database Optimization**: Query analysis, index optimization, schema tuning
2. **Application Profiling**: Memory analysis, CPU optimization, bottleneck identification
3. **Load Testing**: Stress test design, performance baseline establishment
4. **Monitoring Setup**: Performance dashboard creation, alerting configuration
5. **Optimization Reporting**: Performance analysis reports, improvement recommendations
```

### Custom Agent File Template

```markdown
# [Agent Name] Agent

## Agent Profile
- **Nickname**: [Short name for Task Tool delegation]
- **Type**: [Agent category]
- **Specializations**: [List of specialization tags]
- **Authority**: [What this agent has authority over]

## When to Use
[Specific scenarios where this agent should be selected]

## Why This Agent Exists
[Rationale for specialized functionality beyond core agents]

## Capabilities
[Detailed list of what this agent can do]

## Task Tool Integration
**Standard Delegation Format:**
```
**[Agent Nickname]**: [Task description]

TEMPORAL CONTEXT: Today is [date]. Apply date awareness to [agent-specific considerations].

**Task**: [Specific work items]
1. [Action item 1]
2. [Action item 2]
3. [Action item 3]

**Context**: [Agent-specific context requirements]
**Authority**: [Agent's decision-making scope]
**Expected Results**: [Specific deliverables]
**Integration**: [How results integrate with other agents]
```

## Collaboration Patterns
[How this agent works with other agents]

## Performance Considerations
[Agent-specific performance requirements or optimizations]
```

### Agent Registry Integration (v1.0.0)

**Dynamic Agent Discovery with 99.7% Performance Improvement:**
```python
from claude_pm.core.agent_registry import AgentRegistry

# Initialize registry with SharedPromptCache integration
registry = AgentRegistry()

# List all available agents with metadata (cached for performance)
agents = registry.listAgents()

# Discover agents by specialization (optimized lookup)
performance_agents = registry.listAgents(specialization='performance')
ui_agents = registry.listAgents(specialization='ui_ux')
architecture_agents = registry.listAgents(specialization='architecture')

# Multi-specialization discovery with cache optimization
multi_spec = registry.listAgents(specializations=['integration', 'performance'])
```

### Custom Agent Best Practices

#### Agent Metadata Requirements
- **Clear Specializations**: Use specific tags for agent discovery
- **Authority Scope**: Define what decisions the agent can make
- **Collaboration Patterns**: Specify how the agent works with others
- **Performance Profile**: Include performance considerations

#### Delegation Format Standards
- Use consistent Task Tool delegation format
- Include temporal context for date awareness
- Provide comprehensive context filtering
- Specify expected results and integration patterns

#### Performance Considerations (v1.0.0)
- **SharedPromptCache Integration**: 99.7% faster agent loading through intelligent caching
- **Real-Time Modification Tracking**: Monitor agent changes and adapt workflows automatically
- **Optimized Discovery**: <100ms agent discovery for typical projects
- **Cache Efficiency**: Target >95% cache hit ratios for repeated operations

### Custom Agent Types You Can Create

**Extensible Agent System:**
- **Core 8**: Documentation, Version Control, QA, Research, Ops, Security, Engineer, Data Engineer
- **Architecture & Design**: Create agents for Architecture, UI/UX, Design, Strategy
- **Development**: Build agents for Frontend, Backend, Mobile, API, Integration
- **Operations**: Define agents for Infrastructure, Deployment, Monitoring, Performance
- **Business**: Develop agents for PM, Product, Marketing, Business, Customer Success
- **Compliance**: Create agents for Legal, Finance, Security, Compliance
- **Specialized**: Build agents for Migration, Optimization, Automation, Analytics

### Registry-Enhanced Delegation Patterns

**Dynamic Agent Selection Examples:**
- **"optimize"** → Performance Agent via registry discovery (specialization: ['performance', 'monitoring'])
- **"architect"** → Architecture Agent via registry discovery (specialization: ['architecture', 'design'])
- **"integrate"** → Integration Agent via registry discovery (specialization: ['integration', 'api'])
- **"ui/ux"** → UI/UX Agent via registry discovery (specialization: ['ui_ux', 'design'])
- **"monitor"** → Monitoring Agent via registry discovery (specialization: ['monitoring', 'analytics'])

### Quick Start: Creating Your First Custom Agent

**5-Minute Setup:**
```bash
# 1. Create agent directory in your project
mkdir -p .claude-pm/agents/specialized/

# 2. Create a custom agent (example: API Testing Agent)
cat > .claude-pm/agents/specialized/api-testing-agent.md << 'EOF'
# API Testing Agent

## Agent Profile
- **Nickname**: APITester
- **Type**: testing
- **Specializations**: ['api', 'testing', 'integration']
- **Authority**: API testing strategies and validation

## When to Use
- API endpoint testing and validation needed
- Integration testing between services
- API documentation and contract testing

## Why This Agent Exists
- Specialized knowledge of API testing frameworks
- Understanding of REST/GraphQL testing patterns
- Focused expertise beyond general QA testing

## Capabilities
- API endpoint testing with multiple frameworks
- Contract testing and schema validation
- Load testing for API performance
- API documentation generation and validation
EOF

# 3. Test agent discovery
python -c "from claude_pm.core.agent_registry import AgentRegistry; registry = AgentRegistry(); print('Custom agent discovered:', 'api-testing-agent' in str(registry.listAgents()))"
```

**Usage in Workflows:**
```bash
claude-pm
# Your custom APITester agent is now available for delegation
# Task Tool can automatically discover and use it for API-related tasks
```

### Complete Setup Guide

1. **Identify Specialization Gap**: Determine what expertise your project needs beyond core agents
2. **Create Agent Directory**: Set up user-agents directory structure in your project
3. **Write Agent Definition**: Use the template to create comprehensive agent documentation
4. **Test Agent Discovery**: Verify the agent is discovered by AgentRegistry
5. **Integrate with Workflows**: Update your orchestration patterns to leverage the custom agent

### Custom Agent Benefits Summary

**Extensibility Over Fixed Sets**: Rather than providing a predetermined list of agents, the Claude PM Framework empowers you to build exactly what your project needs. Whether you're working with specific cloud platforms, compliance requirements, architectural patterns, or unique deployment workflows, you can create agents that understand your context and provide specialized expertise.

**Seamless Integration**: Custom agents automatically integrate with the framework's orchestration system, AgentRegistry discovery, and Task Tool delegation patterns. Your custom agents work alongside the 9 core agents to provide comprehensive project coverage.

**Performance Optimized**: Custom agents benefit from the same 99.7% performance improvements through SharedPromptCache integration and real-time modification tracking that core agents enjoy.

---

## Developer Workflow

### Orchestrated vs Traditional Development

**Traditional Approach**: Manual handling of testing, documentation, deployment, and quality checks.

**Orchestrated Approach**: Specialized agents coordinate their respective domains while developers focus on architecture and core logic:

```bash
# Start feature development
git checkout -b feature/user-dashboard

# Work with orchestrated agents
claude-pm
# Documentation Agent: Analyze patterns and requirements
# QA Agent: Set up testing framework and validation
# Ops Agent: Configure deployment pipeline
# Use ai-trackdown to track feature development progress

# Continuous validation throughout development
push  # Multi-agent quality pipeline before commit
```

### Working with Agent Types

**Documentation Agent (`Documenter`)**: 
- Analyze your codebase patterns and architectural decisions
- Generate and maintain technical documentation
- Provide operational insights for better development practices

**Ticketing Integration**:
- Unified ticketing through ai-trackdown-pytools
- Direct GitHub Issues management from the framework
- Track project progress and coordinate development workflow

**QA Agent (`QA`)**: 
- Catch errors before they reach your codebase
- Set up comprehensive testing strategies
- Validate code quality and adherence to best practices

**Version Control Agent (`Versioner`)**: 
- Manage branch strategies and Git operations
- Handle merge conflicts and integration challenges
- Coordinate feature branch workflows

**Engineer Agent (`Engineer`)**:
- Write, modify, and implement code changes
- Create inline documentation and code comments
- Implement feature requirements and bug fixes

**Ops Agent (`Ops`)**: 
- Manage local and production deployments
- Configure CI/CD pipelines and infrastructure
- Handle environment setup and dependency management

### Recommended Workflow

1. **Start with Design**: Create design documents for complex features
2. **Feature Branches**: Always work in isolated feature branches
3. **Agent Coordination**: Let specialized agents handle their domains
4. **Continuous Validation**: Use `push` command for comprehensive quality checks
5. **YOLO Mode**: Enable for extended development sessions without interruptions

## Getting Started

Begin with smaller projects to understand the framework's coordination patterns before applying to larger codebases.

**Safety Approach**: Agents provide recommendations and coordinate workflows without automatic code application. Recommended starting points:
- Personal utilities or side projects
- Non-critical development environments
- Projects where changes can be easily reviewed and validated

**Technical Requirements**: Node.js 16+, Python 3.8+

**📚 Documentation**: [**User Guide**](./docs/user-guide.md) | [Quick Start Guide](./docs/QUICKSTART.md) | [Framework Guide](./framework/CLAUDE.md) | [Custom Agents](./docs/old/user-guide/README.md)

## 🛠️ Developer Documentation

**For contributors and developers working on the framework:**

**📖 [Developer Documentation](./docs/developer/README.md)** - Comprehensive guide for framework development

### Developer Guides:
- [**Architecture Guide**](./docs/developer/architecture.md) - System design and component interaction
- [**Development Setup**](./docs/developer/setup.md) - Environment configuration and toolchain
- [**Contributing Guide**](./docs/developer/contributing.md) - How to contribute code and documentation
- [**API Reference**](./docs/developer/api-reference.md) - Complete API documentation
- [**Agent Development**](./docs/developer/agent-development.md) - Creating custom agents
- [**Testing Guide**](./docs/developer/testing.md) - Test strategies and best practices
- [**Performance Guide**](./docs/developer/performance.md) - Optimization techniques
- [**Security Guide**](./docs/developer/security.md) - Security best practices
- [**Deployment Guide**](./docs/developer/deployment.md) - Deployment strategies
- [**Debugging Guide**](./docs/developer/debugging.md) - Troubleshooting techniques

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "claude-multiagent-pm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Robert (Masa) Matsuoka\" <masa@matsuoka.com>",
    "keywords": "claude, project-management, ai-orchestration, multi-agent, agent-framework, subprocess-coordination, development-framework, automation, trackdown, task-management, mem0ai, llm, ai-agents, workflow-automation, developer-tools, devops, ci-cd, code-generation, documentation-automation",
    "author": null,
    "author_email": "\"Robert (Masa) Matsuoka\" <masa@matsuoka.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/bd/b293bd18d8bc22d8550874ac79f2ab92a5583f34bbcc6ebf8e146ac51913/claude_multiagent_pm-1.4.7.tar.gz",
    "platform": null,
    "description": "# Claude PM Framework\n\n[![Version](https://img.shields.io/badge/version-1.4.4-blue.svg)](https://www.npmjs.com/package/@bobmatnyc/claude-multiagent-pm)\n[![Framework](https://img.shields.io/badge/framework-014--005-green.svg)](./framework/CLAUDE.md)\n[![Node.js](https://img.shields.io/badge/node->=16.0.0-green.svg)](https://nodejs.org/)\n[![Python](https://img.shields.io/badge/python->=3.8.0-green.svg)](https://python.org/)\n\nA lightweight, flexible multi-agent framework for orchestrating AI-driven development workflows with unlimited custom agent creation.\n\nClaude PM brings the power of AI orchestration to your development workflow through a simple CLAUDE.md configuration file. By defining your project's goals and constraints in natural language, you enable specialized AI agent teams to collaborate on your codebase - with a PM orchestrator intelligently delegating tasks to Documentation, QA, Engineering, Security, and other specialized agents (including your own custom agents). This framework makes it remarkably easy to leverage AI assistance while maintaining full control over your development process.\n\n## Framework Positioning\n\n### Claude PM Framework vs claude-flow:\n\n| Aspect | Claude PM Framework | claude-flow |\n|--------|-------------------|-------------|\n| **Focus** | Individual developers & small teams | Large enterprises |\n| **Agent System** | **Unlimited custom agents** + 9 core agents | Fixed enterprise agent set |\n| **Setup** | Lightweight, immediate start | Heavy enterprise configuration |\n| **Customization** | **User-generated agents**, self-improving | Static templates, manual updates |\n| **Best For** | Rapid development, creative workflows | Enterprise governance, compliance |\n\n### Choose Claude PM Framework when:\n- You want to **create your own custom agents** for specific tasks\n- Need **lightweight setup** without enterprise overhead\n- Want agents that **learn and improve** from usage patterns\n- Building creative, adaptive workflows with **user-driven customization**\n\n## Installation\n\n### Quick Install\n\nChoose your preferred package manager:\n\n#### npm (Recommended for most users)\n```bash\nnpm install -g @bobmatnyc/claude-multiagent-pm\nclaude-pm --version\n```\n\n#### pip (Python Package Index)\n```bash\npip install claude-multiagent-pm\nclaude-pm --version\n```\n\n#### pipx (Recommended for macOS)\n```bash\npipx install claude-multiagent-pm\nclaude-pm --version\n```\n\n### Platform-Specific Installation\n\n#### \ud83c\udf4e macOS\nmacOS users often encounter \"externally-managed-environment\" errors with Homebrew Python. We recommend using **pipx**:\n\n```bash\n# Install pipx if you don't have it\nbrew install pipx\npipx ensurepath\n\n# Install Claude PM Framework\npipx install claude-multiagent-pm\n```\n\n**Alternative for macOS**: Use npm installation (avoids Python environment issues)\n```bash\nnpm install -g @bobmatnyc/claude-multiagent-pm\n```\n\n#### \ud83d\udc27 Linux\n```bash\n# Using pip with user flag\npip install --user claude-multiagent-pm\n\n# Or using pipx (recommended)\npipx install claude-multiagent-pm\n\n# Or using npm\nnpm install -g @bobmatnyc/claude-multiagent-pm\n```\n\n#### \ud83e\ude9f Windows\n```bash\n# Using pip\npip install claude-multiagent-pm\n\n# Or using npm (requires Node.js)\nnpm install -g @bobmatnyc/claude-multiagent-pm\n```\n\n### Verify Installation\n\nAfter installation, verify everything is working:\n\n```bash\n# Check CLI is available\nclaude-pm --version\n\n# Initialize in your project\ncd your-project\nclaude-pm init\n\n# Start using the framework\nclaude-pm\n```\n\n### Troubleshooting Installation\n\n#### \"command not found\" after installation\n- **npm**: Make sure npm's global bin directory is in your PATH\n  ```bash\n  echo 'export PATH=\"$PATH:$(npm prefix -g)/bin\"' >> ~/.bashrc\n  source ~/.bashrc\n  ```\n- **pip**: Make sure Python's user bin directory is in your PATH\n  ```bash\n  echo 'export PATH=\"$PATH:$HOME/.local/bin\"' >> ~/.bashrc\n  source ~/.bashrc\n  ```\n- **pipx**: Run `pipx ensurepath` and restart your terminal\n\n#### Python environment errors on macOS\n- Use pipx instead of pip (recommended)\n- Or use npm installation to avoid Python entirely\n- See our [macOS Installation Guide](./docs/MACOS_INSTALLATION_GUIDE.md) for detailed solutions\n\n#### Module import errors\n- Ensure you're using Python 3.8 or higher: `python --version`\n- Try reinstalling: `pip install --force-reinstall claude-multiagent-pm`\n- Check for conflicting installations: `pip show claude-multiagent-pm`\n\n#### npm postinstall errors\n- Ensure Node.js 16+ is installed: `node --version`\n- Clear npm cache: `npm cache clean --force`\n- Try installing without scripts: `npm install -g @bobmatnyc/claude-multiagent-pm --ignore-scripts`\n\n### Development Installation\n\nFor contributors who want to work on the framework itself:\n\n```bash\n# Clone the repository\ngit clone https://github.com/bobmatnyc/claude-multiagent-pm.git\ncd claude-multiagent-pm\n\n# Install in development mode\npip install -e .\n\n# Or use npm link\nnpm link\n```\n\n> **\u26a0\ufe0f Important**: Development installations are for framework contributors only. For using the framework in your projects, use the standard installation methods above.\n\n## \ud83d\udcd6 Getting Started\n\n**New to Claude PM Framework?** Start with our comprehensive user guide:\n\n**\ud83d\udc49 [Complete User Guide](./docs/user-guide.md)** - Your essential starting point for understanding and using the framework effectively.\n\nThe user guide covers everything from basic concepts to advanced workflows, including practical examples and best practices for orchestrating AI-driven development workflows.\n\n## Key Features (v1.4.4)\n\n- **\ud83d\udcbe Memory Safety Protection**: Real-time subprocess memory monitoring prevents system crashes from runaway processes\n- **\ud83c\udfaf Custom Agent Creation**: Create project-specific agents tailored to your domain - architecture, performance, UI/UX, compliance, and more\n- **\ud83e\udd16 Agent Registry & Hierarchical Discovery**: Dynamic agent discovery with project \u2192 user \u2192 system precedence\n- **\u26a1 Performance Optimization**: 99.7% improvement through SharedPromptCache integration\n- **\ud83d\udcb0 Prompt Optimization**: 50-66% token reduction through intelligent task analysis and dynamic model selection\n- **\ud83e\udde0 Agent Training System**: Self-improving agents that learn from experience\n- **\ud83d\udccb Unified Ticketing System**: Seamless integration with ai-trackdown-pytools for GitHub Issues management\n- **\ud83c\udfd7\ufe0f Two-Tier Agent Architecture**: Simplified architecture with extensible custom agent support\n- **\ud83d\udd04 Real-Time Agent Modification Tracking**: Monitors agent changes and adapts workflows\n- **\ud83d\udcdd Comprehensive Documentation**: Auto-generated changelogs, semantic versioning, and project documentation\n- **\ud83d\udd0d Quality Assurance**: Automated testing, linting, and security scanning across agent workflows\n- **\ud83d\ude80 Deployment Coordination**: Multi-agent deployment validation and management\n\n## \ud83d\udd27 Orchestration Model - Our Own Built-in Process Manager\n\n**IMPORTANT**: The Claude PM Framework uses its own custom-built process management system for agent orchestration. This is NOT Claude's Task Tool subprocess system - this is our framework's innovation.\n\n### How It Works\n\nThe PM (Project Manager) agent orchestrates all work by delegating to specialized agents through **our own built-in process manager**:\n\n1. **Process Creation**: PM analyzes tasks and creates agent processes using our process manager\n2. **Isolated Execution**: Each agent runs in its own controlled process environment\n3. **Context Filtering**: Agents receive only the context relevant to their specialization\n4. **Result Integration**: PM collects and integrates results from multiple agents\n5. **Workflow Coordination**: Complex multi-agent workflows are managed by our orchestration engine\n\n### Enhanced Agent Selection (v1.0.2)\n\n**NEW**: Natural language task descriptions are now automatically mapped to the right agent with 94.1% accuracy:\n\n- **Natural Language Support**: Simply describe what you need - the framework finds the right agent\n- **@agent_name Syntax**: Explicitly specify an agent using @agent_name (e.g., \"@researcher find Next.js docs\")\n- **Smart Keyword Matching**: Semantic parsing identifies agent types from task descriptions\n- **0.34ms Performance**: Lightning-fast agent selection with minimal overhead\n\nExamples:\n```bash\n# Natural language automatically selects the right agent\n\"Research the latest Next.js features\" \u2192 Research Agent\n\"Update the API documentation\" \u2192 Documentation Agent  \n\"Check test coverage\" \u2192 QA Agent\n\"Deploy to staging\" \u2192 Ops Agent\n\n# Explicit agent selection with @\n\"@engineer implement user authentication\"\n\"@security scan for vulnerabilities\"\n```\n\n### Benefits of Our Process Manager\n\n- **Concurrent Execution**: Run up to 10 specialized agents simultaneously\n- **Process Isolation**: Secure execution environment for each agent\n- **Error Recovery**: Robust handling of agent failures and timeouts\n- **Performance Tracking**: Built-in metrics and optimization\n- **Easy Extension**: Simple to add custom agents that integrate seamlessly\n- **Smart Routing**: Intelligent agent selection from natural language descriptions\n\nThis custom process management system is a core differentiator of the Claude PM Framework, purpose-built for AI agent coordination.\n\n## \ud83e\udde0 Agent Training & Continuous Learning\n\nOne of Claude PM Framework's most powerful features is its **built-in agent training system** that enables continuous improvement:\n\n### Self-Improving Agents\n- **Automatic Pattern Learning**: Agents learn from successful task completions\n- **Error Correction Capture**: Failed attempts become learning opportunities\n- **Performance Optimization**: Agents optimize their approaches based on metrics\n- **Knowledge Accumulation**: Each agent builds domain-specific expertise over time\n\n### Training Features\n- **Continuous Learning Engine**: Agents improve with every interaction\n- **Pattern Analysis**: Automatic detection of successful patterns\n- **Cross-Agent Learning**: Agents share learnings within their specialization\n- **User Feedback Integration**: Direct corrections improve agent behavior\n- **Performance Metrics**: Track agent improvement over time\n\n### How It Works\n1. **Task Execution**: Agents perform their specialized tasks\n2. **Outcome Analysis**: Success/failure patterns are captured\n3. **Learning Integration**: Patterns update agent knowledge base\n4. **Continuous Improvement**: Next execution benefits from learnings\n\nThis means your custom agents get **smarter and more efficient** the more you use them, without manual intervention.\n\n## \ud83d\udcb0 Prompt Optimization & Token Reduction\n\nThe Claude PM Framework includes intelligent prompt optimization that automatically reduces token usage by 50-66% while maintaining or improving task execution quality:\n\n### Three-Phase Optimization\n1. **Task Complexity Analysis**: Analyzes task requirements to determine complexity level\n2. **Dynamic Model Selection**: Automatically selects the optimal Claude model (Haiku/Sonnet/Opus)\n3. **Adaptive Prompt Templates**: Adjusts agent instructions based on task needs\n\n### Key Benefits\n- **50-66% Token Reduction**: Significant cost savings on API usage\n- **Faster Response Times**: Smaller prompts process more quickly\n- **Smart Model Selection**: Right model for the right task\n- **Enabled by Default**: No configuration needed - works automatically\n\n### Configuration\n```bash\n# Prompt optimization is enabled by default\n# To disable (not recommended):\nexport ENABLE_DYNAMIC_MODEL_SELECTION=false\n\n# The framework automatically optimizes all agent interactions\n```\n\n### How It Works\n- **Simple Tasks** (e.g., \"List files\") \u2192 Haiku model + minimal instructions\n- **Medium Tasks** (e.g., \"Fix bug\") \u2192 Sonnet model + standard instructions  \n- **Complex Tasks** (e.g., \"Refactor system\") \u2192 Opus model + comprehensive context\n\nSee [Prompt Optimization Guide](./docs/guides/prompt-optimization-guide.md) for detailed configuration and best practices.\n\n## Three Essential Commands\n\n- **`push`** - Complete development pipeline: documentation, testing, Git operations, and changelog generation\n- **`deploy`** - Local deployment with validation and health checks\n- **`publish`** - Package publication with validation and registry deployment\n\n## \ud83d\udccb Ticketing System Integration\n\nThe Claude PM Framework now includes seamless integration with **ai-trackdown-pytools** for comprehensive project management:\n\n### Features\n- **GitHub Issues Integration**: Direct synchronization with GitHub Issues\n- **Hierarchical Structure**: Epic \u2192 Issue \u2192 Task \u2192 PR organization\n- **AI-Powered Management**: Intelligent ticket creation and tracking\n- **Unified Experience**: Access ticketing features directly from claude-pm\n\n### Usage\n```bash\n# The ticketing system is automatically available\n# Use ai-trackdown commands within your project workflow\nai-trackdown --help\n```\n\nFor detailed ticketing documentation, see the [ai-trackdown-pytools documentation](https://github.com/ai-track-down/ai-trackdown-pytools).\n\n## Development Best Practices\n\n### Model Recommendations\n\n**Claude Sonnet**: Recommended for multi-agent orchestration due to fast response times and efficient task delegation capabilities. The framework's architecture is optimized for Sonnet's coordination patterns.\n\n**YOLO Mode**: Reduces approval prompts during extended development sessions. Enables continuous multi-agent workflows for feature development and refactoring tasks.\n\n### Agent-Driven Workflow\n\n**QA Agents**: Provide automated testing, linting, and quality validation throughout the development process. Integrated validation occurs at multiple workflow points rather than only at project completion.\n\n**Feature Branch Strategy**: Recommended approach for team development:\n```bash\ngit checkout -b feature/my-feature\nclaude-pm  # Work with agents in isolated branch\n# Agents coordinate testing, documentation, and validation\npush  # Multi-agent quality pipeline before merge\n```\n\n**Agent Specialization**: 8 core agent types + custom agent creation enables domain-specific expertise:\n- **Documentation Agent (`Documenter`)**: Pattern analysis and operational understanding\n- **QA Agent (`QA`)**: Testing, linting, and quality validation\n- **Version Control Agent (`Versioner`)**: Git operations and branch management\n- **Research Agent (`Researcher`)**: Investigation and analysis\n- **Ops Agent (`Ops`)**: Deployment and infrastructure\n- **Security Agent (`Security`)**: Security analysis and vulnerability assessment\n- **Engineer Agent (`Engineer`)**: Code implementation and development\n- **Data Engineer Agent (`Data Engineer`)**: Data store and AI API management\n- **Plus Custom Agents**: Create specialized agents for Architecture, Performance, UI/UX, Integration, and more via AgentRegistry\n\n### Development Workflow Comparison\n\n**Traditional Development**: Manual testing \u2192 Manual documentation \u2192 Manual review \u2192 Deploy\n\n**Orchestrated Development**: Your custom agents handle testing, documentation, and review processes while you focus on creative problem-solving and core logic. Enables rapid prototyping and agile development with minimal setup overhead.\n\n## Notable Features by Version\n\n### Version History (Most Recent First)\n\n#### v1.4.4 (Current) - July 2025\n- **Unified Ticketing System**: Complete integration with ai-trackdown-pytools\n- **Multi-Platform Support**: Full support for npm, pip, and pipx installation methods\n- **Enhanced Documentation**: Comprehensive installation guides for all platforms\n- **Improved Reliability**: Better error handling and dependency management\n\n#### v1.3.0 - July 2025\n- **Memory Safety Protection**: Real-time subprocess memory monitoring system\n- **Automatic Resource Protection**: Prevents crashes from runaway processes (8GB+ prevention)\n- **Configurable Thresholds**: Warning (1GB), Critical (2GB), Hard Limit (4GB) with env overrides\n- **Comprehensive Logging**: Detailed memory statistics and alerts for debugging\n- **Pre-flight Checks**: Verifies sufficient memory before subprocess creation\n\n#### v1.2.3 - July 2025\n- **Maintenance Release**: Documentation updates and test reorganization\n- **Base Agent Updates**: Added ticket update requirements for consistency\n- **Test Coverage**: Added BaseAgentManager unit tests\n- **File Path Fix**: Corrected base_agent_loader.py to use framework path\n\n#### v1.2.2 - July 2025\n- **Python Package Publishing**: Full PyPI distribution support\n- **Dependency Management**: Enhanced Python dependency handling and installation\n- **Agent Discovery Optimization**: Improved agent loading performance\n- **Documentation Reorganization**: Cleaner docs structure with better navigation\n\n#### v1.2.1 - July 2025\n- **Critical Fix**: Resolved npm postinstall Python dependency issues\n- **Auto-Recovery**: Added automatic dependency installation scripts\n- **Troubleshooting**: Comprehensive issue resolution documentation\n\n#### v1.2.0 - July 2025\n- **Base Agent Instructions**: Shared capabilities system for all agents\n- **BaseAgentManager API**: Structured updates to agent behaviors\n- **PM Orchestrator Agent**: Enhanced multi-agent coordination role\n- **Agent Versioning**: Track and manage agent changes over time\n- **Test Suite Reorganization**: Better test categorization\n\n#### v1.0.1 - July 2025\n- **Production Fixes**: Resolved agent discovery issues\n- **Deployment Improvements**: Better external project support\n\n#### v1.0.0 - July 2025\n- **LOCAL Orchestration**: Default mode for instant agent responses\n- **Subprocess Environment**: Robust agent delegation handling\n- **Performance Optimizations**: Major architectural improvements\n- **Framework Stability**: Production-ready release\n\n#### v0.9.3 - July 2025\n- **Agent Type Expansion**: Support for 35+ specialized agent types\n- **Natural Language Selection**: AI-powered agent matching from descriptions\n- **Performance Metrics**: 0.34ms agent selection speed\n\n#### v0.9.2 - July 2025\n- **Enhanced Agent Discovery**: Improved registry performance\n- **Documentation Updates**: Comprehensive user guides\n\n#### v0.9.1 - July 2025\n- **Import Resolution**: Fixed agent system functionality\n- **Interface Extraction**: Better model selection features\n- **User Guide**: Complete documentation overhaul\n\n#### v0.9.0 - July 2025\n- **Agent Registry System**: Revolutionary discovery with two-tier hierarchy\n- **99.7% Performance**: SharedPromptCache integration breakthrough\n- **Real-time Tracking**: Agent modification monitoring\n- **Streamlined Architecture**: Simplified hierarchy for maintainability\n\n#### v0.8.5 - July 2025\n- **Enhanced Testing**: Improved test coverage and reliability\n\n#### v0.8.4 - July 2025\n- **NPM Publishing**: Resolved package publication issues\n\n#### v0.8.3 - July 2025\n- **Subprocess Validation**: Protocol implementation for reliability\n- **Installer Fixes**: Fresh installation support improvements\n\n#### v0.8.2 - July 2025\n- **Cleanup System**: Comprehensive file management\n- **NPM Reliability**: Installation process improvements\n\n#### v0.8.1 - July 2025\n- **Dependency Fixes**: Resolved npm package issues\n\n#### v0.8.0 - July 2025\n- **Agent Restructuring**: Complete system architecture overhaul\n- **Memory Expansion**: Enhanced memory system capabilities\n- **Framework Foundation**: Core multi-agent capabilities established\n\n## Quick Start\n\nAfter installation (see [Installation](#installation) section above), get started:\n\n```bash\n# Navigate to your project\ncd your-project\n\n# Initialize Claude PM Framework\nclaude-pm init\n\n# Start orchestrating with AI agents\nclaude-pm\n```\n\n## Common Use Cases\n\n### \ud83c\udf31 New Project Setup\nEstablish framework-based development patterns from project start:\n```bash\nnpm install -g @bobmatnyc/claude-multiagent-pm\ncd my-new-project\nclaude-pm\n# Agents assist with establishing patterns, testing setup, and documentation structure\n```\n\n**\ud83d\udca1 Orchestrated Development**: Feature branch workflow with agent coordination:\n```bash\ngit checkout -b feature/auth-system\n# Coordinate with specialized agents for different development aspects\n# QA Agents manage testing, Documentation Agents handle documentation\npush  # Multi-agent validation pipeline\n```\n\n**\ud83d\udca1 Recommendation**: Create design documents before major feature development. Example prompt:\n> \"Help me design a user authentication system with JWT tokens and role-based access control\"\n\n### \ud83d\udd27 Refactor Existing Project\nApply framework-guided modernization to existing codebases:\n```bash\n# Install globally (compatible with monorepos)\nnpm install -g @bobmatnyc/claude-multiagent-pm\ncd existing-project\nclaude-pm\n# Agents suggest improvements without automatic application\n# Existing scripts and workflows remain unchanged\n```\n\n**\ud83d\udca1 Orchestrated Refactoring**: Coordinate agent specialization for systematic refactoring:\n```bash\ngit checkout -b refactor/typescript-migration\n# Documentation Agents analyze current patterns\n# QA Agents validate against regressions during refactoring\n# Version Control Agents coordinate branch strategy\npush  # Validate all changes before merge\n```\n\n**\ud83d\udca1 Recommendation**: Start with a refactoring design document. Simple prompts aren't as ideal, but claude-pm can figure things out, especially if you ask it to research:\n> \"Refactor file src/auth.js to keep line size under 100 characters\" --> research which best practices should be used with code patterns in those files\n> \"Refactor files in src/components/ to use TypeScript with strict typing\" --> research which best practices should be used with code patterns in those files\n\n### \ud83d\udccb Take Over Project\nUnderstand inherited or unfamiliar codebases through systematic analysis:\n```bash\ncd inherited-project\nclaude-pm\n# Agents scan and analyze codebase patterns\n# Accelerated project understanding through coordinated analysis\n```\n\n**\ud83d\udca1 Orchestrated Analysis**: Coordinate specialized agents for comprehensive project understanding:\n- **Documentation Agent**: Analyze existing patterns and architectural decisions\n- **QA Agent**: Identify testing gaps and quality issues\n- **Security Agent**: Scan for security vulnerabilities and compliance concerns\n- **Ticketing Integration**: Use ai-trackdown for organized task breakdown and tracking\n\n**\ud83d\udca1 Recommendation**: Document findings in a project analysis design document. Example prompt:\n> \"Analyze the current authentication flow and document any security concerns or improvement opportunities\"\n\n### \ud83c\udfe2 Monorepo Best Practices\nManaging multiple packages in a single repository:\n```bash\ncd my-monorepo\nclaude-pm\n# AI agents understand workspace structures and cross-package dependencies\n# Provides coordinated development across multiple projects\n```\n\n**Key Monorepo Features:**\n- **Workspace Detection**: Automatically identifies package.json workspaces, Lerna, Rush, or Nx configurations\n- **Cross-Package Dependencies**: Tracks and validates dependencies between internal packages\n- **Coordinated Testing**: Runs tests across affected packages when changes are made\n- **Shared Configuration**: Manages consistent linting, formatting, and build configs across packages\n- **Release Coordination**: Handles version bumping and publishing for multiple packages\n\n**Simple Monorepo Prompts:**\n> \"Update all packages in workspace to use TypeScript 5.0\"\n> \"Run tests for packages affected by changes in packages/shared\"\n> \"Refactor common utilities from packages/app-a and packages/app-b into packages/shared\"\n> \"Ensure all packages follow the same ESLint configuration\"\n\n**\ud83d\udca1 Orchestrated Monorepo Management**: Use agent coordination for complex monorepo operations:\n```bash\n# Feature branch for cross-package changes\ngit checkout -b feature/shared-utility-extraction\n# Documentation Agent analyzes package dependencies\n# QA Agent validates cross-package impacts\n# Ops Agent coordinates workspace builds\n# Use ai-trackdown to track cross-package changes\npush  # Comprehensive validation across all packages\n```\n\n**\ud83d\udca1 Monorepo Recommendation**: Create package-specific design documents to track individual package evolution while maintaining overall architecture coherence.\n\n---\n\n## Custom Agent Creation (v1.0.0)\n\n### Extend the Framework with Your Own Agents\n\nThe Claude PM Framework is fully extensible through custom agent creation. Instead of providing a fixed set of agents, the framework enables you to create project-specific agents tailored to your domain, technology stack, and workflow needs.\n\n**Why Create Custom Agents?**\n- **Domain Expertise**: Build agents that understand your specific industry, technology stack, or business processes\n- **Project Specialization**: Create agents for unique project requirements (e.g., compliance, architecture patterns, deployment workflows)\n- **Team Workflows**: Develop agents that match your team's specific development practices and standards\n- **Technology Integration**: Build agents that integrate with your specific tools, APIs, and infrastructure\n- **Override Defaults**: Customize core agent behavior for your project's specific needs\n\n**How It Works:**\nBuild specialized agents through a two-tier hierarchy system with dynamic discovery via AgentRegistry and real-time modification tracking. Your custom agents automatically integrate with the framework's orchestration system.\n\nThe framework includes a sophisticated **Agent Training System** that enables:\n- Continuous learning from task outcomes\n- Pattern recognition and optimization\n- Performance improvement over time\n- Knowledge sharing between similar agents\n\n#### Agent Hierarchy and Precedence (Simplified Two-Tier)\n\n**Directory Precedence (Highest to Lowest Priority):**\n1. **User Agents**: Directory hierarchy with precedence walking\n   - **Current Directory**: `$PWD/.claude-pm/agents/` (highest precedence)\n   - **Parent Directories**: Walk up tree checking `../.claude-pm/agents/`, `../../.claude-pm/agents/`, etc.\n   - **User Home**: `~/.claude-pm/agents/` (fallback user location)\n\n2. **System Agents**: `claude_pm/agents/`\n   - Core framework functionality (8 core agent types)\n   - Always available as fallback\n\n#### User-Agents Directory Structure (v1.0.0)\n\n```\n$PWD/.claude-pm/agents/\n\u251c\u2500\u2500 specialized/\n\u2502   \u251c\u2500\u2500 performance-agent.md\n\u2502   \u251c\u2500\u2500 architecture-agent.md\n\u2502   \u2514\u2500\u2500 integration-agent.md\n\u251c\u2500\u2500 custom/\n\u2502   \u251c\u2500\u2500 project-manager-agent.md\n\u2502   \u2514\u2500\u2500 business-analyst-agent.md\n\u2514\u2500\u2500 overrides/\n    \u251c\u2500\u2500 documentation-agent.md  # Override system Documentation Agent\n    \u2514\u2500\u2500 qa-agent.md             # Override system QA Agent\n```\n\n### WHEN/WHY/WHAT Requirements for Custom Agents\n\n**MANDATORY: Custom agents must provide clear usage guidelines:**\n\n#### 1. **WHEN to Use the Agent**\n```markdown\n# Custom Agent: Performance Optimization Specialist\n\n## When to Use This Agent\n- Database query optimization tasks\n- Application performance bottlenecks\n- Memory usage analysis and optimization\n- Load testing and stress testing coordination\n- Performance monitoring setup\n```\n\n#### 2. **WHY the Agent Exists**\n```markdown\n## Why This Agent Exists\n- Specialized knowledge in performance profiling tools\n- Deep understanding of database optimization techniques\n- Experience with load testing frameworks and analysis\n- Focused expertise beyond general QA or Engineering agents\n```\n\n#### 3. **WHAT the Agent Does**\n```markdown\n## Agent Capabilities\n- **Primary Role**: Application and database performance optimization\n- **Specializations**: ['performance', 'monitoring', 'database', 'optimization']\n- **Tools**: Profiling tools, performance monitors, load testing frameworks\n- **Authority**: Performance analysis, optimization recommendations, monitoring setup\n\n## Specific Tasks This Agent Handles\n1. **Database Optimization**: Query analysis, index optimization, schema tuning\n2. **Application Profiling**: Memory analysis, CPU optimization, bottleneck identification\n3. **Load Testing**: Stress test design, performance baseline establishment\n4. **Monitoring Setup**: Performance dashboard creation, alerting configuration\n5. **Optimization Reporting**: Performance analysis reports, improvement recommendations\n```\n\n### Custom Agent File Template\n\n```markdown\n# [Agent Name] Agent\n\n## Agent Profile\n- **Nickname**: [Short name for Task Tool delegation]\n- **Type**: [Agent category]\n- **Specializations**: [List of specialization tags]\n- **Authority**: [What this agent has authority over]\n\n## When to Use\n[Specific scenarios where this agent should be selected]\n\n## Why This Agent Exists\n[Rationale for specialized functionality beyond core agents]\n\n## Capabilities\n[Detailed list of what this agent can do]\n\n## Task Tool Integration\n**Standard Delegation Format:**\n```\n**[Agent Nickname]**: [Task description]\n\nTEMPORAL CONTEXT: Today is [date]. Apply date awareness to [agent-specific considerations].\n\n**Task**: [Specific work items]\n1. [Action item 1]\n2. [Action item 2]\n3. [Action item 3]\n\n**Context**: [Agent-specific context requirements]\n**Authority**: [Agent's decision-making scope]\n**Expected Results**: [Specific deliverables]\n**Integration**: [How results integrate with other agents]\n```\n\n## Collaboration Patterns\n[How this agent works with other agents]\n\n## Performance Considerations\n[Agent-specific performance requirements or optimizations]\n```\n\n### Agent Registry Integration (v1.0.0)\n\n**Dynamic Agent Discovery with 99.7% Performance Improvement:**\n```python\nfrom claude_pm.core.agent_registry import AgentRegistry\n\n# Initialize registry with SharedPromptCache integration\nregistry = AgentRegistry()\n\n# List all available agents with metadata (cached for performance)\nagents = registry.listAgents()\n\n# Discover agents by specialization (optimized lookup)\nperformance_agents = registry.listAgents(specialization='performance')\nui_agents = registry.listAgents(specialization='ui_ux')\narchitecture_agents = registry.listAgents(specialization='architecture')\n\n# Multi-specialization discovery with cache optimization\nmulti_spec = registry.listAgents(specializations=['integration', 'performance'])\n```\n\n### Custom Agent Best Practices\n\n#### Agent Metadata Requirements\n- **Clear Specializations**: Use specific tags for agent discovery\n- **Authority Scope**: Define what decisions the agent can make\n- **Collaboration Patterns**: Specify how the agent works with others\n- **Performance Profile**: Include performance considerations\n\n#### Delegation Format Standards\n- Use consistent Task Tool delegation format\n- Include temporal context for date awareness\n- Provide comprehensive context filtering\n- Specify expected results and integration patterns\n\n#### Performance Considerations (v1.0.0)\n- **SharedPromptCache Integration**: 99.7% faster agent loading through intelligent caching\n- **Real-Time Modification Tracking**: Monitor agent changes and adapt workflows automatically\n- **Optimized Discovery**: <100ms agent discovery for typical projects\n- **Cache Efficiency**: Target >95% cache hit ratios for repeated operations\n\n### Custom Agent Types You Can Create\n\n**Extensible Agent System:**\n- **Core 8**: Documentation, Version Control, QA, Research, Ops, Security, Engineer, Data Engineer\n- **Architecture & Design**: Create agents for Architecture, UI/UX, Design, Strategy\n- **Development**: Build agents for Frontend, Backend, Mobile, API, Integration\n- **Operations**: Define agents for Infrastructure, Deployment, Monitoring, Performance\n- **Business**: Develop agents for PM, Product, Marketing, Business, Customer Success\n- **Compliance**: Create agents for Legal, Finance, Security, Compliance\n- **Specialized**: Build agents for Migration, Optimization, Automation, Analytics\n\n### Registry-Enhanced Delegation Patterns\n\n**Dynamic Agent Selection Examples:**\n- **\"optimize\"** \u2192 Performance Agent via registry discovery (specialization: ['performance', 'monitoring'])\n- **\"architect\"** \u2192 Architecture Agent via registry discovery (specialization: ['architecture', 'design'])\n- **\"integrate\"** \u2192 Integration Agent via registry discovery (specialization: ['integration', 'api'])\n- **\"ui/ux\"** \u2192 UI/UX Agent via registry discovery (specialization: ['ui_ux', 'design'])\n- **\"monitor\"** \u2192 Monitoring Agent via registry discovery (specialization: ['monitoring', 'analytics'])\n\n### Quick Start: Creating Your First Custom Agent\n\n**5-Minute Setup:**\n```bash\n# 1. Create agent directory in your project\nmkdir -p .claude-pm/agents/specialized/\n\n# 2. Create a custom agent (example: API Testing Agent)\ncat > .claude-pm/agents/specialized/api-testing-agent.md << 'EOF'\n# API Testing Agent\n\n## Agent Profile\n- **Nickname**: APITester\n- **Type**: testing\n- **Specializations**: ['api', 'testing', 'integration']\n- **Authority**: API testing strategies and validation\n\n## When to Use\n- API endpoint testing and validation needed\n- Integration testing between services\n- API documentation and contract testing\n\n## Why This Agent Exists\n- Specialized knowledge of API testing frameworks\n- Understanding of REST/GraphQL testing patterns\n- Focused expertise beyond general QA testing\n\n## Capabilities\n- API endpoint testing with multiple frameworks\n- Contract testing and schema validation\n- Load testing for API performance\n- API documentation generation and validation\nEOF\n\n# 3. Test agent discovery\npython -c \"from claude_pm.core.agent_registry import AgentRegistry; registry = AgentRegistry(); print('Custom agent discovered:', 'api-testing-agent' in str(registry.listAgents()))\"\n```\n\n**Usage in Workflows:**\n```bash\nclaude-pm\n# Your custom APITester agent is now available for delegation\n# Task Tool can automatically discover and use it for API-related tasks\n```\n\n### Complete Setup Guide\n\n1. **Identify Specialization Gap**: Determine what expertise your project needs beyond core agents\n2. **Create Agent Directory**: Set up user-agents directory structure in your project\n3. **Write Agent Definition**: Use the template to create comprehensive agent documentation\n4. **Test Agent Discovery**: Verify the agent is discovered by AgentRegistry\n5. **Integrate with Workflows**: Update your orchestration patterns to leverage the custom agent\n\n### Custom Agent Benefits Summary\n\n**Extensibility Over Fixed Sets**: Rather than providing a predetermined list of agents, the Claude PM Framework empowers you to build exactly what your project needs. Whether you're working with specific cloud platforms, compliance requirements, architectural patterns, or unique deployment workflows, you can create agents that understand your context and provide specialized expertise.\n\n**Seamless Integration**: Custom agents automatically integrate with the framework's orchestration system, AgentRegistry discovery, and Task Tool delegation patterns. Your custom agents work alongside the 9 core agents to provide comprehensive project coverage.\n\n**Performance Optimized**: Custom agents benefit from the same 99.7% performance improvements through SharedPromptCache integration and real-time modification tracking that core agents enjoy.\n\n---\n\n## Developer Workflow\n\n### Orchestrated vs Traditional Development\n\n**Traditional Approach**: Manual handling of testing, documentation, deployment, and quality checks.\n\n**Orchestrated Approach**: Specialized agents coordinate their respective domains while developers focus on architecture and core logic:\n\n```bash\n# Start feature development\ngit checkout -b feature/user-dashboard\n\n# Work with orchestrated agents\nclaude-pm\n# Documentation Agent: Analyze patterns and requirements\n# QA Agent: Set up testing framework and validation\n# Ops Agent: Configure deployment pipeline\n# Use ai-trackdown to track feature development progress\n\n# Continuous validation throughout development\npush  # Multi-agent quality pipeline before commit\n```\n\n### Working with Agent Types\n\n**Documentation Agent (`Documenter`)**: \n- Analyze your codebase patterns and architectural decisions\n- Generate and maintain technical documentation\n- Provide operational insights for better development practices\n\n**Ticketing Integration**:\n- Unified ticketing through ai-trackdown-pytools\n- Direct GitHub Issues management from the framework\n- Track project progress and coordinate development workflow\n\n**QA Agent (`QA`)**: \n- Catch errors before they reach your codebase\n- Set up comprehensive testing strategies\n- Validate code quality and adherence to best practices\n\n**Version Control Agent (`Versioner`)**: \n- Manage branch strategies and Git operations\n- Handle merge conflicts and integration challenges\n- Coordinate feature branch workflows\n\n**Engineer Agent (`Engineer`)**:\n- Write, modify, and implement code changes\n- Create inline documentation and code comments\n- Implement feature requirements and bug fixes\n\n**Ops Agent (`Ops`)**: \n- Manage local and production deployments\n- Configure CI/CD pipelines and infrastructure\n- Handle environment setup and dependency management\n\n### Recommended Workflow\n\n1. **Start with Design**: Create design documents for complex features\n2. **Feature Branches**: Always work in isolated feature branches\n3. **Agent Coordination**: Let specialized agents handle their domains\n4. **Continuous Validation**: Use `push` command for comprehensive quality checks\n5. **YOLO Mode**: Enable for extended development sessions without interruptions\n\n## Getting Started\n\nBegin with smaller projects to understand the framework's coordination patterns before applying to larger codebases.\n\n**Safety Approach**: Agents provide recommendations and coordinate workflows without automatic code application. Recommended starting points:\n- Personal utilities or side projects\n- Non-critical development environments\n- Projects where changes can be easily reviewed and validated\n\n**Technical Requirements**: Node.js 16+, Python 3.8+\n\n**\ud83d\udcda Documentation**: [**User Guide**](./docs/user-guide.md) | [Quick Start Guide](./docs/QUICKSTART.md) | [Framework Guide](./framework/CLAUDE.md) | [Custom Agents](./docs/old/user-guide/README.md)\n\n## \ud83d\udee0\ufe0f Developer Documentation\n\n**For contributors and developers working on the framework:**\n\n**\ud83d\udcd6 [Developer Documentation](./docs/developer/README.md)** - Comprehensive guide for framework development\n\n### Developer Guides:\n- [**Architecture Guide**](./docs/developer/architecture.md) - System design and component interaction\n- [**Development Setup**](./docs/developer/setup.md) - Environment configuration and toolchain\n- [**Contributing Guide**](./docs/developer/contributing.md) - How to contribute code and documentation\n- [**API Reference**](./docs/developer/api-reference.md) - Complete API documentation\n- [**Agent Development**](./docs/developer/agent-development.md) - Creating custom agents\n- [**Testing Guide**](./docs/developer/testing.md) - Test strategies and best practices\n- [**Performance Guide**](./docs/developer/performance.md) - Optimization techniques\n- [**Security Guide**](./docs/developer/security.md) - Security best practices\n- [**Deployment Guide**](./docs/developer/deployment.md) - Deployment strategies\n- [**Debugging Guide**](./docs/developer/debugging.md) - Troubleshooting techniques\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Claude Multi-Agent Project Management Framework for AI-driven orchestration",
    "version": "1.4.7",
    "project_urls": {
        "Bug Reports": "https://github.com/bobmatnyc/claude-multiagent-pm/issues",
        "Changelog": "https://github.com/bobmatnyc/claude-multiagent-pm/blob/main/docs/CHANGELOG.md",
        "Documentation": "https://github.com/bobmatnyc/claude-multiagent-pm#readme",
        "Homepage": "https://github.com/bobmatnyc/claude-multiagent-pm",
        "Releases": "https://github.com/bobmatnyc/claude-multiagent-pm/releases",
        "Repository": "https://github.com/bobmatnyc/claude-multiagent-pm.git",
        "Source Code": "https://github.com/bobmatnyc/claude-multiagent-pm"
    },
    "split_keywords": [
        "claude",
        " project-management",
        " ai-orchestration",
        " multi-agent",
        " agent-framework",
        " subprocess-coordination",
        " development-framework",
        " automation",
        " trackdown",
        " task-management",
        " mem0ai",
        " llm",
        " ai-agents",
        " workflow-automation",
        " developer-tools",
        " devops",
        " ci-cd",
        " code-generation",
        " documentation-automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af1f4a5a9650c8197a8b4a26767249a6e215293e9c12c08291cd95d242e4940d",
                "md5": "561dd1b1628e7e68e01f668352bdecad",
                "sha256": "482575eb9068eb5268e8633ac06071b19fdd04c40f27153f7e42a4e56da23b2d"
            },
            "downloads": -1,
            "filename": "claude_multiagent_pm-1.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "561dd1b1628e7e68e01f668352bdecad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1083385,
            "upload_time": "2025-07-22T21:42:42",
            "upload_time_iso_8601": "2025-07-22T21:42:42.420979Z",
            "url": "https://files.pythonhosted.org/packages/af/1f/4a5a9650c8197a8b4a26767249a6e215293e9c12c08291cd95d242e4940d/claude_multiagent_pm-1.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44bdb293bd18d8bc22d8550874ac79f2ab92a5583f34bbcc6ebf8e146ac51913",
                "md5": "b2ead98dca9fd6f602b3e35ab39b618a",
                "sha256": "877fcd90f308780914e9d09bdaab12c4f9b79901983a3bc72c00c374de29ae6e"
            },
            "downloads": -1,
            "filename": "claude_multiagent_pm-1.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b2ead98dca9fd6f602b3e35ab39b618a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1236624,
            "upload_time": "2025-07-22T21:42:44",
            "upload_time_iso_8601": "2025-07-22T21:42:44.549504Z",
            "url": "https://files.pythonhosted.org/packages/44/bd/b293bd18d8bc22d8550874ac79f2ab92a5583f34bbcc6ebf8e146ac51913/claude_multiagent_pm-1.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 21:42:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bobmatnyc",
    "github_project": "claude-multiagent-pm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "claude-multiagent-pm"
}
        
Elapsed time: 1.52344s