#308 · Primary category: AI Coding Assistants

pdd

ai cli code developer-tools development methodology prompt prompt-engineering prompt-toolkit prompts prompts-template

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