Files
awesome-copilot/plugins/project-planning/.github/plugin/plugin.json
2026-03-06 10:20:53 +00:00

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"
]
}