ronnielutaro/github-epic-creation
v0.1.0
Design, preview, create, resume, and verify phased GitHub Epics with native sub-issues and blocked-by relationships.
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": "github-epic-creation",
"version": "0.1.0",
"description": "Design, preview, create, resume, and verify phased GitHub Epics with native sub-issues and blocked-by relationships.",
"author": {
"name": "Ronnie Lutaro",
"url": "https://github.com/ronnielutaro"
},
"homepage": "https://github.com/ronnielutaro/epics-creation-plugin",
"repository": "https://github.com/ronnielutaro/epics-creation-plugin",
"keywords": [
"github",
"epics",
"issues",
"sub-issues",
"dependencies",
"product-management",
"release-planning"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "GitHub Epic Creation",
"shortDescription": "Build phased Epics with native dependencies",
"longDescription": "Design, preview, publish, resume, and verify implementation-ready GitHub Epics with phased native sub-issues, blocked-by relationships, evidence requirements, and release gates.",
"developerName": "Ronnie Lutaro",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/ronnielutaro/epics-creation-plugin",
"brandColor": "#24292F",
"defaultPrompt": [
"Create a phased GitHub Epic for this initiative.",
"Preview an Epic plan and dependency graph.",
"Verify this Epic's hierarchy and blockers."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- epic_tool.py
- epic-plan.example.json
- openai.yaml
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai