CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/prompt_automation/__init__.py
src/prompt_automation/config.py
src/prompt_automation/errorlog.py
src/prompt_automation/hotkeys.py
src/prompt_automation/logger.py
src/prompt_automation/paste.py
src/prompt_automation/renderer.py
src/prompt_automation/shortcuts.py
src/prompt_automation/switch_mode.py
src/prompt_automation/update.py
src/prompt_automation/updater.py
src/prompt_automation/utils.py
src/prompt_automation.egg-info/PKG-INFO
src/prompt_automation.egg-info/SOURCES.txt
src/prompt_automation.egg-info/dependency_links.txt
src/prompt_automation.egg-info/entry_points.txt
src/prompt_automation.egg-info/requires.txt
src/prompt_automation.egg-info/top_level.txt
src/prompt_automation/cli/__init__.py
src/prompt_automation/cli/cli.py
src/prompt_automation/cli/dependencies.py
src/prompt_automation/cli/render.py
src/prompt_automation/cli/template_select.py
src/prompt_automation/cli/update.py
src/prompt_automation/gui/__init__.py
src/prompt_automation/gui/controller.py
src/prompt_automation/gui/file_append.py
src/prompt_automation/gui/gui.py
src/prompt_automation/gui/new_template_wizard.py
src/prompt_automation/gui/review_window.py
src/prompt_automation/gui/template_selector.py
src/prompt_automation/gui/collector/__init__.py
src/prompt_automation/gui/collector/overrides.py
src/prompt_automation/gui/collector/persistence.py
src/prompt_automation/gui/collector/prompts.py
src/prompt_automation/gui/selector/__init__.py
src/prompt_automation/gui/selector/controller.py
src/prompt_automation/gui/selector/model.py
src/prompt_automation/gui/selector/service.py
src/prompt_automation/gui/selector/view.py
src/prompt_automation/hotkey/linux.yaml
src/prompt_automation/hotkey/macos.applescript
src/prompt_automation/hotkey/windows.ahk
src/prompt_automation/hotkeys/__init__.py
src/prompt_automation/hotkeys/base.py
src/prompt_automation/hotkeys/linux.py
src/prompt_automation/hotkeys/macos.py
src/prompt_automation/hotkeys/windows.py
src/prompt_automation/install/__init__.py
src/prompt_automation/install/hotkey.py
src/prompt_automation/menus/__init__.py
src/prompt_automation/menus/creation.py
src/prompt_automation/menus/listing.py
src/prompt_automation/menus/picker.py
src/prompt_automation/prompts/styles/globals.json
src/prompt_automation/prompts/styles/Code/01_track-bug.json
src/prompt_automation/prompts/styles/Code/09_llm-coding-reminders.json
src/prompt_automation/prompts/styles/Code/10_agentic-workflow-orchestration.json
src/prompt_automation/prompts/styles/Code/13_add-feature.json
src/prompt_automation/prompts/styles/Code/14_write-tests.json
src/prompt_automation/prompts/styles/Code/15_read-code-analysis.json
src/prompt_automation/prompts/styles/Code/20_security-pentesting-unbiased.json
src/prompt_automation/prompts/styles/Code/Code-Cleanup/18_cleanup-efficiency.json
src/prompt_automation/prompts/styles/Code/Code-Cleanup/19_cleanup-maintainability.json
src/prompt_automation/prompts/styles/Decision-Making/21_quick-verify.json
src/prompt_automation/prompts/styles/Decision-Making/22_bias-reminders-and-questions.json
src/prompt_automation/prompts/styles/Decision-Making/General-Frameworks/23_steelman-opposite.json
src/prompt_automation/prompts/styles/Decision-Making/General-Frameworks/24_decision-framework-from-book.json
src/prompt_automation/prompts/styles/Decision-Making/PAIN/25_pain-quick-command.json
src/prompt_automation/prompts/styles/Decision-Making/PAIN/26_speak-or-not-filters.json
src/prompt_automation/prompts/styles/LLM-Techniques/02_refactor-large-file.json
src/prompt_automation/prompts/styles/LLM-Techniques/27_one-shot.json
src/prompt_automation/prompts/styles/LLM-Techniques/28_few-shot.json
src/prompt_automation/prompts/styles/LLM-Techniques/29_meta-prompt.json
src/prompt_automation/prompts/styles/LLM-Techniques/30_context-refresh.json
src/prompt_automation/prompts/styles/LLM-Techniques/31_crit.json
src/prompt_automation/prompts/styles/LLM-Techniques/Advanced-Workflows/32_agentic-workflow-starred.json
src/prompt_automation/prompts/styles/LLM-Techniques/Advanced-Workflows/33_rag.json
src/prompt_automation/prompts/styles/LLM-Techniques/Advanced-Workflows/34_tree-of-thoughts-decision-tree.json
src/prompt_automation/prompts/styles/LLM-Techniques/Advanced-Workflows/35_chain-of-thought.json
src/prompt_automation/prompts/styles/LLM-Techniques/Follow-Up/36_graph-and-mindmap.json
src/prompt_automation/prompts/styles/LLM-Techniques/Follow-Up/37_make-prompt-from-good-outcome.json
src/prompt_automation/prompts/styles/LLM-Techniques/Follow-Up/38_troubleshoot-improve-prompt.json
src/prompt_automation/prompts/styles/Plans/05_comprehensive-plan.json
src/prompt_automation/prompts/styles/Plans/06_break-plan-by-context-length.json
src/prompt_automation/prompts/styles/Plans/07_improve-ambiguous-plan.json
src/prompt_automation/prompts/styles/Plans/08_project-worthiness-and-integration.json
src/prompt_automation/prompts/styles/Reviews/03_daily-review.json
src/prompt_automation/prompts/styles/Reviews/04_next-right-action-todoist.json
src/prompt_automation/prompts/styles/Reviews/12_objectives-vs-outcomes-tracker.json
src/prompt_automation/prompts/styles/Reviews/16_nightly-review.json
src/prompt_automation/prompts/styles/Reviews/40_decision-track-log.json
src/prompt_automation/prompts/styles/Settings/43_quick-settings-autohotkey-autoupdate.json
src/prompt_automation/prompts/styles/Settings/settings.json
src/prompt_automation/prompts/styles/Settings/template-shortcuts.json
src/prompt_automation/prompts/styles/Summaries/41_summarize-text-article.json
src/prompt_automation/prompts/styles/Summaries/42_summarize-book.json
src/prompt_automation/prompts/styles/Summaries/44_summarize-podcast-video.json
src/prompt_automation/prompts/styles/Tool/46_create-or-modify-project-structure.json
src/prompt_automation/prompts/styles/Tool/47_append-log-entry.json
src/prompt_automation/resources/banner.txt
src/prompt_automation/variables/__init__.py
src/prompt_automation/variables/core.py
src/prompt_automation/variables/files.py
src/prompt_automation/variables/gui.py
src/prompt_automation/variables/storage.py
src/prompt_automation/variables/values.py
tests/test_config.py
tests/test_defaults_and_reminders.py
tests/test_global_auto_injection.py
tests/test_gui_import.py
tests/test_multi_file_placeholders.py
tests/test_shareable.py
tests/test_shortcuts.py