Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:25 +08:00
commit c0a5a7e86d
7 changed files with 4112 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "prd-skills",
"description": "Complete PRD workflow: plan features with intelligent context loading, implement with automatic testing and code review, and ship with well-formatted commits and PRs. Supports core features, expansions, and tasks.",
"version": "1.1.0",
"author": {
"name": "Navid Emad",
"email": "design.navid@gmail.com"
},
"skills": [
"./skills/plan-prd",
"./skills/code-prd",
"./skills/publish"
]
}