Skip to content

github/project-planning

v1.0.0MIT

Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization for development teams.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "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/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot