mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 04:35:12 +00:00
34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"name": "project-planning",
|
|
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization for development teams.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"planning",
|
|
"project-management",
|
|
"epic",
|
|
"feature",
|
|
"implementation",
|
|
"task",
|
|
"architecture",
|
|
"technical-spike"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"skills": [
|
|
"./skills/breakdown-feature-implementation",
|
|
"./skills/breakdown-feature-prd",
|
|
"./skills/breakdown-epic-arch",
|
|
"./skills/breakdown-epic-pm",
|
|
"./skills/create-implementation-plan",
|
|
"./skills/update-implementation-plan",
|
|
"./skills/create-github-issues-feature-from-implementation-plan",
|
|
"./skills/create-technical-spike"
|
|
]
|
|
}
|