Files
awesome-copilot/plugins/project-planning/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

40 lines
1.1 KiB
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/task-planner.md",
"./agents/task-researcher.md",
"./agents/planner.md",
"./agents/plan.md",
"./agents/prd.md",
"./agents/implementation-plan.md",
"./agents/research-technical-spike.md"
],
"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/"
]
}