Install PDD
Get up and running in under 5 minutes with
uv or pipQuickstart
Run your first prompt-to-code workflow with the Hello example
Core Concepts
Understand the PDD philosophy and the mold paradigm
Command Reference
Every command, flag, and option documented
What PDD does
PDD provides a complete workflow from a natural-language prompt to production-ready, tested code:Write a prompt file
Describe what you want in a
.prompt file using natural language. Prompts are modular and composable — one prompt per module.Run pdd sync
The
sync command runs the full cycle automatically: resolves dependencies, generates code, creates runnable examples, verifies correctness, generates tests, fixes bugs, and back-propagates learnings to your prompt.Iterate with prompts, not code
When requirements change, update the prompt and regenerate. PDD’s fingerprint-based change detection only regenerates what needs updating.
Choose your workflow
Web Interface
Launch
pdd connect for a visual browser-based UI — the easiest way to get startedIssue-Driven CLI
Point PDD at a GitHub issue and let it implement the feature or fix automatically
Prompt Workflow
Write prompt files and use
pdd sync for full manual control over the generation cycle