generate-implementation-design
Generate Implementation Design
Overview
Turn a product PRD into a complete Chinese implementation design document that follows a fixed High-Level Design plus Low-Level Design structure.
Use ./resources/design-template.md as the mandatory document scaffold and keep its section order and heading format unchanged.
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 From The PRD
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-prd
Generate complete Chinese PRD documents from rough product requests. Use when the user asks to create, refine, or standardize a PRD, turn ambiguous requirements into an Agile-friendly product requirements document, or fill a PRD template by first asking focused clarification questions and then saving the final markdown 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