Attribution: This project is based on and inspired by agentic-project-management. Special thanks to the original authors for their foundational work.
This CLI tool generates Agentic Project Management (APM) plans, including Model Context Protocol (MCP) and prompt engineering templates, tailored for your project needs. It extends and customizes the ideas and templates from the original agentic-project-management project.
- Interactive CLI for generating APM plans
- Supports MCP and prompt engineering best practices
- Outputs ready-to-use project management artifacts
python apm_cli.py
Follow the prompts to generate your APM plan.
python apm_cli.py --help
python apm_cli.py generate
python apm_cli.py list-templates
python apm_cli.py fetch-templates
python apm_cli.py scan-templates --templates-dir templates
export OPENAI_API_KEY=your-openai-key
python apm_cli.py customize-template path/to/template.md --customization-prompt "Make it suitable for a healthcare project"
export CLAUDE_API_KEY=your-claude-key
python apm_cli.py customize-template-claude path/to/template.md --customization-prompt "Add more risk management details"
export GEMINI_API_KEY=your-gemini-key
python apm_cli.py customize-template-gemini path/to/template.md --customization-prompt "Focus on agile methodology"
python apm_cli.py init-config --format json
python apm_cli.py init-config --format yaml
- Python 3.8+
- See
requirements.txtfor dependencies
- Agentic Project Management (APM) Guide
- Management and implementation plans in this repository
- This project is a derivative work and would not be possible without the original agentic-project-management repository.