Skip to content

Releases: TFD-42/Pro-Prompt

Pro-Prompt v2.1.0

24 May 01:16

Choose a tag to compare

Pro-Prompt v2.1.0 — Local LLM Prompt Engineering & Manifest Generator

First public release of Pro-Prompt, a CLI tool and interactive launcher that transforms task descriptions into comprehensive, reproducible instruction manifests using local LLMs via Ollama.

Highlights

  • 173 prompt engineering techniques across 15 categories (CoT, ToT, ReAct, MECE, red teaming, and more)
  • 8 anti-patterns with symptoms and fixes
  • Quick-reference matrix for task-based technique selection
  • Single model generation with real-time token streaming
  • Parallel dual-model generation with split-screen live display
  • Expert synthesis — merges two manifests into a unified, superior document
  • Full pipeline — parallel generation + synthesis in one command
  • Web enrichment — automatic DuckDuckGo search for real-world context injection
  • Model auto-detection — lists locally installed Ollama models with numbered picker
  • Auto-install — installs Ollama and Python automatically on macOS, Linux, and Windows
  • Session memory and persistent settings

Install

git clone https://github.com/TFD-42/Pro-Prompt.git
cd Pro-Prompt
chmod +x install.sh && ./install.sh
source .venv/bin/activate
python3 prompt_expert_enhence.py

Requirements

  • Ollama (installed automatically)
  • Python 3.8+
  • At least one Ollama model pulled

License

MIT