generate-prd
Generate PRD
Overview
Turn incomplete product ideas into a complete Chinese PRD that a delivery team can discuss and implement.
Use the bundled template at ./assets/prd-template.md as the required output structure and do not change its section order unless the user explicitly asks for a different format.
Workflow
Follow these phases in order. Do not skip a phase unless the user explicitly asks for a partial result.
Phase 1: Clarify Missing Information
More from kweaver-ai/skills
changelog-release-notes
Draft or update release notes and changelog entries from repository evidence. Use when the user asks to add a new version to CHANGELOG files, summarize what changed in a branch or release, explain how changelog content was derived, or keep multilingual changelogs consistent.
3generate-implementation-design
Generate complete Chinese implementation design documents from a product PRD. Use when Codex needs to turn PRD content into a High-Level Design plus Low-Level Design document, ask focused clarification questions for missing implementation details, follow a fixed design template, apply C4-based architecture design, and save the final result as a markdown design file.
1create-github-pull-request-from-specification
Create or update a GitHub pull request from .github/pull_request_template.md using the gh CLI.
1