A Claude Code skill for generating development-ready documents from a product idea.
Part of the Liangyi skill family.
Takes a finalized product idea and generates standardized development documents: PRD, technical spec, CLAUDE.md, and development guide. Includes an AI-simulated user validation step for the PRD.
npx skills add wenboxia/doc-generator/doc-generator idea.md # Full 4-document suite
/doc-generator idea.md --prd-only # Just the PRD
/doc-generator idea.md --unified # PRD + single blueprint.md
/doc-generator --from-scratch # Interactive mode, no input file
- Full suite — 4 separate documents for structured team/AI workflows
- PRD only — fast validation of product concept
- Unified — PRD + one combined
blueprint.md(best for solo devs) - From scratch — no input file, builds context through questions
MIT