docs(code-to-prd): add attribution to @lihanglogan as inspiration source

Credits the original code-to-prd concept and methodology from
https://github.com/lihanglogan/code-to-prd (PR #368).
This commit is contained in:
Leo
2026-03-17 12:04:56 +01:00
parent 164749cb73
commit e6c7b0b87d

View File

@@ -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).