pdd-skilllisted
Install: claude install-skill harshal2802/pdd-skill
# Prompt Driven Development (PDD) Skill
This skill turns Claude into a PDD partner — helping users structure, operate, and improve AI-assisted development projects.
**Nine core workflows:**
<!-- GENERATED:claude-workflow-overview:start -->
1. **Scaffold** — set up a new project folder structure
2. **Init** — add PDD to an existing project (auto-detects stack and conventions)
3. **Context** — write or update context files (`project.md`, `conventions.md`, `decisions.md`)
4. **Research** — explore a problem space, evaluate approaches, and decide what to build
5. **Plan** — decompose a feature into phases and a prompt chain strategy
6. **Prompts** — generate well-structured feature prompts
7. **Update** — improve or refactor an existing prompt
8. **Review** — verify and review AI-generated output before committing (includes automated quality checks)
9. **Eval** — run prompt evaluations and track quality over time
<!-- GENERATED:claude-workflow-overview:end -->
<!-- GENERATED:claude-quick-path:start -->
**Quick path**: For simple features, you only need **Context -> Prompts -> Review**. Research, Plan, and Eval add value for complex or critical features but are not required for every task. Use **Init** instead of Scaffold when adding PDD to a project that already has code.
<!-- GENERATED:claude-quick-path:end -->
---
## Step 0: Identify what the user needs
<!-- GENERATED:claude-routing-table:start -->
| If the user says... | Use workflow |
|---|---|
| "Start a new PDD projec