Convert all prompts to skills and update plugin manifests

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 04:34:07 +00:00
parent f4f0dc3d8a
commit 59d1c8b43e
179 changed files with 26388 additions and 115 deletions

View File

@@ -26,14 +26,14 @@
"./agents/implementation-plan.md",
"./agents/research-technical-spike.md"
],
"commands": [
"./commands/breakdown-feature-implementation.md",
"./commands/breakdown-feature-prd.md",
"./commands/breakdown-epic-arch.md",
"./commands/breakdown-epic-pm.md",
"./commands/create-implementation-plan.md",
"./commands/update-implementation-plan.md",
"./commands/create-github-issues-feature-from-implementation-plan.md",
"./commands/create-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/"
]
}