Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
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/)
Expand Down
Loading