#308 · Primary category: AI Coding Assistants
pdd
Prompt Driven Development (PDD): The Last Programming Language™. Prompt files are source; code is generated output.
Project last updated:08/24/26
GitHub Stars
854
Forks
76
Contributors
35
License
MIT
Why we included this project
PDD flips the usual relationship between prompts and code. You write .prompt files as the durable, versioned source, and the Python, TypeScript, or Go that comes out of them is treated as a generated artifact, still worth reviewing but no longer the primary source of truth. From the CLI you can turn GitHub issues into a structured agentic workflow: one command implements feature requests, another reproduces a runtime bug as a failing test, a third fixes that test, and a fourth generates UI tests straight from issue descriptions. A sync command re-aligns the generated code whenever the human-authored spec changes. It suits small teams and solo builders who want automation beyond editor autocomplete but still need output they can read and test.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.