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