diff --git a/product-team/code-to-prd/SKILL.md b/product-team/code-to-prd/SKILL.md index f63c934..42c73b8 100644 --- a/product-team/code-to-prd/SKILL.md +++ b/product-team/code-to-prd/SKILL.md @@ -371,3 +371,9 @@ Both scripts are **stdlib-only** — no pip install needed. |------|----------| | `references/prd-quality-checklist.md` | Validation checklist for completeness, accuracy, readability | | `references/framework-patterns.md` | Framework-specific patterns for routes, state, APIs, forms, permissions | + +--- + +## Attribution + +This skill was inspired by [code-to-prd](https://github.com/lihanglogan/code-to-prd) by [@lihanglogan](https://github.com/lihanglogan), who proposed the original concept and methodology in [PR #368](https://github.com/alirezarezvani/claude-skills/pull/368). The core three-phase workflow (global scan → page-by-page analysis → structured document generation) originated from that work. This version was rebuilt from scratch in English with added tooling (analysis scripts, scaffolder, framework reference, quality checklist).