Skip to content

svg153/planning

v0.1.0MIT

Plan and manage delivery work across GitHub and Jira without introducing a third project-management source of truth.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

atlassianstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.atlassian.com/v1/mcp/authv2"
}
githubstreamable-http
{
  "type": "streamable-http",
  "url": "https://api.githubcopilot.com/mcp/"
}

What this package declares

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

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "planning",
  "version": "0.1.0",
  "description": "Plan and manage delivery work across GitHub and Jira without introducing a third project-management source of truth.",
  "author": {
    "name": "svg153",
    "url": "https://github.com/svg153"
  },
  "homepage": "https://github.com/svg153/skills/tree/main/plugins/planning",
  "repository": "https://github.com/svg153/skills",
  "license": "MIT",
  "keywords": [
    "agent-plugins",
    "agent-skills",
    "atlassian",
    "backlog",
    "backlog-management",
    "delivery",
    "github-projects",
    "jira",
    "mcp",
    "planning",
    "project-management"
  ]
}