Skip to content

amitpatole/APM_Plan_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APM CLI Tool

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.

Features

  • Interactive CLI for generating APM plans
  • Supports MCP and prompt engineering best practices
  • Outputs ready-to-use project management artifacts

Usage

python apm_cli.py

Follow the prompts to generate your APM plan.

Help & Examples

Show CLI help

python apm_cli.py --help

Generate an APM plan interactively

python apm_cli.py generate

List available templates

python apm_cli.py list-templates

Fetch templates from the reference repository

python apm_cli.py fetch-templates

Scan a templates directory

python apm_cli.py scan-templates --templates-dir templates

Customize a template with OpenAI

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"

Customize a template with Claude (Anthropic)

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"

Customize a template with Gemini (Google)

export GEMINI_API_KEY=your-gemini-key
python apm_cli.py customize-template-gemini path/to/template.md --customization-prompt "Focus on agile methodology"

Initialize a new configuration file

python apm_cli.py init-config --format json
python apm_cli.py init-config --format yaml

Requirements

  • Python 3.8+
  • See requirements.txt for dependencies

References

About

This CLI tool generates Agentic Project Management (APM) plans, including Model Context Protocol (MCP) and prompt engineering templates, tailored for your project needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages