From e6c7b0b87dbeab32a782bc4ed554ea40563f39b9 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 17 Mar 2026 12:04:56 +0100 Subject: [PATCH] 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). --- product-team/code-to-prd/SKILL.md | 6 ++++++ 1 file changed, 6 insertions(+) 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).