mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
3fea6c1426
Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
594 B
JSON
29 lines
594 B
JSON
{
|
|
"name": "planning",
|
|
"displayName": "Planning",
|
|
"version": "1.0.0",
|
|
"description": "Scoping, milestones, risk management, and execution plans.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"planning",
|
|
"roadmap",
|
|
"milestones",
|
|
"scope",
|
|
"estimation"
|
|
],
|
|
"category": "utilities",
|
|
"tags": [
|
|
"planning",
|
|
"execution",
|
|
"delivery"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/"
|
|
}
|