mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-04 14:15:55 +00:00
* Enforce canonical plugin manifest ordering Sort existing plugin manifest spec arrays so plugin:clean no longer creates noisy diffs from out-of-order entries. Add validation to require alphabetical ordering and teach plugin:clean to normalize manifest arrays when cleaning materialized plugin content. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
40 lines
1.1 KiB
JSON
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/implementation-plan.md",
|
|
"./agents/plan.md",
|
|
"./agents/planner.md",
|
|
"./agents/prd.md",
|
|
"./agents/research-technical-spike.md",
|
|
"./agents/task-planner.md",
|
|
"./agents/task-researcher.md"
|
|
],
|
|
"skills": [
|
|
"./skills/breakdown-epic-arch/",
|
|
"./skills/breakdown-epic-pm/",
|
|
"./skills/breakdown-feature-implementation/",
|
|
"./skills/breakdown-feature-prd/",
|
|
"./skills/create-github-issues-feature-from-implementation-plan/",
|
|
"./skills/create-implementation-plan/",
|
|
"./skills/create-technical-spike/",
|
|
"./skills/update-implementation-plan/"
|
|
]
|
|
}
|