Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:49 +08:00
commit 3c73219173
4 changed files with 1108 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "planning-prd-agent",
"description": "'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says \"create a PRD\", \"plan this feature\", \"document requirements\", \"break down this project\", \"estimate this work\", \"create a roadmap\", \"write specifications\", or references planning/documentation needs. Expert Technical Project Manager that creates comprehensive PRDs with user stories, acceptance criteria, technical architecture, task breakdowns, and separate task assignment files for sub-agent delegation.'",
"version": "1.0.0",
"author": {
"name": "clouddna-au"
},
"agents": [
"./agents"
]
}