From 6abd641c6e4613efe6671e19d5f2e544310df9fc Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Thu, 19 Mar 2026 10:19:01 -0700 Subject: [PATCH 1/2] Improve README opening with stronger value proposition Add a compelling hook and value prop paragraph to the README opening: - Hook: 'Agentic prompts are the most important code you're not engineering' - Problem: ad hoc prompts are copy-pasted, untested, inconsistent - Value prop: PromptKit applies software engineering rigor (modularity, reuse, testing, code review) to prompts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c875529..eed39c7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ A composable, versioned library of prompt templates for software engineering tasks. Designed for software engineers who design, develop, and debug software. +**Agentic prompts are the most important code you're not engineering.** +Every AI-assisted task — investigating bugs, writing requirements, reviewing +code — lives or dies by the prompt that drives it. Yet most teams still +write these prompts ad hoc: copy-pasted, untested, inconsistent, and +impossible to improve systematically. + +PromptKit treats prompts as code. It gives you composable, version-controlled +components — personas, reasoning protocols, output formats, and task +templates — that snap together into reliable, repeatable prompts. The same +engineering rigor you apply to your software (modularity, reuse, testing, +code review) now applies to the prompts that build it. + ## Prerequisites - **Git** — [Install Git](https://git-scm.com/) From e8f32ff30805f6b463c6c7d07cf063806532ade3 Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Thu, 19 Mar 2026 10:33:39 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eed39c7..2f108f9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@ A composable, versioned library of prompt templates for software engineering tas Designed for software engineers who design, develop, and debug software. **Agentic prompts are the most important code you're not engineering.** -Every AI-assisted task — investigating bugs, writing requirements, reviewing -code — lives or dies by the prompt that drives it. Yet most teams still -write these prompts ad hoc: copy-pasted, untested, inconsistent, and -impossible to improve systematically. +Every AI-assisted task — investigating bugs, writing requirements, reviewing code — lives or dies by the prompt that drives it. +Yet most teams still write these prompts ad hoc: copy-pasted, untested, inconsistent, and impossible to improve systematically. PromptKit treats prompts as code. It gives you composable, version-controlled components — personas, reasoning protocols, output formats, and task